A curated collection of reusable Agent Skills for Warp AI agents and Oz.
Agent Skills are markdown files that teach AI agents about your conventions, best practices, and workflows. When you work with agents in Warp, they automatically discover and use these skills to provide context-aware help.
Think of skills as onboarding guides that help agents understand how you work.
- Skills live in
.agents/skills/directories - either in your project (.agents/skills/) or globally (~/.agents/skills/) - Each skill is a folder containing a
SKILL.mdfile with YAML frontmatter and markdown content - Warp agents automatically discover and load skills when relevant to your current task
To use a skill from this repository:
- Copy the skill folder (e.g.,
docs-update) from.agents/skills/ - Paste it into your project's
.agents/skills/directory, or - Paste it into
~/.agents/skills/to use it across all projects
Warp will automatically detect the new skill on your next interaction.
Contributions are welcome! See CONTRIBUTING.md for guidelines on adding skills.