Find the perfect skill
Bootstrap New Feature Ticket
Development
Bootstraps a new feature ticket by setting active context, deriving a slug hint from the idea note, and preparing PRD questions. Use at the idea stage to initialize the ticket workflow and validate PRD readiness.
Tauri Packaging
Development
Packaging applications with Tauri. Configure and create installers for your desktop apps.
Bulk-localize subscriptions across App Store locales
Development
Bulk-localize subscription and IAP display names across all App Store locales using asc. Eliminates manual entry in App Store Connect.
Deep Research Sub-Agent
Development
Launches a sub-agent to conduct in-depth research on a given topic or codebase question. It follows a structured process: defining scope, analyzing the codebase with the Explore sub-agent, consulting external sources, and synthesizing findings into a comprehensive report. Useful for investigating complex issues or unfamiliar code quickly.
Gemini API Caching
Development
Best practices for Gemini API caching: versioning, entity-stable keys, and cache busting.
Scaffold a new Claude skill
Development
Scaffolds a new Claude command/skill in .claude/commands/ following repo conventions, with frontmatter, steps, verify, and final report.
Safe Database Migration
Development
Run database migrations with safety checks: dry-run previews before staging/production, automatic rollback guidance, and explicit confirmation for production. Use it to apply schema changes without risking data loss or downtime.
Khanza API
Development
Instructions for using the Khanza API.
Connect to Well
Development
Authenticate and verify the Well MCP connection, confirm tools work, and learn what to ask.
Create a GitHub Pull Request
Development
Create a complete GitHub PR with branching, testing, formatting, and documentation. Use when the user wants to create a pull request. Handles the full workflow from branch to PR submission.
PostHog Survey SDK Feature Audit
Development
Audit survey feature support across PostHog SDKs and update version requirements. Includes issue tracking for feature parity.
Workflow Patterns
Development
Guide for implementing tasks per Conductor's TDD workflow, managing checkpoints, git commits, and verification protocol.