Community marketplace for Claude Code skills.
Register this repository as a Claude Code Plugin marketplace:
/plugin marketplace add fedora-copr/copr-skills
Then browse and install skills:
- Select
Browse and install plugins - Select the skill set you want
- Select
Install now
Or install a specific plugin directly:
/plugin install <skill-name>@copr-skills
After installing, use the skill by mentioning it in conversation.
To use skills from this repository or upload custom skills, follow the instructions in Using skills in Claude.
Use skills via the Claude API. See the Skills API Quickstart for details.
skills/
<skill-name>/
skill.yaml # metadata (name, version, author, description, tags)
skill.md # skill implementation
README.md # usage docs
See CONTRIBUTING.md.