Find the perfect skill
PR Pipeline
Development
Full pipeline from code-ready to merged: pre-push checks, self-review, PR opening, and CI/review monitoring.
Claude Code Ecosystem
Development
Comprehensive guide to Claude Code CLI, extensibility (agents, skills, output styles), and CLAUDE.md architecture. Covers setup, MCP servers, hooks, plugins, and CI/CD.
Dependency Upgrade Plan
Development
Create a dependency upgrade plan considering breaking changes, security risks, and compatibility issues to present a safe update path.
MCP Server Builder
Development
Covers principles for building MCP (Model Context Protocol) servers, including tool design, resource patterns, error handling, security, and configuration. Helps developers create well-structured, secure, and testable MCP servers for AI tool integration.
Defense-in-Depth Validation
Development
Use when invalid data causes failures deep in execution, requiring validation at multiple system layers to make bugs structurally impossible.
Scaffold dbt-lineage plugin product skill
Development
Scaffold a new product skill for the dbt-lineage Claude Code plugin, following repo conventions and verifying the CLI surface.
Git Worktree Creator
Development
Creates isolated git worktrees with separate Next.js dev servers on unique ports (9653 + offset). Use it when you need to work on multiple branches simultaneously or run parallel instances in isolated environments.
Vite Build Tool
Development
Comprehensive Vite guide: config, plugins, SSR, and migration to Vite 8 with Rolldown.
Pair an AI agent with your browser
Development
Pair a remote AI agent with your local browser via a local HTTP server, with a one-time setup key and scoped session access.
Agent Review
Development
Audit of agent files: frontmatter, triggers, voice, length, duplication.
Update Parker System
Development
Make correct updates to Parker's context-engineering system, propagating changes across all cross-referenced docs. Requires human approval for global changes.
Show Issue Details
Development
Shows the full details of a specific issue by reading its .toml file. Helpful for reviewing status, priority, assignment, and comments of an issue given its ID.