Davenov:Cc:Help banner
kaladivo kaladivo

Davenov:Cc:Help

Development community

Description

--- description: Show available Davenov CC commands and skills with usage examples allowed-tools: - Bash - Read - Glob --- # Davenov CC Help Display help information about the installed Davenov CC collection. ## Instructions 1. **Check what's installed** by looking at the `~/.claude/` directory for davenov:cc commands and skills: ```bash # List installed commands ls ~/.claude/commands/davenov:cc:*.md 2>/dev/null || echo "No commands found" # List installed skills ls -d ~/.claude/skil

Installation

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

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

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

Full documentation available on GitHub

View Source Repository