This repository is a growing catalog of agent skills for coding assistants.
This repo stores reusable, opinionated, and practical skills you can install into an agent environment.
Current contents:
skills/mobb-vulnerabilities-fixer/: security vulnerability scanning and remediation workflows for the Mobb MCP integration
Current skill payloads are organized as:
skills/<skill-name>/(initially this is where the first skill lives)
Each skill should contain:
SKILL.md
The canonical agent instructions and decision logicagents/
Agent interface metadata (for example:openai.yaml, MCP configs, etc.)references/
Supporting notes, specs, and documentation
- Create a new folder under
skills/<skill-name>/. - Add a
SKILL.mdthat defines the skill trigger and behavior. - Add the skill interface files under
agents/. - Add helper docs under
references/. - Add tests or checks where practical.
- Update this
README.mdto include the new skill and brief usage notes.
Use small, focused pull requests. Each skill should be independently useful and documented enough for another agent to use safely.
This project is released under the MIT License.