Davenov:Cc:Update banner
kaladivo kaladivo

Davenov:Cc:Update

Development community

Description

--- description: Update Davenov CC (skills & slash commands collection) to the latest version allowed-tools: - Bash --- # Update Davenov CC Collection This command updates the **davenov-cc** npm package — a collection of Claude Code skills and slash commands — to the latest version and syncs them to your `~/.claude/` folder. ## Instructions Run the npx command with the `--update` flag to fetch and install the latest version: ```bash npx davenov-cc@latest --update ``` - The `@latest` tag

Installation

Installs to ~/.claude/skills/kaladivo-davenov-cc-collection-davenov-cc-update/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kaladivo-davenov-cc-collection-davenov-cc-update && curl -fsSL https://raw.githubusercontent.com/kaladivo/davenov-cc-collection/HEAD/commands/davenov:cc:update.md -o ~/.claude/skills/kaladivo-davenov-cc-collection-davenov-cc-update/SKILL.md

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

Full documentation available on GitHub

View Source Repository