Find the perfect skill
Be — end-to-end task with AI review gauntlet
Development
Interactive alternative to /do: clarify intent up front, then take a task end-to-end through a serial AI review gauntlet to a shipped PR.
Vector Icon Libraries Guide
Development
Complete guide on vector icon libraries (10+ libraries, 200K+ icons): selection, implementation, and best practices.
Windsurf Cascade Onboarding
Development
Set up Cascade AI for new Windsurf projects. Handles rules, context, and team defaults.
Pattern Analyzer
Development
Analyzes a single architectural pattern implementation, calculates 4 scores (compliance, completeness, quality, implementation), and identifies gaps. Returns structured analysis to coordinator.
AID Phase 2 Technical Spec
Development
Write detailed technical specs covering architecture, API contracts, data models, security, and error handling to transition from PRD to implementation.
Atomic Git Commits
Development
Creates logically grouped, atomic git commits with well-formatted messages following best practices and conventional commits.
Pull Request Command
Development
Creates a GitHub pull request with an AI summary of non-trivial changes, after running CI and code quality checks.
Python Performance Optimization
Development
Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow code or optimizing bottlenecks.
Discipline Governance
Development
Turn a recurring cross-capability practice into a governed Arcanum discipline: an evidence-backed discipline card, catalog entry, and hardening route.
Ship Git Changes
Development
Quickly add, commit, and push changes to the current branch with an optional commit message.
AI Agents and Skills for Embedded
Development
A workshop teaching embedded engineers how to extend Claude Code with custom skills and agents for firmware development, debugging, and code review.
Scripting Subsystem Deep Audit (M30/M47)
Development
Deep audit of the M30/M47 scripting subsystem: .pex decompiler, .psc parser, AST→ECS recognizer chain, ECS runtime, and cell-loader attach path.