Command
Interactive batch clarification - resolve needs-human tasks in queue by asking all questions at once.
Command
Interactive batch clarification - resolve needs-human tasks in queue by asking all questions at once.
Command
Pull GitHub issues into local task queue cache (.work-state/queue.json).
Command
Execute one autonomous iteration - pick next pending task from queue, run /team, close it.
Command
Start the autonomous night loop - each /loop tick runs coordinator-yolo for ONE task through the regular /team, on an isolated yolo branch, rollback on red. Never main, never push.
Command
Intelligent Engineering Manager - 7-phase feature development with parallel agents and user checkpoints.
Hook
Runs when a session starts, running an inline shell check (2 commands). From AndVl1/claude-plugin.
Hook
Runs after a tool call finishes for Write, Edit, Task and Task tool calls, executing profile-usage.sh (3 commands). From AndVl1/claude-plugin.
Hook
Runs before the agent uses a tool for Write, Edit, Write, Edit, Task, Task, Bash, Bash(git commit:*), Bash(git push:*), Bash(gh pr merge:*), Bash(git merge:*), Bash(git add:*), Bash(git commit:*), mcp__claude-in-chrome__*, mcp__mobile__(screenshot, get_ui, analyze_screen, tap, long_press, swipe, find_and_tap…
Hook
Runs before the context is compacted, running an inline shell check. From AndVl1/claude-plugin.
Hook
Runs when the agent finishes a response, executing dod-gate.sh (2 commands). From AndVl1/claude-plugin.
Hook
Runs when a subagent finishes, running an inline shell check (2 commands). From AndVl1/claude-plugin.
Hook
Runs when you submit a prompt, before the agent sees it, executing team-nudge.sh and skill-suggest.sh (2 commands). From AndVl1/claude-plugin.
Skill Claude CodeCodex
REST API design principles and patterns - use when designing new endpoints, creating DTOs, or planning API structure.
Skill Claude CodeCodex
Reference for manual QA testing of Telegram Mini Apps using Chrome browser automation tools.
Skill Claude CodeCodex
Compose Multiplatform Architecture Framework - strict Screen/View/Component layering, use cases, repositories, and feature slice patterns.
Skill Claude CodeCodex
Compose Multiplatform UI patterns - use for shared UI components, theming, resources, and platform-specific adaptations.
Skill Claude CodeCodex
Roll up profile-usage telemetry into profile-stats.md and propose new named workflow profiles for recurring task shapes. Triggers on "/coordinator-stats", "profile stats", "which workflows do we use", "propose a new profile", "workflow usage report".
Skill Claude CodeCodex
Halt a running autonomous yolo loop and produce a final report. Triggers on "stop yolo", "halt the loop", "/team-yolo stop", "end yolo", "abort autonomous run". Safe to invoke at any time.
Skill Claude CodeCodex
Autonomous night mode — user is away. Each /loop tick runs coordinator-yolo for ONE task through the regular /team, inside an isolated yolo branch. Never main, never push. Triggers on "/team-yolo", "yolo mode", "run autonomously overnight". Explicit opt-in; stop with coordinator-yolo-stop.
Skill Claude CodeCodex
Read-only project pulse. Scan work-state, queue, git, and coordinator memory to present a health digest + next-action menu. Triggers on "/pulse", "project pulse", "where are we", "status of the project", "what's next", "take the pulse". Never mutates the repo.
Skill Claude CodeCodex
Decompose navigation and components - use for KMP component architecture, navigation, lifecycle, and state management.
Skill Claude CodeCodex
Go concurrency mastery — goroutines, channels, context, sync primitives, patterns, performance.
Skill Claude CodeCodex
Go microservices — gRPC, REST, cloud-native patterns, service discovery, circuit breakers, observability, health checks, graceful shutdown.
Skill Claude CodeCodex
Effective Go patterns — idiomatic code, testing, benchmarks, project layout. Always use Go 1.21+ patterns.