oz-skills
Ready-made AI agent skills for coding, testing, and DevOps workflows
All Skills in This Repository (15)
Pure Emerald Level Indicatorsdocs-update
Analyze code commits and generate documentation updates across Mintlify, Docusaurus, GitBook, and Fumadocs.
terraform-style-check
Enforce HashiCorp style conventions on Terraform HCL code.
ci-fix
Diagnose GitHub Actions CI failures and push minimal fixes to a branch.
slack-qa-investigate
Investigate repository questions by reading files and following documentation links.
scheduler
Creates reminders and schedules tasks with configurable triggers and delivery options.
seo-aeo-audit
Audit websites for SEO and AEO with technical, on-page, mobile, and international checks.
web-accessibility-audit
Audit web pages against WCAG standards using automated tools and manual review.
create-pull-request
Create GitHub pull requests from local Git history using the gh CLI.
webapp-testing
Automate local web application testing with Playwright and Python.
web-performance-audit
Audit web page performance with Chrome DevTools MCP traces and Core Web Vitals.
mcp-builder
Guide MCP server development in Python FastMCP or Node TypeScript MCP SDK.
github-bug-report-triage
Assesses GitHub bug reports for clarity, reproduction steps, and validity, identifying missing information.
Frequently Asked Questions
FAQPage SchemaHow to install oz-skills?โผ
Run `npx skills add warpdotdev/oz-skills --all -g -y` in your terminal to install all skills in this suite globally.
What can Oz Skills automate?โผ
It covers CI failure fixes, pull request creation, GitHub issue triage and deduplication, web app testing, SEO and accessibility audits, Terraform style checks, and automatic documentation updates.
Do Oz Skills work with Warp and other AI agents?โผ
Yes. All skills follow the open Agent Skills standard, so they work with Warp agents, Oz, and any agent that supports the SKILL.md format.
Can I use Oz Skills without writing code?โผ
Yes. Once installed, your AI agent reads each skill's instructions and executes the workflow from your plain-English request.
How do I add a skill to my own project?โผ
Copy the skill folder into your project's `.agents/skills/` directory, or install the full suite with `npx skills add warpdotdev/oz-skills --all -g -y`.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core