heartreverie-create-plugin

Installation
SKILL.md

Create Plugin

Create a new plugin for the manifest-driven plugin system. Plugins live in plugins/<name>/ with a plugin.json manifest that declares capabilities.

For full manifest field reference, read references/manifest-schema.md.


Step 1: Understand the Plugin

Determine what the plugin does. Derive:

  • Name: kebab-case, e.g., my-plugin. Must be valid: no .., \0, /, \.
  • Directory: plugins/<name>/
  • Purpose: What it adds to the system

Step 2: Determine Plugin Type

Select type based on what the plugin needs:

Installs
1
GitHub Stars
1
First Seen
Apr 18, 2026