Installing Skills
Each skill follows the Agent Skills open standard (SKILL.md + optional scripts/resources), so it works with any agent that supports it.
Claude Code (Plugin Marketplace)
This repo is a Claude Code plugin marketplace. Add it and install individual skills:
# Add the marketplace
/plugin marketplace add gabrielkoerich/skills
# Install a skill
/plugin install github-issue-worktree@skills
# Update all installed skills
/plugin marketplace update
Claude
git clone https://github.com/gabrielkoerich/skills.git && cd skills
# Personal (available across all projects)
cp -r github-secrets ~/.claude/skills/github-secrets
# Or project-level (available in this project only)
cp -r github-secrets .claude/skills/github-secrets
Codex
git clone https://github.com/gabrielkoerich/skills.git && cd skills
# Project-level
cp -r github-secrets .agents/skills/github-secrets
# Or user-level
cp -r github-secrets ~/.agents/skills/github-secrets
Other Agents
For any agent that supports SKILL.md files, copy the skill directory into the agent's skills folder.