Skip to main content

od-plugin-authoring

Guided scenario for creating an OpenDesign plugin folder that can be installed into My plugins.

Ir a la instalación

Datos de origen

Repositorio
nexu-io/open-design
Última actividad en el origen
18 de agosto de 2026 a las 07:09
Idioma detectado de SKILL.md
inglés
Estrellas
96.674
Forks
11.234

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Explorador de archivos
2 archivos

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
od-plugin-authoring
description
Guided scenario for creating an OpenDesign plugin folder that can be installed into My plugins.
od
{"scenario":"plugin-authoring","mode":"scenario"}
# od-plugin-authoring (scenario) Use this scenario when the user wants to create their own OpenDesign plugin. ## Required outcome Produce a folder named `generated-plugin/` in the active project workspace. At minimum, the folder must contain: - `SKILL.md` with frontmatter and clear agent instructions. - `open-design.json` with valid plugin metadata, `od.kind`, mode, task kind, capabilities, and inputs when needed. Add `examples/`, `assets/`, or other supporting files only when they help the plugin be used or reviewed. ## Authoring rules - Follow `docs/plugins-spec.md` and the schema at `docs/schemas/open-design.plugin.v1.json`. - Treat `SKILL.md` as the canonical behavior description. `open-design.json` should describe how OpenDesign installs, applies, and presents that behavior. - Keep the generated plugin local-user friendly: it should not require marketplace publishing, enterprise trust setup, or private team catalog configuration. - Choose a stable plugin id from the user's requested workflow. Use lowercase letters, numbers, dashes, underscores, or dots. - Include a short readiness summary when finished: - Files created. - Whether the folder is ready to add to My plugins. - Any validation or follow-up needed before install. - A direct next-action prompt that offers: Add to My plugins, Publish repo, or OpenDesign PR. ## Suggested folder shape ```text generated-plugin/ SKILL.md open-design.json examples/ assets/ ``` The `examples/` and `assets/` directories are optional. Do not create empty directories just to match the sketch.
Ver en GitHub