Find the perfect skill
Workflow Patterns
Development
Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, git commits, and verification protocol.
Cal Automation with Rube MCP
Development
Automate Cal.com tasks using Composio's Cal toolkit through Rube MCP. Includes setup, tool discovery, and execution workflow.
Systematic debugging with direct code execution
Development
Systematic bug fixing that combines direct code execution with documentation analysis. Cross-references error messages with the design flow (arch documents) to identify root causes of end-to-end issues. Best used when unit tests pass but the overall functionality fails.
fzuhelper-server Go Code Review
Development
Comprehensive code review for the fzuhelper-server Go project, covering style, correctness, and Hertz/Kitex-specific issues.
Conductor Revert
Development
Revert changes by logical work unit (track, phase, or task) with full git awareness.
PR Diff
Development
Show PR diff and local changes using the provided script.
n8n Workflow Design
Development
Design n8n workflow architectures for B2B GTM automations. Use when the user asks about building n8n workflows, choosing nodes, designing data flows, sub-workflows, or structuring multi-step automations.
TypeScript Type Guards
Development
Narrow union types safely using type guards, assertion functions, and control flow in TypeScript.
Enterprise Code Quality Orchestrator
Development
Enterprise code quality orchestrator applying TRUST 5 validation, proactive analysis, and automated best practices enforcement with Context7 integration.
pkg-ship: Package Implementation
Development
Implement a roadmap package end-to-end — read spec, branch in a worktree, implement with tests, sweep for stale call sites, open PR, fix CI, resolve conflicts.
Gemini API Caching Best Practices
Development
Implement robust caching strategies for Gemini API calls to reduce costs and improve latency, including cache versioning, entity-stable keys, and cache busting.
Prepare Pull Request
Development
Prepare a pull request from the current feature branch. Automates PR creation with title and description.