Skip to content

Repository files navigation

Claude Skills

Portable AI workflows for any codebase — by Belu Montoya.

Each skill is a self-contained markdown file that Claude Code detects and activates automatically based on your context. Download individual ZIPs, no repo cloning needed.

Browse all skills

Quick Install

# Download and extract a skill to your project
curl -L https://raw.githubusercontent.com/belumontoya/tools/main/public/downloads/skills/<skill-name>.zip -o skill.zip
unzip skill.zip -d .claude/skills/ && rm skill.zip

Or clone and copy:

git clone git@github.com:belumontoya/tools.git
cp -r tools/claude-skills/.claude/skills/<skill-name> your-project/.claude/skills/

Available Skills

See claude-skills/README.md for the full list with descriptions, use cases, and install links.

Repository Structure

tools/
├── claude-skills/       # Skill source files and documentation
│   └── .claude/
│       └── skills/      # One directory per skill, each with SKILL.md
├── public/
│   └── downloads/
│       └── skills/      # Pre-packaged ZIPs for direct download
└── src/                 # Web app for browsing skills

Contributing

See CONTRIBUTING.md for how to add or improve a skill.

Maintenance

Owner: Belu Montoya (belu.montoya@dialpad.com)
Status: Active

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages