← スキル一覧に戻る

example
by minpeter
To become a vibe coder who understands vibe, Building a Coding Agent
⭐ 2🍴 0📅 2026年1月19日
SKILL.md
name: example description: Example v2 skill demonstrating agentskills.io standard with subdirectories license: MIT compatibility: Works on all platforms metadata: author: minpeter version: 1.0.0 allowed-tools: shell_execute() read_file()
Example Skill (v2 Format)
This is an example skill using the agentskills.io v2 standard format.
Features
- Demonstrates YAML frontmatter parsing
- Shows directory-based structure with subdirectories
- Includes scripts and reference files
Usage
- Load this skill using
load_skill("example") - Access subdirectory files using
load_skill("example", "scripts/setup.sh") - Reference documentation at
references/api.md
Available Resources
Scripts
scripts/setup.sh- Setup script for initializing the environment
References
references/api.md- API documentation
Example Commands
# Run setup script
./scripts/setup.sh
# Check API documentation
cat references/api.md
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です