← スキル一覧に戻る

fpf-skillstorage-persist-evidence
by venikman
AI-Powered Observability with .NET Aspire + MCP
⭐ 0🍴 0📅 2026年1月10日
SKILL.md
name: fpf-skill:storage-persist-evidence description: Writes an immutable artifact to the FPF EvidenceGraph (G.6). version: 0.1.0 allowed_tools: []
storage/persist-evidence Kernel
Context
This skill implements FPF Pattern G.6 (EvidenceGraph). In the experiment (Conditions C1/C2), files act as the carrier. Evidence must be immutable and addressable.
Instructions
Write the provided content to the telemetry/ or artifacts/ directory.
1. Naming Convention (Immutability)
You must generate a filename that guarantees uniqueness/immutability.
- Preferred:
timestamp_sha256.json(e.g.,20240110-1200_a1b2c3...json) - Alternate:
uuid.json
2. Formats
- Content MUST be valid JSON.
- If content is not JSON, wrap it:
{"content_type": "text/plain", "body": "..."}.
3. Output
Return the absolute path of the persisted artifact.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です