agentsclimarketplace

Forge

Skill Dragoon0x/dragoon-skills/skills/forge

design intelligence for ai coding agents. one unified cli, 36 commands across recon, review, build, plan, ship, test, reflect, power. zero npm deps.

Install
npx -y skills add Dragoon0x/dragoon-skills --skill forge

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Generate a new dragoon skill scaffold (SKILL.md, scripts/<name>.js, test/<name>.test.js, README.md) into .dragoon/forge/<name>/ for review. dragoon does NOT auto-install forged skills. After review, copy into ~/.dragoon/skills/ and add an entry to bin/dragoon's COMMANDS map. Use to extend the pack with custom skills. Run as `node ~/.claude/skills/dragoon/skills/forge/scripts/forge.js <name>`.

SKILL.md

1.0 KB, as published. Nobody here has run it

/forge

Scaffold a new skill. The pack extends itself.

When to use

  • Building a custom skill for the team
  • Prototyping a new dragoon command
  • The user says "make a new skill", "scaffold a skill"

Run it

dragoon forge MySkill --description "what it does" --apply

Then review the scaffold, implement the script, copy to ~/.dragoon/skills/<name>/, and register in bin/dragoon.

Safety

  • Skill name must be a valid identifier (a-z, A-Z, 0-9, _)
  • Output lands in a sandbox: .dragoon/forge/<name>/
  • Never auto-installed

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.