Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills

Reusable Agent Skills for Cursor, Claude Code, Codex, and other agents that load SKILL.md.

Each skill is a folder under skills/ with a portable SKILL.md contract. Install selectively via skills.sh / the skills CLI.

Skills

Skill Description
[alint-until-clean](./skills/alint-until-clean/) Drive moeru-ai/alint until clean
[poster-image-to-html](./skills/poster-image-to-html/) Faithful HTML recreation of poster/banner reference images with Playwright PNG compare loop
[modular-svg-illustration](./skills/modular-svg-illustration/) Modular SVG illustration — assemble primitives into depth-sorted scenes (demos)
[pr-review-slides](./skills/pr-review-slides/) Slidev decks that review a GitHub PR by diff and explain why each change was written that way

Layout

skills/
  <skill-name>/
    SKILL.md          # required — frontmatter + instructions
    scripts/          # optional
    references/       # optional
    assets/           # optional
    examples/         # optional demos for that skill

Install

List skills in this repo:

npx skills add lulu0119/skills --list

Install one skill:

npx skills add lulu0119/skills --skill alint-until-clean
npx skills add lulu0119/skills --skill poster-image-to-html
npx skills add lulu0119/skills --skill modular-svg-illustration

Install everything:

npx skills add lulu0119/skills --skill '*' -y

From a local clone:

npx skills add . --list
npx skills add . --skill poster-image-to-html

Add a skill

  1. Create skills/<skill-name>/SKILL.md with YAML frontmatter (name, description). name must match the folder name (kebab-case).
  2. Keep SKILL.md focused; put long reference material in sibling files (reference.md, references/, scripts/).
  3. List the skill in the table above.
  4. Optional: add demos under that skill’s examples/.

License

MIT — see LICENSE.

About

Reusable Agent Skills catalog (SKILL.md) for Cursor, Claude Code, Codex, and other agents

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages