From overnight-dev
Automates overnight software development using Git hooks to enforce TDD, ensuring tested code changes meet quality standards before commits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/overnight-dev:overnight-developmentThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill automates software development overnight by leveraging Git hooks to enforce test-driven development (TDD). It ensures that all code changes are fully tested and meet specified quality standards before being committed.
This skill automates software development overnight by leveraging Git hooks to enforce test-driven development (TDD). It ensures that all code changes are fully tested and meet specified quality standards before being committed.
See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.
11plugins reuse this skill
First indexed Jul 10, 2026
Showing the 6 earliest of 11 plugins
npx claudepluginhub ia23a-lachnita/claude-code-plugins-plus-fix-skills --plugin overnight-devAutomates overnight software development using Git hooks to enforce TDD, ensuring tested code changes meet quality standards before commits.
Establishes cross-cutting conventions including interaction style, commit discipline, documentation rules, and skill-trust principles for agent-assisted development projects using tdder.
Provides code patterns, TDD rules (opt-in), and skill-loading guide during feature implementation. Use for Phase 2-3 development work.