plugins
All plugins

overnight-dev

v1.29.0

Run Claude autonomously for 6-8 hours overnight using Git hooks that enforce TDD - wake up to fully tested features

Claude Code1 skill

by Intent Solutions IOMIT2.6kupdated 2 hours ago

Source

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

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/overnight-dev/ inside the repository.

Layout

plugins/productivity/overnight-dev/
├── .claude-plugin/plugin.json
└── skills/overnight-development/SKILL.md

Skills1

overnight-developmentskills/overnight-development/SKILL.md

Automates software development overnight using git hooks to enforce test-driven Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

Manifests1

plugins/productivity/overnight-dev/.claude-plugin/plugin.json
{
  "name": "overnight-dev",
  "version": "1.29.0",
  "description": "Run Claude autonomously for 6-8 hours overnight using Git hooks that enforce TDD - wake up to fully tested features",
  "author": {
    "name": "Intent Solutions IO",
    "url": "https://intentsolutions.io",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "overnight",
    "autonomous",
    "tdd",
    "testing",
    "git-hooks",
    "automation",
    "continuous-integration",
    "test-driven-development",
    "productivity"
  ]
}