mirror of
https://github.com/semgrep/skills.git
synced 2026-09-20 14:21:26 +08:00
add readme
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user