AgentSkillsCN

obsidian-narrative-vault

管理并交叉引用存储于 Obsidian 仓库中的游戏背景故事、物种描述及设计文档。当需要将游戏机制与叙事语境相匹配,或在海量世界构建细节中精准查找所需信息时,可使用此流程。

SKILL.md
--- frontmatter
name: obsidian-narrative-vault
description: Manage and cross-reference game lore, species descriptions, and design documentation stored in the Obsidian vault. Use when aligning gameplay mechanics with narrative context or searching for world-building details.

Obsidian Narrative Vault

This skill enables seamless integration between the codebase and the "BRUTAL" world-building documentation.

Workflow

  1. Information Retrieval:
    • Use mcp_obsidian_search_notes to find relevant lore or design docs.
    • Use mcp_obsidian_read_notes to extract full narrative context.
  2. Consistency Analysis:
    • Compare code attributes (e.g., Species stats) against lore descriptions.
    • Identify "Narrative Drift" where mechanics no longer match the world description.
  3. Documentation Sync:
    • Reference the lore-standards.md for vault structure.
    • Propose updates to lore when mechanics evolve.

Guidelines

  • Lore Over Logic: Narratives define the "feeling" of a species; mechanics should serve that feeling.
  • Search Patterns: Use keywords like Species/, Regions/, or Design/ to narrow searches.

Artefacts to Update (lore sync)

  • Do NOT edit vault notes directly. When proposing lore changes, add a ./docs/todo/master_todo.md entry referencing the vault paths and suggested edits.
  • If mechanics change based on lore findings, add corresponding entries to ./docs/todo/master_todo.md and update ./.github/skills/species-trait-balancer/SKILL.md references if needed.
  • Record references to the exact Obsidian note paths in the master todo to preserve traceability.