Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 648 Bytes

File metadata and controls

10 lines (6 loc) · 648 Bytes

Agent Instructions

Skills

Project-specific agent skills live in .agents/skills/. Each skill is a directory containing a SKILL.md with frontmatter (name, description) describing when to use it.

If your coding agent does not discover skills from .agents/skills/ automatically, read the relevant SKILL.md and follow its instructions when performing a matching task:

  • create-issue — creating GitHub issues following the project's issue templates
  • create-pr — creating GitHub pull requests following the project's PR template