A collection of skills for Claude Code that extend its capabilities with specialized tools and workflows.
| Skill | Description |
|---|---|
| perplexity-intelligent | Intelligent web research using Perplexity's Sonar API with automatic model selection |
Skills are reusable instruction sets that teach Claude Code how to perform specialized tasks. They can be installed globally (for all projects) or per-project.
Click on a skill above to see its README with installation instructions.
General pattern:
# Clone this repo
git clone https://github.com/Family-IT-Guy/claude-code-skills.git
# Copy a skill to your global skills directory
mkdir -p ~/.claude/skills
cp -r skills/<skill-name> ~/.claude/skills/Then follow the skill's README for API keys, CLAUDE.md configuration, and usage.
MIT