← スキル一覧に戻る

game-content
by tuliosoria
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: game-content description: Guidance for adding narrative content, files, and hidden progression in the terminal game.
When adding narrative content:
- Place new lore files in
app/data/filesystem.tsand follow existing header formatting (box lines, date stamps, classification). - Preserve the cold, bureaucratic tone; avoid direct player address.
- Use existing access gating patterns (
accessThreshold,requiredFlags) to control discovery timing. - If referencing the Watchers, keep it subtle and use late-stage files to reframe earlier events.
- Keep file names consistent with existing naming style (lowercase, underscores, extensions).
For new directories:
- Add them under the appropriate tree node in
FILESYSTEM_ROOT. - Avoid breaking existing paths; add new directories as children.
- If content requires override, use
requiredFlags: ['adminUnlocked'].
Testing:
- Add or update filesystem tests in
app/engine/__tests__/filesystem.test.tswhen adding gated paths.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です