Find the perfect skill
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.
New Column Conventions
Development
Guidelines for adding new database columns with struct tags, field types, and naming conventions in Go.
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.
Generate MBMM Slash Command
Development
Meta-command to generate a new MBMM custom slash command from a user request.
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.
Database Schema Designer
Development
Design optimized database schemas for SQL and NoSQL databases including tables, relationships, indexes, and constraints. Creates ERD diagrams, migration scripts, and data modeling best practices.
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.
C++ Agent with axllm
Development
Skill for writing C++ code with axllm to build AI agents, tools, MCP, and more. Includes examples and guardrails.