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.