Thanks for your interest in contributing! We welcome new skills that help agents work more effectively.
- Fork this repository
- Create your skill in
.agents/skills/your-skill-name/ - Test it locally (see below)
- Submit a pull request
Each skill is a folder containing a SKILL.md file:
.agents/skills/
└── your-skill-name/
└── SKILL.md
Skills follow the Agent Skills standard format.
Before submitting:
- Copy your skill folder to
~/.agents/skills/or a test project's.agents/skills/ - Interact with a Warp agent on a relevant task
- Verify the agent follows your skill's guidance
Questions? Join the Warp Preview Slack and ask in the #general channel.