Use Cases
See how skills combine for common development workflows.
Starting a New Project
Set up project structure, initialize conventions, and begin tracking work sessions automatically. Project scaffolds the codebase, Grimoire documents your architecture decisions, and Work starts your task list.
Try it: Say "new project" to get started.
Session Handoff
When context runs low, save your session state and resume seamlessly in a new conversation. State captures where you left off, Diary logs the full session, and Echo recalls it later.
Try it: Say "wrapping up" when your session is ending.
Deploying to Production
Automated deployment with pre-flight checks, secret scanning, and post-deploy verification. Run a full scan before deploying, then verify everything works after.
Try it: Say "deploy to Railway" or "verify before shipping".
Database Migration
Design schemas, generate migrations, and validate row-level security policies. Database Architect designs the schema, Migration Planner creates safe rollout steps, and RLS Checker audits access policies.
Try it: Say "design schema" or "plan migration".
Security Audit
Comprehensive security scanning including secrets, CSP headers, API vulnerabilities, and dependency audits. Free skills cover the essentials; Pro adds deep security hardening.
Try it: Say "security audit" or "scan for secrets".
Multi-Agent Development
Coordinate multiple Claude Code instances working on parallel branches of the same codebase. Familiar dispatches work, Git Worktrees manages branches, and Multi-Agent coordinates the agents.
Try it: Say "dispatch to familiar" or "parallel work".