Design & Medialow risk

extend-plugin-author

Use this plugin when the user wants to create, improve, validate, publish, or submit an Open Design plugin using the plugin spec, examples, and PR workflow.

nexu-io/open-design·plugins/spec/examples/extend-plugin-author/SKILL.md
60/ 100Recommendation

Install this skill

Choose your coding agent and copy a project or personal installation command.

Pinned to the indexed commit
Project installation.agents/skills/extend-plugin-author
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/extend-plugin-author -a codex -y
Personal installation~/.agents/skills/extend-plugin-author
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/extend-plugin-author -a codex -g -y
Manual folder.agents/skills/extend-plugin-authorOfficial docs ↗
Project installation.claude/skills/extend-plugin-author
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/extend-plugin-author -a claude-code -y
Personal installation~/.claude/skills/extend-plugin-author
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/extend-plugin-author -a claude-code -g -y
Manual folder.claude/skills/extend-plugin-authorOfficial docs ↗
Project installation.agents/skills/extend-plugin-author
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/extend-plugin-author -a github-copilot -y
Personal installation~/.copilot/skills/extend-plugin-author
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/extend-plugin-author -a github-copilot -g -y
Manual folder.agents/skills/extend-plugin-authorOfficial docs ↗
Project installation.agents/skills/extend-plugin-author
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/extend-plugin-author -a cursor -y
Personal installation~/.cursor/skills/extend-plugin-author
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/extend-plugin-author -a cursor -g -y
Manual folder.agents/skills/extend-plugin-authorOfficial docs ↗
Project installation.agents/skills/extend-plugin-author
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/extend-plugin-author -a gemini-cli -y
Personal installation~/.gemini/skills/extend-plugin-author
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/extend-plugin-author -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path plugins/spec/examples/extend-plugin-author
Manual folder.agents/skills/extend-plugin-authorOfficial docs ↗
⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.

Skill instructions

View source on GitHub ↗
# Extend Plugin Author

## Workflow

1. Read `plugins/spec/SPEC.md` and the closest example plugin.
2. Identify the target lane, mode, trigger description, required atoms, inputs, and capabilities.
3. Scaffold a plugin folder with `SKILL.md`, `open-design.json`, `README.md`, and evals when useful.
4. Validate JSON and run available repo checks.
5. Prepare publish or PR instructions.

## Output Contract

Produce a complete plugin folder and `authoring-summary.md`.