Init Update banner
Danncode10 Danncode10

Init Update

Development community

Description

--- description: Update your DannFlow project to the latest version—pull new commands, scripts, guide, skills, and more while preserving your code. argument-hint: "[--all] [--no-confirm]" --- Update an older DannFlow project to the latest version without losing your work. **What it does:** Pulls the latest from the DannFlow repo and selectively merges updates across: - `.claude/` (commands, CLAUDE.md, SKILLS.md, skill packs) - Shell scripts (install.sh, guide.sh) - Package.json (new npm scrip

Installation

Installs to ~/.claude/commands/danncode10-dannflow-init-update.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Danncode10/DannFlow/HEAD/.claude/commands/init-update.md -o ~/.claude/commands/danncode10-dannflow-init-update.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository