Find the perfect skill
Async SQLAlchemy Patterns
Development
Implementation of async SQLAlchemy 2.0+ patterns for FastAPI: sessions, pooling, migrations, relationships, and optimization.
TDD Implementation
Development
Replace mock declarations with real code, ensure signature parity, and run checks and tests until green in a TDD workflow.
innozverse Repository Structure
Development
Understand the innozverse monorepo's directory layout, naming conventions, and module boundaries. Use this skill when adding new files or features to know exactly where they belong across apps, shared packages, and config files.
List Git worktrees
Development
List all Git worktrees from one or all repositories with detailed status including branch, cleanliness, changed files count, port, and iTerm tab info. Use it when you need to view, list, or show worktrees in a clear table format.
LangChain/LangGraph Agent Development Expert
Development
Develop production-grade AI agents using LangChain 0.1+ and LangGraph, covering memory systems, RAG pipelines, multi-agent orchestration, and best practices.
Do Workflow
Development
Do a task end-to-end — implement, PR, CI loop, ship. Only invoke when user types /do or $do.
Plan Executor
Development
Executes implementation plans using a two-stage review (spec compliance then code quality), mandatory verification before any completion claims, and batch checkpoints every 3 tasks. Helps when working with plan files in docs/plans/ or implementing multi-task features systematically.
Treadmill: Recurring Command Runner
Development
Run a command on a recurring interval using a background shell loop. Allows polling, periodic tasks, and supervision.
Code and Vault Search
Development
Search the codebase and Obsidian vault together to answer how/where questions with code locations and related notes.
High-quality Git commits
Development
Automate Git commit creation by gathering context, running verification agents, and structuring commit messages.
Full-stack Code Review
Development
Perform static analysis and line-by-line review of full-stack code, detect correctness, performance, and quality issues, and generate a report.
Creating Services in Effect v4
Development
Learn to create services using Context.Service, IdentityComposer keys, and Layer composition in Effect v4. Covers dependency injection and service wiring.