triage-labels
217Agent
All canonical role labels are configured in GitHub.
2,479 tagged cli, measured the same way as everything else here.
Browse within: bun 117Multi-Agent 96Autonomous Agents 64coding-assistant 60agentic 58langgraph 58drone 56gazebo 56human-in-the-loop 56google-antigravity 51observability 51prompt-engineering 51scaffolding 51client 50
Agent
All canonical role labels are configured in GitHub.
Agent
Warp Terminal MCP – Integration with Alph Overview: Warp is a modern terminal that features an “Agent Mode” with AI assistance. Warp supports MCP servers as modular plugins to extend its AI agents with custom tools and data[18]. Integrating Alph with Warp means configuring Warp’s MCP client to know about Alph’s MCP…
Agent
Windsurf Cascade MCP – Integration with Alph Overview: Windsurf (formerly Codeium’s editor) includes Cascade, an AI agent that can leverage external tools via the Model Context Protocol (MCP)[1]. To integrate Alph with Windsurf, Alph must configure Windsurf’s MCP client to recognize and launch Alph’s MCP server. This…
Agent
These examples show how Alph renders MCP server configuration for different agents and transports.
Agent
Coordinates complex trvl trips across multiple legs, cities, transport modes, hacks, and saved trip state.
ivan-magda/claude-code-plugin-template
Agent
Reviews a plugin for correct structure, safe hooks, clear commands and skills, and marketplace readiness. Use PROACTIVELY before releasing or distributing plugins.
Agent Claude Code
This directory contains specialized agents for the Nylas CLI codebase.
Agent Claude Code
Expert polyglot code writer for Go, JavaScript, and CSS. Writes production-ready code following project patterns. Use PROACTIVELY for implementation tasks.
Agent Claude Code
Explores codebase for context without coding - returns concise summaries. Supports thoroughness levels (quick, medium, thorough).
Agent Claude Code
Autonomous generalist Claude Code executor invoked by the harness as the cascade fallback (Business → Squad → agent-x). Receives an enriched brief at a .md path, self-administers execution end-to-end with NO human in the loop, manages context window via rolling subagent sessions with HANDOFF.json checkpoints, and may…
Agent
Autonomous generalist Gemini CLI executor invoked by the harness as the cascade fallback (Business → Squad → agent-x). Receives an enriched brief at a .md path, self-administers execution end-to-end with NO human in the loop, manages context via rolling subprocess sessions with HANDOFF.json checkpoints, and may…
Agent
Autonomous generalist Grok Build CLI executor invoked by the harness as the cascade fallback (Business → Squad → agent-x). Receives an enriched brief at a .md path, self-administers execution end-to-end with NO human in the loop, manages context via rolling subprocess sessions with HANDOFF.json checkpoints, and may…
Agent
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
Agent
Compare two outputs WITHOUT knowing which skill produced them.
Agent
Evaluate expectations against an execution transcript and outputs.
Agent
Expert read-only code review specialist for explicit review/audit requests only. Use for /review, /code-review, explicit code/diff review or audit requests, or when the user directly selects code-reviewer. Do not use automatically after normal coding changes.
Agent
Flutter and Dart code reviewer. Reviews Flutter code for widget best practices, state management patterns, Dart idioms, performance pitfalls, accessibility, and clean architecture violations. Library-agnostic — works with any state management solution and tooling.
Agent
Performance analysis and optimization specialist. Use PROACTIVELY for identifying bottlenecks, optimizing slow code, reducing bundle sizes, and improving runtime performance. Profiling, memory leaks, render optimization, and algorithmic improvements.
evan043/claude-cli-advanced-starter-pack
Agent
L0 Epic Orchestrator that manages multiple roadmaps. Analyzes scope, creates EPIC.json with roadmap placeholders, spawns Roadmap Orchestrators sequentially, and gates progress.
evan043/claude-cli-advanced-starter-pack
Agent
Atomic GitHub issue synchronization executor. Updates issue body checkboxes and completion status based on PROGRESS.json changes.
evan043/claude-cli-advanced-starter-pack
Agent
L1 orchestrator that coordinates multiple phase-dev-plans within a roadmap. Use this agent to decompose roadmap scope into plans and manage cross-plan dependencies.
Agent Codex
Writes and repairs .nika.yaml workflows with the deterministic authoring protocol. Use when the user wants repeatable AI work turned into a workflow file, asks for a .nika.yaml, or a nika check must pass. Routes intent to a template, fills the SLOT markers, then loops nika check until rc=0. Its craft is WRITING …
Agent Codex
Root-causes failed or paused Nika runs from their hash-chained traces. Use when nika run exited red, a run paused on a prompt and needs the exact resume line, a NIKA-XXXX runtime finding needs a cause, or a trace must be verified and explained. Evidence-first — reads .nika/traces via nika trace; its craft is the…
Agent Codex
Ports an existing script, Makefile target, CI job or prompt chain to a checkable .nika.yaml workflow. Use when converting ad-hoc automation to nika, when a shell script wraps LLM/HTTP/file plumbing, or when a prompt chain in a doc should become a runnable, auditable file. Inventories side effects first, maps steps to…