Prerequisites
- Warp terminal installed (warp.dev)
- Access to your documentation repository
Agent Skills
Agent Skills are markdown files that teach Oz about your conventions, workflows, and best practices. Warp agents automatically discover and use skills placed in.agents/skills/ directories.
Each skill is a folder containing a SKILL.md file with YAML frontmatter and markdown instructions:
- Project-level:
.agents/skills/in your repository root (shared with your team) - Global:
~/.agents/skills/on your machine (available across all projects)
Pre-built skills
WRLD maintains a catalog of reusable skills in the oz-skills repository. To use one:- Copy the skill folder from
.agents/skills/in the repository. - Paste it into your project’s
.agents/skills/directory (or~/.agents/skills/for global use). - Warp will automatically detect the skill on your next interaction.
- docs-update — Review code changes and update user-facing documentation automatically
- ci-fix — Diagnose and fix CI pipeline failures
- create-pull-request — Generate well-structured pull requests from code changes
- seo-aeo-audit — Audit pages for SEO and AI search engine optimization
- web-accessibility-audit — Check sites against WCAG accessibility criteria
- web-performance-audit — Analyze and improve web performance metrics
- mcp-builder — Build Model Context Protocol servers
- terraform-style-check — Enforce Terraform style and best practices
- webapp-testing — Automate web application testing workflows
- github-bug-report-triage — Triage incoming GitHub bug reports
- github-issue-dedupe — Identify and manage duplicate GitHub issues
- slack-qa-investigate — Investigate questions from Slack channels
- scheduler — Schedule and manage recurring agent tasks
Create WARP.md
Create a WARP.md file at the root of your documentation repository to provide Oz with project context:
Learn more about Agent Skills at agentskills.io and about Oz at Oz Skills Documentation.

