This repository contains reusable plugins and skills for code agents.
plugins/: agent pluginsskills/: reusable skills
- Create the real skill in
skills/<skill-name>/. - If the skill is inside a plugin, add a relative symlink at
plugins/<plugin>/skills/<skill-name>that points to the shared skill directory. - Do not duplicate skill files inside a plugin. Plugins should reference skills through relative symlinks so the skill stays defined in one place.
- When editing install or release docs, keep the two main install paths aligned: universal skills install and Claude Code marketplace/plugins install.
- Universal docs should mention
skills.shandnpx skills add -g derogab/agent-kit. - Claude Code docs should mention adding the
derogab/agent-kitmarketplace, then installing the needed plugins. - If asked to change a Claude Code plugin version, update the matching version in
.claude-plugin/marketplace.json.
- Keep changes small and focused.
- Follow the existing structure and wording style.
- Skills must follow the official Agent Skills specification:
https://agentskills.io/specification. - Prefer simple Markdown.
- Update nearby docs when behavior or usage changes.
- Do not add unrelated changes.
- Read
README.mdand the nearest localREADME.mdbefore editing. - If you change a plugin or skill, verify links, names, and examples still match.
- Be sure related docs stay synced and updated.