with one click
update
Updates claude-auto-dev to latest version. Syncs repo with ~/.claude.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Updates claude-auto-dev to latest version. Syncs repo with ~/.claude.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Show token / tool usage stats from the local telemetry log. Use when you want to know "which tools am I burning context on", "which skills are expensive", or "was yesterday's session mostly Read/Grep or actually productive".
Parallel quality audit with 7 specialized agents (Opus). Finds bugs, violations, and quality issues. Use audit for fixes, brainstorm for features.
Manage environment variables with Doppler — auto-install CLI, login, link projects, wrap commands with `doppler run`. Replaces scattered .env files with a hub/spoke architecture.
Scaffolds new projects or onboards existing ones. Detects stack, creates monorepo/single-app, configures strict tooling. Use for greenfield or first-time setup.
Archives completed stories from prd.json to reduce token usage.
Autonomous task execution with testing and security. Works through all tasks without stopping.
| name | update |
| description | Updates claude-auto-dev to latest version. Syncs repo with ~/.claude. |
| triggers | ["update dev","update auto-dev","update skills","sync skills"] |
| allowed-tools | Bash, Read, Write, Glob |
| model | haiku |
| user-invocable | true |
Sync the local repo with ~/.claude installation.
Execute the following with the Bash tool immediately. Do not print it — run it. Use a single Bash call:
REPO=$(cat ~/.claude/repo-path.txt 2>/dev/null | tr -d '\r\n')
if [ -z "$REPO" ] || [ ! -d "$REPO" ]; then
REPO=/tmp/claude-auto-dev
rm -rf "$REPO"
gh repo clone djnsty23/claude-auto-dev "$REPO"
fi
cd "$REPO" && git pull && bash "$REPO/scripts/update.sh" "$REPO"
After the Bash call completes, report the version and status from the output, then remind the user: "Start a new session (/exit then claude) for CLAUDE.md changes to take effect." Do not do anything else.
| Source | Destination | Mode |
|---|---|---|
repo/skills/ | ~/.claude/skills/ | Copy + clean stale (manifest-based) |
repo/hooks/ | ~/.claude/hooks/ | Copy (overwrite) |
repo/config/rules/ | ~/.claude/rules/ | Copy (add/update only, no delete) |
repo/agents/ | ~/.claude/agents/ | Copy (add/update only, preserves user agents) |
repo/config/settings.json | ~/.claude/settings.json | Overwrite (security-critical) |
Note: commands.md lives inside skills/ — it syncs automatically with skills.
~/.claude/CLAUDE.md - User instructions, never touched (uses @include for commands.md)