create-plugin
Installation
SKILL.md
Create Plugin
Scaffold a new plugin in plugins/ and register it in the marketplace.
Workflow
-
Find repo root Run:
git rev-parse --show-toplevelStore result as<repo-root>. -
Gather info via script Run:
node <skill-dir>/scripts/gather-plugin-info.cjsThe script prompts the user in the terminal and returns one JSON line:{ name, description, keywords }