ソース情報
- リポジトリ
- 777genius/universal-agent-plugins
- ソースの最終更新活動
- 2026年4月5日 10:42
- 検出された SKILL.md の言語
- 英語
- スター
- 13
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SKILL.md を表示中
SKILL.md
ソースの指示 · 読み取り専用プレビュー- name
- opencode-basic
- description
- Use this example skill to verify OpenCode workspace-config generating.
- execution_mode
- docs_only
- supported_agents
- ["claude","codex"]
- allowed_tools
- []
- compatibility
- {}
## What it does
Keep OpenCode config generating deterministic and validate after every authored change.
## When to use
Use this skill when you need to check whether the authored OpenCode package still renders and validates cleanly.
## How to run
1. Run `plugin-kit-ai generate --check .`
2. Run `plugin-kit-ai validate . --platform opencode --strict`
3. Fix any drift or validation failures before continuing
## Constraints
- Keep the OpenCode config deterministic.
- Do not add unsupported local plugin-code surfaces to this example.
GitHubで見る