VersoXBT

66 mods across 3 repositories, 20 stars between them.

tdd-guide

25

VersoXBT/claude-initial-setup

Agent

Test-driven development enforcement specialist ensuring 80%+ code coverage. Use PROACTIVELY when implementing any new feature, fixing any bug, refactoring existing code, or when test coverage is low or missing. MUST BE USED on every feature request, bug report, and refactoring task to enforce the write-tests-first…

4 3mo ago A 96 tokens original MIT

PreToolUse

41

VersoXBT/claude-initial-setup

Hook

Runs before the agent uses a tool for tool == "Bash" && tool_input.command matches "(npm run dev, pnpm( run)? dev, yarn dev, bun run dev)", tool == "Bash" && tool_input.command matches "git push", tool == "Bash" && tool_input.command matches "(npm, pnpm, yarn, bun) (install and add)" tool calls, running an inline…

4 3mo ago A tokens not measured original MIT

PostToolUse

42

VersoXBT/claude-initial-setup

Hook

Runs after a tool call finishes for tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js, jsx)$", tool == "Write" && tool_input.file_path matches "\\.(ts and tsx)$" tool calls, running an inline shell check (2 commands). From VersoXBT/claude-initial-setup.

4 3mo ago A tokens not measured original MIT

VersoXBT/claude-initial-setup

Skill Claude CodeCodex

Patterns for running independent tasks in parallel using multiple tool calls and Agent invocations. Use when the user has multiple independent operations, asks about fan-out/fan-in, or wants to speed up multi-step workflows.

4 3mo ago A 47 tokens original MIT

subagent-patterns

44

VersoXBT/claude-initial-setup

Skill Claude CodeCodex

Patterns for when and how to use Claude Code subagents via the Agent tool. Use when the user needs to delegate research, run parallel investigations, protect the main context window, or asks about subagent types like Explore or Plan.

4 3mo ago A 51 tokens original MIT

task-coordination

45

VersoXBT/claude-initial-setup

Skill Claude CodeCodex

Patterns for using TaskCreate, TaskUpdate, TaskList, and TaskGet to coordinate multi-step work. Use when the user has a complex project with multiple steps, needs progress tracking, dependency management, or multi-agent task assignment.

4 3mo ago A 50 tokens original MIT

agent-communication

46

VersoXBT/claude-initial-setup

Skill Claude CodeCodex

Patterns for inter-agent communication including message passing, shared state, event-driven architectures, pub/sub, inbox/outbox, and structured vs freeform messages. Use when the user is building systems where multiple agents need to communicate, share information, coordinate work, or pass data between processing…

4 3mo ago A 61 tokens original MIT

context-management

47

VersoXBT/claude-initial-setup

Skill Claude CodeCodex

Strategies for managing AI agent context windows including optimization, summarization, retrieval-augmented generation, progressive disclosure, and pruning. Use when the user is hitting context limits, building long-running agents, implementing RAG, optimizing token usage, or designing systems that need to manage…

4 3mo ago A 66 tokens original MIT

VersoXBT/claude-initial-setup

Skill Claude CodeCodex

Patterns for multi-agent systems including orchestrator, pipeline, consensus, delegation, supervisor, and swarm patterns. Use when the user is building multi-agent workflows, coordinating multiple AI agents, implementing agent delegation or supervision, or designing systems where agents collaborate on complex tasks.

4 3mo ago A 58 tokens original MIT