Claude Skills
Curated SkillsRepositoriesNominate
Sign inSign up
© 2026 Claude Skills·Learn more about Agent Skills
Back to repositories
Indexed repository

BaxterCooper/nexus

These skills were discovered automatically and have not necessarily received an editorial review.

View on GitHub
10 indexed skills0 stars

context-gathering
Indexed

Use when entering an unfamiliar codebase, starting a new feature, or before any implementation task. Provides structured exploration protocol to understand before acting.

View indexed skill

error-recovery
Indexed

Use when tasks fail due to transient errors. Provides structured retry strategies and graceful degradation patterns. Invoke on network errors, rate limits, or intermittent failures.

View indexed skill

estimation
Indexed

Use before committing to a task. Provides complexity analysis and scope assessment. Invoke when user asks "how complex" or before large features.

View indexed skill

finishing
Indexed

Use when all tasks are complete. Presents completion options and enforces test gate. Work is never left in limbo.

View indexed skill

orchestration
Indexed

This skill should be used when orchestrating complex tasks, decomposing work into atomic units, dispatching to subagents, verifying outputs, or when discussing task verification and deviation tracking patterns.

View indexed skill

parallel-dispatch
Indexed

Use when facing multiple tasks or failures. Provides decision framework for concurrent vs sequential execution. Invoke before dispatching multiple subagents.

View indexed skill

systematic-debugging
Indexed

Invoke when debugging failures. MANDATORY when 3+ fix attempts have failed. Enforces root cause investigation before fixes.

View indexed skill

tdd
Indexed

Use for any code implementation task. Enforces RED-GREEN-REFACTOR cycle. "If you didn't watch it fail, you don't know if it tests the right thing."

View indexed skill

verification
Indexed

This skill MUST be invoked before any completion claim, success report, or task transition. Mandates 5-step evidence protocol. Use when about to claim "done", "complete", "working", "fixed", or any success state.

View indexed skill

writing-plans
Indexed

Use when creating implementation plans. Mandates exact file paths, complete code samples, and expected output. No vague language allowed.

View indexed skill