What's on the bench.
Commit Hygiene
Atomic commits, PR size limits, commit thresholds, stacked PRs
Codex Review
OpenAI Codex CLI code review with GPT-5.2-Codex, CI/CD integration
Code Review
Mandatory code reviews via /code-review before commits and deploys
Code Graph
AST-based code graph for fast symbol lookup, dependency analysis, and blast radius via codebase-memory-mcp MCP server
Code Deduplication
Prevent semantic code duplication with capability index and check-before-write
Cloudflare D1
Cloudflare D1 SQLite database with Workers, Drizzle ORM, migrations
Base
Universal coding patterns, constraints, TDD workflow, atomic todos
Azure Cosmosdb
Azure Cosmos DB partition keys, consistency levels, change feed, SDK patterns
AWS Dynamodb
AWS DynamoDB single-table design, GSI patterns, SDK v3 TypeScript/Python
AWS Aurora
AWS Aurora Serverless v2, RDS Proxy, Data API, connection pooling
Android Kotlin
Android Kotlin development with Coroutines, Jetpack Compose, Hilt, and MockK testing
Android Java
Android Java development with MVVM, ViewBinding, and Espresso testing
AI Models
Latest AI models reference - Claude, OpenAI, Gemini, Eleven Labs, Replicate
Agent Teams
Claude Code Agent Teams - default team-based development with strict TDD pipeline enforcement
Aeo Optimization
AI Engine Optimization - semantic triples, page templates, content clusters for AI citations
Update Code Index
Regenerates `CODE_INDEX.md` by scanning the codebase for all functions, classes, hooks, and components. Organizes by capability to prevent semantic duplication.
Sync Contracts
> Lightweight incremental update of workspace contracts without full re-analysis.
Sync Agents
Sync project configuration between Claude Code, Kimi CLI, and Codex CLI.
Spawn Team
Spawn the default agent team for this project. Creates a coordinated team of agents that implement features in parallel following the strict TDD pipeline.
Model Config
View or change the **primary model** that handles your coding work across srooter (the gateway), the route-task hooks, and Maggy. One setting, read everywhere. Stored in `~/.claude/model-config.json`.
Maggy
Start Maggy (the AI engineering command center) and open the dashboard in a browser.
Initialize Project
Full project setup with Claude coding guardrails. Works for both new and existing projects.
Icpg Why
Trace any symbol back to its creating ReasonNode — show the original goal, who wrote it, and whether it's still doing what it was made for.
Icpg Impact
Show the blast radius of a ReasonNode or symbol — what depends on it, what breaks if it changes.