Find the perfect skill
Agent Restore Context Manager
Development
Manage .agent-restore-context-* files to persist skill state across /clear and /compact. Supports write, delete, check, and status actions.
External Babysitter Run Retrospect
Development
Analyze and write a retrospective for a babysitter run in an external public repository, following the same workflow as /babysitter:retrospect.
TTA.dev Control-Plane Subsystem
Development
Code navigation for the control-plane subsystem in TTA.dev. Covers get_task, get_run, put_run, leases, locks and related files.
Advanced C Programming
Development
Expert C programming for systems and performance, memory management, pointers, system calls, embedded, multithreading. Follows C99/C11 standards.
USDC Hackathon
Development
Participate in the USDC Hackathon with three tracks: SmartContract, Skill, AgenticCommerce. Submit via Moltbook.
Context Map for Code Changes
Development
Generate a map of relevant files before making code changes.
Create High-Quality Git Commits
Development
Guides creating well-formed Git commits: gathers context via git diff/status/log, runs relevant code-review agents, and decides commit granularity.
Countdown - Pre-Implementation Validation
Development
Runs the 'Oracle' agent to create or refine an implementation plan, then launches parallel review agents (Mission Control, Telemetry, Flight Director) to validate the plan. Agents grade the plan on completeness, test strategy, and architecture; only when all three give an 'A+' grade does the plan proceed to implementation. This skill reduces implementation risk by catching gaps early through structured pre-implementation validation.
Integrate Claude Skill into Project Guidelines
Development
Adapt and integrate Claude global skills into project development guidelines. Updates .trellis spec docs and includes code examples.
Smart Review Dispatcher
Development
Internal review dispatcher that classifies changed files and runs the appropriate reviews automatically. Invoked by /dev and /fix, or standalone after manual coding.
Pull Request Review Command
Development
Comprehensive PR review with approve, request changes, merge, or close actions. Detects contributor type and adapts communication tone.
IADA: ranking by cost of change
Development
A doctrine that ranks Identifiers, API, Data, and Architecture by cost of change and catches layer inversions when designing or reviewing systems.