Find the perfect skill
Landing Report - Version Queue Dashboard
Development
Shows VERSION slots claimed by open PRs and which slot /ship would pick next. Read-only queue snapshot for gstack.
Barwise Release Process
Development
Step-by-step guide to cutting a Barwise release: bump versions, tag, and create GitHub release with artifact builds. Covers workspace dependency gotchas, SERVER_VERSION sync, and tutorial regeneration.
Rust Async Patterns
Development
Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. For building async Rust applications.
Elixir Pro Expert
Development
Write idiomatic Elixir code with OTP patterns, supervision trees, and Phoenix LiveView. Masters concurrency, fault tolerance, and distributed systems.
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.