Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JMRBDev Skills

Reusable agent skills published through the Skills CLI.

Available skills

ship-feature

Ships substantial software features through a controlled loop:

discover → plan → implement → prove → review → repair

It coordinates dedicated planning, implementation, and independent review subagents while the main agent owns repository safety, decisions, evidence, Git history, and PR state.

Read the skill · Role contracts · skills.sh

Install

Install one skill globally:

npx skills add JMRBDev/skills --skill ship-feature -g -y

Install one skill into the current project:

npx skills add JMRBDev/skills --skill ship-feature -y

List the skills in this repository:

npx skills add JMRBDev/skills --list

Install every skill:

npx skills add JMRBDev/skills --all -g

Update globally installed skills:

npx skills update -g

Repository layout

Each installable skill has its own directory under skills/:

skills/
└── <skill-name>/
    ├── SKILL.md
    └── optional companion files

The repository root intentionally has no SKILL.md, allowing the CLI to discover every skill without --full-depth.

Adding a skill

  1. Create skills/<skill-name>/SKILL.md.

  2. Keep references used by the skill inside the same directory.

  3. Give the skill a unique kebab-case name in its YAML frontmatter.

  4. Verify discovery:

    npx skills add . --list
  5. Test a clean copied installation before release.

  6. Add the skill to the Available skills section and CHANGELOG.md.

License

MIT

About

Reusable coding-agent skills for feature delivery, review, and software engineering workflows

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors