Find the perfect skill
Gmail Draft
Productivity
Compose a Gmail draft from text content in the conversation, specifying recipients, subject, and body.
Pair a remote AI agent with your browser
DevOps
Connects another AI agent (OpenClaw, Codex, Cursor, etc.) to your browser for web browsing via a secure session with one-time setup key.
Scaffold a new Claude skill/command
Development
Scaffold a new Claude command/skill file in .claude/commands/ following the repo's house format (frontmatter, steps, verify, final report).
Claude Code Skill Evaluator
Development
Evaluates Claude Code skills against best practices for size, structure, examples, and prompt engineering. Use when reviewing skills for deployment, optimization, or standards compliance.
Code Review + Fix
Development
Launches five review agents to analyze code changes, validates findings, triages issues, and applies approved fixes.
Revert by Logical Work Unit
Development
Revert changes by logical work unit (track, phase, or task) with full git awareness. Supports targeted undo for tracks, phases, or individual tasks.
Before/After Screenshot Capture for Visual Comparison
Development
Captures before/after screenshots of web pages or elements for visual comparison, ideal for PRs and UI documentation.
Commit
Development
Create high-quality Git commits for all pending changes. Gathers context, runs agents, and splits changes into logical commits.
Palantir Foundry Production Deployment Checklist
DevOps
Execute complete Palantir Foundry production go-live checklist covering credentials, health checks, monitoring, and rollback procedures.
Create PR and Check CI Status
Development
Creates a pull request from the current branch, links it to an issue, monitors CI status, and removes the wip label on success. Triggered with /issue-pr.
Web Novel Writing Assistant
Content
Comprehensive assistant for writing long web novels: plotting, character cards, world maps, style anchoring, writing, and three-pass revision. Supports urban, supernatural, xianxia, and fantasy genres.
New Column Conventions
Development
Conventions for adding database columns: snake_case naming, field types, and Go struct tags.