https://github.com/jonathanprozzi/agent-skills
Agent skills across a variety of domains
https://github.com/jonathanprozzi/agent-skills
Last synced: 4 months ago
JSON representation
Agent skills across a variety of domains
- Host: GitHub
- URL: https://github.com/jonathanprozzi/agent-skills
- Owner: jonathanprozzi
- License: mit
- Created: 2026-01-29T03:46:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-29T05:27:42.000Z (5 months ago)
- Last Synced: 2026-01-29T21:17:35.610Z (4 months ago)
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jonathanprozzi/agent-skills
Agent skills for Claude Code and compatible AI agents.
## Available Skills
| Skill | Description | Install |
|-------|-------------|---------|
| [pre-pr-scan](./skills/pre-pr-scan/) | Pre-PR compliance and security scan | `npx skills add jonathanprozzi/agent-skills --skill pre-pr-scan` |
## Installation
```bash
# Install all skills
npx skills add jonathanprozzi/agent-skills
# Install specific skill
npx skills add jonathanprozzi/agent-skills --skill pre-pr-scan
# Install globally (user-level)
npx skills add jonathanprozzi/agent-skills -g
```
## Skill Format
Skills follow the [Agent Skills specification](https://agentskills.io/specification).
Each skill is a directory containing:
- `SKILL.md` - The skill definition (YAML frontmatter + markdown instructions)
- `README.md` - Human-readable documentation
## Contributing
1. Create a new directory: `skills/my-skill/`
2. Add `SKILL.md` with required frontmatter (`name`, `description`)
3. Add `README.md` with usage documentation
4. Submit a PR
## License
MIT