Skip to main content
AI/MLjeremylongshore

overnight-development

Automates software development overnight using git hooks to enforce test-driven

Stars
2,267
Source
jeremylongshore/claude-code-plugins-plus-skills
Updated
2026-05-31
Slug
jeremylongshore--claude-code-plugins-plus-skills--overnight-development
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/HEAD/plugins/productivity/overnight-dev/skills/overnight-development/SKILL.md -o .claude/skills/overnight-development.md

Drops the SKILL.md into .claude/skills/overnight-development.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Overnight Development

Overview

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.

Prerequisites

  • Access to project files in ${CLAUDE_SKILL_DIR}/
  • Required tools and dependencies installed
  • Understanding of skill functionality
  • Permissions for file operations

Instructions

  1. Identify skill activation trigger and context
  2. Gather required inputs and parameters
  3. Execute skill workflow systematically
  4. Validate outputs meet requirements
  5. Handle errors and edge cases appropriately
  6. Provide clear results and next steps

Output

  • Primary deliverables based on skill purpose
  • Status indicators and success metrics
  • Generated files or configurations
  • Reports and summaries as applicable
  • Recommendations for follow-up actions

Error Handling

See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.

Examples

See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.

Resources

  • Official documentation for related tools
  • Best practices guides
  • Example use cases and templates
  • Community forums and support channels