# scripts/ ## new-plugin.sh Scaffolds a new plugin directory with both manifests and empty skeleton dirs. ``` Usage: new-plugin.sh ``` Creates `/plugins//` containing: `plugin.json` (Copilot manifest), `.claude-plugin/plugin.json` (CC manifest), and empty `skills/`, `agents/`, `hooks/`, `bin/` directories. Both manifest files carry `FILL_IN_*` placeholders for fields the user must supply. Each file and directory is a no-op if it already exists. Does not touch `marketplace.json`. See `--help` for full usage.