This repository contains agent skills I created for my own projects. Each skill is installable directly from this public repository.
Install a skill with:
npx skills add filiphric/skills name-of-the-skillFor example:
npx skills add filiphric/skills create-symlinks| Skill | Description |
|---|---|
create-symlinks |
Syncs .claude and .agents by moving real files to .agents and creating symlinks in .claude. |
Skills live in the skills/ directory. Each skill has its own folder containing a SKILL.md file:
skills/
create-symlinks/
SKILL.md
These skills are built around my own workflows, but they are public so they can be installed and adapted elsewhere.