create-plugin

Installation
SKILL.md

Create Plugin

Scaffold a new plugin in plugins/ and register it in the marketplace.

Workflow

  1. Find repo root Run: git rev-parse --show-toplevel Store result as <repo-root>.

  2. Gather info via script Run: node <skill-dir>/scripts/gather-plugin-info.cjs The script prompts the user in the terminal and returns one JSON line: { name, description, keywords }

Installs
1
First Seen
Jun 18, 2026
create-plugin — lichens-innovation/ai-dev-tools