What problem does it solve?
This Skill automates the initial setup of the clank skills repository, transforming your Claude environment into a powerful, skill-driven workspace. It eliminates manual configuration errors and ensures your AI has immediate access to a personal wiki of proven techniques and tools.
Core Features & Use Cases
- Automated Repository Setup: Clones the
clank repository and sets up necessary symlinks for skills and commands.
- Claude Configuration: Guides you to update your
~/.claude/CLAUDE.md to enable mandatory skill discovery and usage.
- Verification Steps: Provides commands to confirm successful installation and tool availability.
- Use Case: When you first want to empower your Claude agent with a comprehensive library of best practices, this skill provides a streamlined, error-free installation process.
Quick Start
To install the skills system, first clone the repository:
mkdir -p ~/.clank
cd ~/.clank
git clone https://github.com/obra/clank.git
cd clank
./skills/meta/installing-skills/install.sh
Then, update your ~/.claude/CLAUDE.md as instructed by the script output.