Find the perfect skill
Skillify
Development
Convert a Claude Code conversation into a deterministic Python-scripted skill, capturing repeatable work in scripts and using AI only for error recovery.
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.
Skill Reviewer
Development
Reviews agent skills against a 10-rule rubric, generates P0-P3 reports, and can scaffold a compliant skill.
Do Workflow - End-to-End Task Automation
Development
Executes a task end-to-end: research, implement, pass CI, open PR, ship. Mostly autonomous with optional review.
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.
AXEL Skill Definition Structure
Development
Detailed reference on the structure of AXEL skill definition files, including role, capabilities, enforcement, and registry.
PR Diff and Local Changes
Development
Shows the diff of a pull request and local changes using a Git script.
Setup gbrain
Development
Set up gbrain for this coding agent: install the CLI, initialize a local PGLite or Supabase brain, register MCP, and configure per-remote trust policy.
IOTA Agent MCP Server
Development
MCP server connecting AI agents to the IOTA blockchain. Provides wallet management, Move smart contract development, and on-chain queries.