add readme

This commit is contained in:
Drew Dennison
2026-01-14 20:56:50 -08:00
commit a09e9f1647
+45
View File
@@ -0,0 +1,45 @@
# Agent Skills
A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.
Skills follow the [Agent Skills](https://agentskills.io/) format.
## Available Skills
### code-security-practices
Code security guidelines from Semgrep Engineering.
**Use when:**
- Writing new code
- Reviewing code for security issues
**Categories covered:**
- SQL Injection (Critical)
## Installation
```bash
npx add-skill semgrep/agent-skills
```
## Usage
Skills are automatically available once installed. The agent will use them when relevant tasks are detected.
**Examples:**
```
Review this React component for security issues
```
## Skill Structure
Each skill contains:
- `SKILL.md` - Instructions for the agent
- `scripts/` - Helper scripts for automation (optional)
- `references/` - Supporting documentation (optional)
## License
MIT