The library

Everything we index — ranked by what works, never by stars.

untested
Audit design system compliancesubagentProductL2
uiux-designer · Catching spacing, hierarchy, and interaction issues in PWA UIs before launch.
untested
Review code against project rulessubagentEngineeringL1
code-reviewer · Enforcing project-specific code standards across all PR changes.
untested
Review code for defects and correctnesssubagentEngineeringL1
quality-inspector · Finding runtime defects and standards violations in frontend PRs.
untested
Write conventional commit messagessubagentEngineeringL1
conventional-commit-writer · Generating precise conventional commit messages that document intent correctly.
untested
Sync RIPDPI codebase findings to vaultsubagentEngineeringL2
ripdpi-vault-sync · Keeping documentation wikis in sync with codebase changes automatically.
untested
Review BehaviorTree node implementationssubagentEngineeringL2
behaviortree-reviewer · Auditing BehaviorTree.CPP nodes for non-blocking ticks and correct base-class choice.
untested
Write and run tests for sigclisubagentEngineeringL2
tester · Writing and running isolated unit tests with mocked dependencies.
untested
Create structured development workflow promptssubagentEngineeringL2
prompt-writer · Creating structured feature prompts with GitHub issue integration for dev workflows.
untested
Audit DayZ mods for compliancesubagentEngineeringL2
dayz-mod-reviewer · Providing subagent-level automation for dayz mod reviewer tasks.
untested
Create development project planssubagentEngineeringL2
planner · Providing subagent-level automation for planner tasks.
untested
Generate tests and analyze coverage gapssubagentEngineeringL2
aether-probe · Providing subagent-level automation for aether probe tasks.
untested
Verify code review findingssubagentEngineeringL2
code-review-part-4-three-state-verification-phase · Providing subagent-level automation for code review part 4 three state verification phase tasks.
untested
Reassign team member work across systemssubagentOpsHRL3
reassignment-helper · Providing subagent-level automation for reassignment helper tasks.
untested
Implement gloggur featuressubagentEngineeringL2
feature-implementation · Providing subagent-level automation for feature implementation tasks.
untested
Check code quality against specificationssubagentEngineeringL1
trellis-check · Providing subagent-level automation for trellis check tasks.
untested
Access code examples librarysubagentEngineeringL1
examples · Providing subagent-level automation for examples tasks.
untested
Coordinate with Cass directlysubagentOpsL2
cass-chat · When an AI Daemon needs real-time debugging, testing, or relationship-building with Cass beyond document-based coordination.
untested
Audit Akeneo API client coveragesubagentEngineeringL2
akeneo-api-auditor · When you need to sync a TypeScript Akeneo client with the official REST API spec, finding missing endpoints and type mismatches before implementation.
untested
Manage Figma-to-Webflow production workflowsubagentOpsProductL3
pm · When orchestrating multi-phase Figma-to-Webflow conversions that require approval gates, workspace state tracking, and parallel section builder coordination.
untested
QA test freediving Garmin appssubagentEngineeringL2
qa · When releasing a freediving feature (timer, cues, pause/resume) and you need risk-based verification that state machine is sound and edge cases are covered.
untested
Review code before pull requestsubagentEngineeringL1
code-reviewer · Before submitting GitHub PRs, when you need to catch semantic bugs (wrong values passed, wrong recipient, stale captures) that diff-only reviews miss.
untested
Develop GhostDrive storage pluginssubagentEngineeringL3
dev-plugin · When implementing a new backend plugin (WebDAV, S3, CephFS) that must conform to StorageBackend interface and pass deterministic gap-analysis checks.
untested
Set up DevOps infrastructure and CI/CDsubagentEngineeringOpsL3
devops · When moving from Docker Compose dev environment to production Kubernetes, setting up liveness/readiness probes and external secrets.
untested
Catch bugs and security issues in codesubagentEngineeringL1
review-agent · Before merging, when you need a senior engineer review catching correctness bugs, security issues, and maintainability problems.
untested
Verify implementation against specificationsubagentEngineeringL2
writ-spec-reviewer · Runs BEFORE code-quality review per plan Section 7.1 — when you need spec compliance verification in isolation.
untested
Scan code for specific review focus areassubagentEngineeringL1
review-scan · Launch multiple in parallel (one per focus area), then pass all results to review-fix — depth over breadth in each area.
untested
Convert specifications into project taskssubagentOpsProductL2
Senior Project Manager · When you have a spec and need to break it into 30-60 minute developer tasks with exact file lists and acceptance criteria.
untested
Verify security vulnerabilities automaticallysubagentEngineeringL3
vuln-verifier · Disparity gate after vuln-hunter: independently verify a candidate is a real, present-day, exploitable issue (not false positive).
untested
Review MCP server integrations safelysubagentEngineeringL3
mcp-reviewer · When updating MCP servers, verify tool safety and schema quality before integration with host.
untested
Test web applications for qualitysubagentEngineeringProductL3
web-qa-tester · When a new web page or component has been implemented and you need QA verification before release.
untested
Write and validate test suitessubagentEngineeringL2
worker-tester · When you need TDD validation: write tests that match spec, then verify implementation passes them.
untested
Refactor code safely with testssubagentEngineeringL2
tdd-refactorer · When improving code quality through structured red-green-refactor cycles with strong test guards.
untested
Audit claims against authoritiessubagentL2
verifier · When you need to audit a set of claims against official authorities with structured taxonomy output.
untested
Design game worlds and levelssubagentProductL3
level-designer · When designing game levels that balance mechanics, difficulty, and player progression.
untested
Plan and coordinate multi-team projectssubagentOpsL3
project-manager · When you have a PRD and need to break it into multi-agent task plans with proper routing and coordination.
untested
Build features and fix bugssubagentEngineeringL3
coder · When writing, modifying, or reviewing code in the LiverRa project with its specific conventions and architecture.
untested
Review code for security riskssubagentEngineeringL2
security-auditor · When you need adversarial security assessment of auth, routing, input handling, and data flow in a production codebase.
untested
Manage Docker and CI/CD pipelinessubagentEngineeringOpsL4
devops · When you need to set up multi-stage Docker builds, CI/CD pipelines, and environment-variable management for the project.
untested
Build backend APIs with TDDsubagentEngineeringL3
backend-developer · When you need to write tests-first backend endpoints with authentication, database operations, and middleware integration.
untested
Shape projects using ShapeUpsubagentOpsProductL2
shapeup · When you need to create well-shaped pitches with appetite, risk, and scope for cycle planning.
untested
Implement server-side featuressubagentEngineeringL3
backend · When you need to write tests-first backend endpoints with authentication, database operations, and middleware integration.
untested
Release and deploy mobile appssubagentEngineeringOpsL4
release · When you need to run smoke tests, bump versions, and submit build to App Store Connect with security audit trail.
untested
Test REST APIs in DockersubagentEngineeringL2
rest-api-docker-tester · When you need to verify REST API endpoints work correctly inside Docker with custom port configuration.
untested
Implement Java code changessubagentEngineeringL2
engineer · When you have a detailed plan and need to implement code changes step-by-step with validation at each stage.
untested
Debug backend API serversubagentEngineeringL2
backend-5010-debug · When backend API is down or misbehaving and you need rapid diagnosis across logs, containers, and service state.
untested
Review code before commitssubagentEngineeringL2
code-review-expert · When you need mandatory code review before commit, catching security, type hints, and architecture violations.
untested
Implement domain modelssubagentEngineeringL2
domain-implementer · When you need to implement domain models and abstract ports in isolation from infrastructure.
untested
Run simulation pipelinessubagentEngineeringL3
simulator-operator · When you need to run signal simulations, compare firmware output against Python models, and generate diagnostic plots.
untested
Audit curriculum concept cardssubagentProductL2
curriculum-auditor · When you need to audit learning outcomes, course structure, and pedagogy against best practices.
untested
Frame change proposals clearlysubagentL1
proposer · When you need to draft ShapeUp pitches or evaluate project proposals for scope and risk.
page 154 / 161