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/ 100推薦值

匯入這個 Skill

選擇你的 coding agent,複製專案級或個人級安裝指令。

固定至平台收錄的 commit
匯入目前專案.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
匯入個人環境~/.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
手動放置目錄.agents/skills/extend-plugin-authorOfficial docs ↗
匯入目前專案.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
匯入個人環境~/.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
手動放置目錄.claude/skills/extend-plugin-authorOfficial docs ↗
匯入目前專案.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
匯入個人環境~/.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
手動放置目錄.agents/skills/extend-plugin-authorOfficial docs ↗
匯入目前專案.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
匯入個人環境~/.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
手動放置目錄.agents/skills/extend-plugin-authorOfficial docs ↗
匯入目前專案.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
匯入個人環境~/.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
手動放置目錄.agents/skills/extend-plugin-authorOfficial docs ↗
⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
# 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`.