mdvacula/agent-kit
Skill Claude CodeCodex
Dual-mode startup script for agentic infrastructure targeting OpenCode and pi coding agents. LOCAL MODE: bootstraps a real project (runs CLIs, prompts for variables, wires everything up). TEMPLATE MODE: runs CLIs in the agent-template working directory, leaves placeholder vars unsubstituted. Produces: Git Notes…
mdvacula/agent-kit
Skill Claude CodeCodex
Dual-mode skill for the MCP Task Hub Docker service. MODE A (local): clones mcp-task-hub, configures .env, runs docker compose up. MODE B (template generation): reads specs/mcp-task-hub/spec.md and writes the complete Docker project files into the mcp-task-hub repo checkout for the sync-hub GitHub Action.
mdvacula/agent-kit
Agent
../../../agents/opencode/hub-orchestrator.md.
mdvacula/agent-kit
Agent
../../../agents/opencode/hub-runner.md.
mdvacula/agent-kit
Agent
../../../agents/opencode/openspec-orchestrator.md.
mdvacula/agent-kit
Agent
Opus review of one hub task's local commits against its spec, before push. Read-only — never edits files, never commits, never changes task status.
mdvacula/agent-kit
Agent
Haiku utility agent for the drain loop — records runLog entries on hub tasks and performs checkpoint pushes after reviews pass. Touches git and the hub only as instructed.
mdvacula/agent-kit
Agent
Haiku tier of hub-worker for mechanical, fully-specified tasks (renames, config, copy changes). Same protocol as hub-worker.
mdvacula/agent-kit
Agent
Opus tier of hub-worker for hard tasks (schema/migrations, algorithmic logic, auth/security, concurrency, ambiguity). Same protocol as hub-worker.
mdvacula/agent-kit
Agent
Executes exactly one MCP Task Hub task — claim, implement, run quality gates, commit locally. Never pushes; review happens before push. Reports the commit range.
mdvacula/agent-kit
Skill Claude CodeCodex
Plan an OpenSpec change and sync it to the MCP Task Hub as tiered, chunked tasks. Use when the user wants to plan/queue work for the agent drain loop ("hub-plan", "sync tasks to the hub", "queue up this change"). Spec artifacts always come from the official OpenSpec (opsx) tooling — this skill layers reconciliation…
mdvacula/agent-kit
Skill Claude CodeCodex
Show the MCP Task Hub queue — counts, blocked tasks with reasons, stale claims — grouped by project and change. Use when the user asks "hub status", "what's in the queue", "any blocked tasks", or after a drain run. The browser view is http://taskhub.local/ui (LAN).
mdvacula/agent-kit
Skill Claude CodeCodex
Attach AI observability notes to git commits using refs/notes/agent-log. Load this skill when you need to record why a change was made after committing.