Claude Auto Dev banner
djnsty23 djnsty23

Claude Auto Dev

Testing community

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

[![Claude Code](https://img.shields.io/badge/Claude%20Code-Plugin-blueviolet)](https://claude.ai/code) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Version](https://img.shields.io/badge/version-8.2-blue.svg)](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.