Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skills

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.

Repository Layout

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.

Included Skills

  • website-to-cli
  • reverse-browser-runtime

Install

Install the full repository:

npx skills add https://github.com/deluxebear/skills

Install 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

Authoring Notes

  • 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 bloating SKILL.md.
  • Avoid committing editor files or system files so install tooling only sees real skill assets.

About

Agent skills for coding tools (website-to-cli, reverse-browser-runtime) — installable via npx skills add

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors