Reusable and archived agent skills collected by the REZICS project.
skills/rezics/contains skills authored or maintained by REZICS.vendor/contains copied public skills and archived public snapshots. These copies retain any more-specific license and attribution files distributed with them.
The repository is a catalog, not an installed skill set. Copy only the skill
directories you need into a supported skill location such as
.agents/skills/.
Every SKILL.md records its version as a string:
metadata:
version: "1.0.0"Copies do not create a dependency between repositories or workspaces. Use the skill name and version to compare them:
- The same name and version must represent the same skill content.
- Copying unchanged content preserves the version.
- Changing instructions, scripts, references, assets, or other skill content requires a version change before that content is copied elsewhere.
Each skill has its own Romantic Versioning (PROJECT.MAJOR.MINOR) release
line. Increment PROJECT for a new product generation, MAJOR for significant
or breaking behavior, and MINOR for smaller additions, fixes, and
maintenance.
Run the repository validator after adding or updating skills:
node tools/validate-skills.ts
The validator uses Node.js 22.18 or newer and has no package dependencies.
The root LICENSE applies to REZICS-authored content unless a file or
directory carries a more-specific notice. Content under vendor/ may use
different terms. Check its bundled license and attribution files before reuse.