skill-adapter

Automates software development overnight using Git hooks to enforce test-driven development (TDD).

Content Preview
```markdown
---
name: overnight-development
description: |
  Automates software development overnight using Git hooks to enforce test-driven development (TDD).
  This skill should be used when Claude needs to build new features, refactor existing code, or fix bugs autonomously,
  ensuring all changes are fully tested and meet specified quality standards. Use when the user mentions "overnight development",
  "autonomous coding", or asks about TDD workflows and Git hooks. This skill leverages Git 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/skill-adapter.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/backups/plugin-enhancements/plugin-backups/overnight-dev_20251019_115339/skills/skill-adapter/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at backups/plugin-enhancements/plugin-backups/overnight-dev_20251019_115339/skills/skill-adapter/SKILL.md

Related Skills