Find the perfect skill
Review Skill
Development
Review a skill under `.ai/skills/` for clarity, trigger quality, and maintainability. Return findings first, then proposed edits.
Send Message via Discord
Development
Send a message from a Claude Code session to other sessions on a shared Discord channel using the Discord plugin.
Skill-Improver Dispatch from Eval Logs
Development
Proposes evidence-cited edits to a skill's SKILL.md based on annotated eval run logs by dispatching the report-only skill-improver agent.
Pair AI Agents with Shared Browser
Development
Share your browser with another AI agent using a one-time setup key. Works with OpenClaw, Hermes, Codex, Cursor, and Claude Code.
Multi-Agent Engineering System - Orchestrator
Development
Turns the user into an orchestrator of 340 specialized agents across 22 categories to automate development, DevOps, data, security, and more tasks.
Web Access
Development
Central skill for all network operations: search, web scraping, post-login actions, web interactions. Triggered for any task requiring a real browser environment.
Code Review Workflow
Development
Complete code review workflow covering both requesting and receiving reviews. Use when creating pull requests with built-in checklists and templates, or when responding to feedback with structured reply patterns for different comment types.
Create a pull request for WooCommerce iOS
Development
Create a pull request following WooCommerce iOS conventions, including checking diff size, writing description, adding labels and milestone.
Validating API Schemas
Development
Validate API schemas against OpenAPI, JSON Schema, and GraphQL specifications. Use when validating API schemas and contracts.
Post-merge Git branch cleanup
Development
Post-merge Git branch cleanup with safety checks. Automatically detects the base branch, updates it via fast-forward, and deletes the merged branch. Supports dry-run, force deletion, and configurable protected branches.
Turborepo Workflow
Development
Root scripts are Turborepo-driven (dev, build, lint, check-types). Always define tasks in turbo.json with minimal inputs/outputs and correct dependencies for reliable caching. Helps when adding or modifying tasks, optimizing builds/dev, or troubleshooting task pipelines.
Build and Improve Slash Commands
Development
Build, adapt, and validate slash commands for Claude Code. Includes workflows for creating multi-phase commands and improving existing ones.