Skip to content

sydgren/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sydgren/skills

A small collection of Agent Skills and a Claude Code plugin marketplace, served from one repository.

Skills

Skill What it does
shipit Deploy Laravel projects to ShipIt via Artisan (php artisan shipit:deploy). Pairs with the sydgren/laravel-shipit package.

Install a skill (any agent — via the skills CLI)

npx skills add sydgren/skills --skill shipit   # one skill
npx skills add sydgren/skills --list           # see what's available
npx skills add sydgren/skills --skill '*'      # everything

Install via Claude Code plugin marketplace

/plugin marketplace add sydgren/skills
/plugin install shipit@sydgren-skills

Repository layout

Each skill's canonical file lives at skills/<name>/SKILL.md (what the skills CLI discovers). The Claude Code marketplace exposes the same skills as plugins under plugins/<name>/, whose skills/ directory symlinks back to the canonical file — so there is a single source of truth, no duplicated content.

.
├── .claude-plugin/marketplace.json     # Claude Code marketplace catalog
├── plugins/
│   └── shipit/
│       ├── .claude-plugin/plugin.json
│       └── skills/shipit -> ../../../skills/shipit   # symlink to canonical
└── skills/
    └── shipit/SKILL.md                 # canonical skill

License

MIT

About

Claude Code skills + plugin marketplace

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors