How it works
Claude skills give Claude deep knowledge of a specific tool or API — loaded automatically at the start of every session.
01
Generate a skill
Pick an API service, CLI tool, or describe your own. upSKILLed generates 3 files: a skill definition, a config, and example prompts.
$ ▌
02
Add it to your project
Place the skill.md file in your project and reference it from CLAUDE.md using an @ path. That's it — one line.
# CLAUDE.md03
Claude knows your tools
At the start of every Claude Code session, the skill is loaded automatically. Claude has full context on the service — its API, auth patterns, and best practices.
You▌