Setup
Installation Methods
Global Installation
Install once, use everywhere. Skills are available in all Claude Code sessions:
git clone https://github.com/starlake-ai/starlake-skills.git ~/.claude/skills/starlake-skills
Project-Local Installation
Scope skills to a specific project. Useful when you want version-pinned skills:
cd your-starlake-project
git clone https://github.com/starlake-ai/starlake-skills.git .claude/skills/starlake-skills
Add to .gitignore if you don't want to commit the plugin:
.claude/skills/
Marketplace (Coming Soon)
claude plugin install starlake-skills
Starlake Project Structure
Starlake Skills expects the standard Starlake project layout:
your-project/