← スキル一覧に戻る

skill-with-assets
by yoshiwatanabe
⭐ 0🍴 0📅 2026年1月13日
SKILL.md
name: skill-with-assets description: Demonstrates how skills can bundle data files and configuration templates. Use when needing structured data, templates, configuration files, or static reference data.
Skill with Assets
Description: Demonstrates how skills can bundle data files and configuration templates.
When to use: When a skill needs to reference structured data, templates, or configuration files.
Workflow
- Identify that configuration or data is needed
- Load the appropriate asset from
assets/directory - Parse and use the data
Available Assets
config.json- Example configuration file demonstrating bundled data
Key Points
- Assets can be JSON, YAML, templates, etc.
- Assets are loaded on-demand (progressive disclosure)
- Useful for configuration, templates, test data
- Assets should be static data, not code
Example Usage
User asks: "Show me the config" Response:
- Read
assets/config.json - Parse the JSON
- Present the configuration
When to Bundle Assets
Bundle assets when you need:
- Configuration templates
- Test data or fixtures
- Reference tables or mappings
- Example files
- Static structured data
スコア
総合スコア
40/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
レビュー
💬
レビュー機能は近日公開予定です