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
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.