tctinhtctinhCommunityยท11 Agent Skills Included

agent-hive

Plan-first coding with parallel workers and persistent context

Orchestrates multi-step coding work through a strict plan, approve, execute loop with human review gates. Runs independent tasks in parallel inside isolated git worktrees, preventing agent collisions and lost context. Persists plans, tasks, and reports on disk so every session resumes with full history and a clear audit trail.
npx skills add tctinh/agent-hive --all -g -y
Available:

Defines the agent roles, tool access per role, and the plan-approve-execute workflow rules that govern how agents coordinate work in this system.

All Skills in This Repository (11)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
tctinhtctinh

test-driven-development

Guides users through the Red-Green-Refactor cycle for new features and bug fixes.

Community
Advanced
๐Ÿ“ฆ In Repo
tctinhtctinh

systematic-debugging

Guide structured four-phase debugging to identify root causes before code changes.

Community
Advanced
๐Ÿ“ฆ In Repo
tctinhtctinh

dispatching-parallel-agents

Dispatch separate agents to investigate independent failures concurrently.

Community
Intermediate
๐Ÿ“ฆ In Repo
tctinhtctinh

executing-plans

Execute implementation plans in batches with human review checkpoints.

Community
Advanced
๐Ÿ“ฆ In Repo
tctinhtctinh

agents-md-mastery

Bootstrap, update, and review AGENTS.md files for agent memory management.

Community
Intermediate
๐Ÿ“ฆ In Repo
tctinhtctinh

brainstorming

Transform user ideas into detailed designs through guided dialogue.

Community
Intermediate
๐Ÿ“ฆ In Repo
tctinhtctinh

writing-plans

Generate bite-sized implementation plans with file modifications, testing steps, and commit strategies.

Community
Advanced
๐Ÿ“ฆ In Repo
tctinhtctinh

code-reviewer

Review code changes against approved plans for correctness and risk.

Community
Advanced
๐Ÿ“ฆ In Repo
tctinhtctinh

docker-mastery

Debug Docker container failures and optimize Dockerfiles for application deployment.

Community
Advanced
๐Ÿ“ฆ In Repo
tctinhtctinh

parallel-exploration

Explore code, tests, and documentation concurrently with independent sub-questions.

Community
Intermediate
๐Ÿ“ฆ In Repo
tctinhtctinh

verification-before-completion

Run verification commands before claiming any work is complete or passing.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How to install Agent Hive?โ–ผ

Run `npx skills add tctinh/agent-hive --all -g -y` in your terminal to install all skills in this suite globally.

What problem does Agent Hive solve?โ–ผ

It stops coding agents from spraying uncontrolled changes by enforcing a plan-first workflow with human approval, isolated worktrees, and a permanent audit trail per feature.

How does Agent Hive run tasks in parallel?โ–ผ

Independent tasks are dispatched to separate workers, each running in its own git worktree, then merged batch by batch with the full test suite run after each merge.

Does Agent Hive work with Claude Code and OpenCode?โ–ผ

Yes. It ships dedicated plugins for Claude Code and OpenCode plus a VS Code companion extension for reviewing and approving plans.

Do I need to approve plans before code is written?โ–ผ

Yes. Nothing executes until you approve the plan, either in chat or via the VS Code approve button, keeping you in control of scope.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’