← スキル一覧に戻る
hello-world
by johnnyicon
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: hello-world description: Example skill showing minimal structure. Use as a template for creating new skills.
Hello World Skill
This is the simplest possible skill. Use it as a starting point.
What This Demonstrates
- Minimal required frontmatter (name + description)
- Basic markdown structure
- Single command example
- Clear sections
When to Use
This is a demonstration skill. Use it to understand the minimum viable structure for a working skill.
Command
echo "Hello from skill-foundry!"
Process
- Open the task description
- Execute the appropriate command
- Verify the output
Next Steps
To create a real skill:
- Copy this structure
- Replace name and description
- Add your commands and process
- Add boundaries (what to always/never do)
- Add examples
- See ../../skill-foundry/references/BEST_PRACTICES.md for guidance
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です