Testing & QAlow risk
sample-plugin
Phase 1 sample plugin synthesizing a SKILL.md frontmatter for backwards-compat tests.
nexu-io/open-design·apps/daemon/tests/fixtures/plugin-fixtures/sample-plugin/SKILL.md
61/ 100推薦值
匯入這個 Skill
選擇你的 coding agent,複製專案級或個人級安裝指令。
匯入目前專案.agents/skills/sample-plugin
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/apps/daemon/tests/fixtures/plugin-fixtures/sample-plugin -a codex -y匯入個人環境~/.agents/skills/sample-plugin
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/apps/daemon/tests/fixtures/plugin-fixtures/sample-plugin -a codex -g -y匯入目前專案.claude/skills/sample-plugin
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/apps/daemon/tests/fixtures/plugin-fixtures/sample-plugin -a claude-code -y匯入個人環境~/.claude/skills/sample-plugin
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/apps/daemon/tests/fixtures/plugin-fixtures/sample-plugin -a claude-code -g -y匯入目前專案.agents/skills/sample-plugin
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/apps/daemon/tests/fixtures/plugin-fixtures/sample-plugin -a github-copilot -y匯入個人環境~/.copilot/skills/sample-plugin
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/apps/daemon/tests/fixtures/plugin-fixtures/sample-plugin -a github-copilot -g -y匯入目前專案.agents/skills/sample-plugin
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/apps/daemon/tests/fixtures/plugin-fixtures/sample-plugin -a cursor -y匯入個人環境~/.cursor/skills/sample-plugin
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/apps/daemon/tests/fixtures/plugin-fixtures/sample-plugin -a cursor -g -y匯入目前專案.agents/skills/sample-plugin
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/apps/daemon/tests/fixtures/plugin-fixtures/sample-plugin -a gemini-cli -y匯入個人環境~/.gemini/skills/sample-plugin
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/apps/daemon/tests/fixtures/plugin-fixtures/sample-plugin -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path apps/daemon/tests/fixtures/plugin-fixtures/sample-plugin⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
Skill 指令
在 GitHub 查看原始檔案 ↗# Sample Plugin This is the SKILL.md half of the Phase 1 e2e fixture. The companion `open-design.json` sidecar carries the canonical Open Design plugin manifest fields; this file proves the SKILL-only adapter path stays honest when an install lacks an explicit sidecar (just delete `open-design.json` to test the legacy compat tier). ## Workflow 1. Acknowledge the user's brief via the discovery question form atom. 2. Use TodoWrite to plan the brief. 3. Emit the brief as a deck artifact.