Claude Auto Dev
Description
Autonomous development skills for Claude Code - task loops, testing, and deployment automation
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Auto-Dev
[](https://claude.ai/code) [](https://opensource.org/licenses/MIT) [](https://github.com/djnsty23/claude-auto-dev/releases)
**Autonomous development workflow for Claude Code.** Say what you want to build — Claude handles the rest.
Distributed as a plugin marketplace. Claude Code installs, updates, and removes it; there is no install script and nothing is copied into `~/.claude`.
Install
In Claude Code — the desktop app, the CLI, or an IDE session:
/plugin marketplace add djnsty23/claude-auto-dev
/plugin install autodev-core@autodev
That is the whole install. Then say `brainstorm`.
Two optional add-ons:
/plugin install autodev-memory@autodev
/plugin install autodev-stack@autodev
If the install summary says `Run /reload-plugins to activate.`, run that.
**Upgrading from 7.x?** The old installer copied files into `~/.claude` and appended a function to your shell profile. Read [MIGRATION.md](MIGRATION.md) before installing — it clears those out.
What's in each plugin
| Plugin | Contains | Install it if |
|---|---|---|
| autodev-core | The workflow — brainstorm, auto, iterate, audit, review, ship, scan, plus the prd.json sprint system, 4 subagents, and the sprint/typecheck/safety hooks |
Always. This is the tool. |
| autodev-memory | Cross-session project memory + nightly memory-maintenance — automatic observation capture, semantic search, domain-knowledge briefs, repo-backed backup |
You want Claude to remember earlier sessions in a project |
| autodev-stack | Supabase, Doppler, Stripe, and Remotion integrations | You use that stack |
`autodev-core` stands alone. The other two are additive and can be removed without touching it.
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing