Install Toolkit banner
cfircoo cfircoo

Install Toolkit

Development community

Description

--- description: Interactive toolkit installer - asks preferences then installs components argument-hint: [toolkit-path] allowed-tools: AskUserQuestion, Bash, Read, Glob --- <objective> Install Claude Code Toolkit components to ~/.claude/ by asking the user their preferences and executing the installation on their behalf. </objective> <context> Toolkit location: $ARGUMENTS (default: current directory if contains install.sh, otherwise ~/claude-code-toolkit) Available components: - **Skills** (

Installation

Installs to ~/.claude/skills/cfircoo-claude-code-toolkit-install-toolkit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cfircoo-claude-code-toolkit-install-toolkit && curl -fsSL https://raw.githubusercontent.com/cfircoo/claude-code-toolkit/HEAD/commands/install-toolkit.md -o ~/.claude/skills/cfircoo-claude-code-toolkit-install-toolkit/SKILL.md

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

Full documentation available on GitHub

View Source Repository