Agent Skills by Nand
Showing 10 vetted skills indexed across 1 GitHub repositories.
test-driven-development
Automates the Red-Green-Refactor cycle for test-driven development.
systematic-debugging
Investigate root causes before implementing fixes in a four-phase debugging workflow.
quant-plan-reviewer
Review quantitative trading plans for data leakage and look-ahead bias.
dispatching-parallel-agents
Dispatch sub-agents in waves to investigate independent failures and synthesize results.
codebase-cleanup
Remove dead code and debug artifacts while preserving functional behavior.
receiving-code-review
Verify code-review feedback against the codebase before implementing changes.
python-documentation
Enforce Google-style docstrings, inline comments, and import organization in Python codebases.
verification-before-completion
Run fresh verification commands and report results before completion claims.
architecture-review
Identify primitives, define black-box boundaries, and wrap dependencies for architecture reviews.
subagent-driven-development
Orchestrates multi-task execution with per-task subagents and two-stage reviews.