← スキル一覧に戻る

example-skill
by kitsunoff
⭐ 2🍴 0📅 2026年1月24日
SKILL.md
name: example-skill description: An example skill demonstrating the format for opencode-skills plugin license: MIT
Example Skill
This is an example skill that demonstrates the format expected by the native OpenCode skills system.
What This Skill Does
This skill helps you understand how to create your own skills for OpenCode.
When to Use This Skill
Use this skill when you need to:
- Understand how to create a new skill
- Reference the skill format
- Learn about skill structure
Instructions
When this skill is activated, you should:
- Read the supporting documentation in
references/guide.md - Follow the guidelines below
Guidelines
- Skills are discovered automatically from
.opencode/skill/or~/.opencode/skill/ - Each skill must have a
SKILL.mdfile with valid YAML frontmatter - Required frontmatter fields:
nameanddescription - Optional frontmatter fields:
license,compatibility,metadata - Supporting files can be referenced with relative paths
- The skill name must match the directory name
Skill Name Rules
The name must:
- Be 1-64 characters
- Be lowercase alphanumeric with single hyphen separators
- Not start or end with
- - Not contain consecutive
-- - Match the directory name containing
SKILL.md
Regex: ^[a-z0-9]+(-[a-z0-9]+)*$
Supporting Files
You can reference supporting files like:
references/guide.md- Additional documentationassets/template.html- Files used in output
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です