This repository is structured to match the public anthropics/skills layout so the skills can be installed from GitHub by tools such as npx skills add.
skills/
<skill-name>/
SKILL.md
references/
agents/
template/
SKILL.md
spec/
agent-skills-spec.md
.claude-plugin/
marketplace.json
Each distributable skill lives at skills/<skill-name>/SKILL.md. The directory name should match the name field in the skill frontmatter.
website-to-clireverse-browser-runtime
Install the full repository:
npx skills add https://github.com/deluxebear/skillsInstall a single skill:
npx skills add https://github.com/deluxebear/skills --skill website-to-cli
npx skills add https://github.com/deluxebear/skills --skill reverse-browser-runtime- Put one skill per folder under
skills/. - Keep required metadata in YAML frontmatter at the top of
SKILL.md. - Keep reusable examples, checklists, and long references in sibling folders such as
references/rather than bloatingSKILL.md. - Avoid committing editor files or system files so install tooling only sees real skill assets.