Skip to content

jonathansantilli/agent-skills

Skills Collection

This repository is a growing catalog of agent skills for coding assistants.

Purpose

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

Repository structure

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 logic
  • agents/
    Agent interface metadata (for example: openai.yaml, MCP configs, etc.)
  • references/
    Supporting notes, specs, and documentation

Contributing a new skill

  1. Create a new folder under skills/<skill-name>/.
  2. Add a SKILL.md that defines the skill trigger and behavior.
  3. Add the skill interface files under agents/.
  4. Add helper docs under references/.
  5. Add tests or checks where practical.
  6. Update this README.md to include the new skill and brief usage notes.

Recommended workflow

Use small, focused pull requests. Each skill should be independently useful and documented enough for another agent to use safely.

License

This project is released under the MIT License.

About

A curated open-source collection of reusable coding-agent skills, packaged as self-contained skill modules under skills/<name>/, each with clear behavior (SKILL.md), agent interfaces, and references.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors