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⚠ インストールには open-source 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.