跑团笔记管理

Store NPCs, clues and statuses as local Markdown notes for RPG sessions.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bridgeL/cocv7 --skill -bridgel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 跑团笔记管理
Source: https://github.com/bridgeL/cocv7/tree/main/agents/coc/skills/session_note_manager
Command: npx skills add https://github.com/bridgeL/cocv7 --skill -bridgel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of persisting important RPG session information (NPCs, clues, and character status) into local Markdown notes and retrieving it on demand.

Core Features & Use Cases

  • Local persistence: stores each entity (NPC, clue, status, progression) as a separate Markdown note for archiving and lookup.
  • Proactive write/read: creates and updates notes automatically and reads history when players ask for recall.
  • Consistent naming: enforces clear naming conventions to ease cross-scene searching and tracing.

Quick Start

Create or update notes after a scene to capture name, appearance, personality, relationships, and known information for newly introduced or updated entities.

Frequently Asked Questions about 跑团笔记管理

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I store RPG session notes locally for NPC and clue tracking?

Store RPG session notes locally by saving NPCs, clues, and status changes as individual Markdown files. This allows reliable archiving and on-demand retrieval when players ask for past information during tabletop campaigns.

What is the best way to manage RPG story progress without losing previous session data?

Managing RPG story progress safely requires a workflow that appends updates without overwriting existing content. Storing each entity as a separate Markdown note ensures past session data remains intact for future recall.

Can I use Markdown notes to retrieve past NPC appearances during tabletop campaigns?

Yes, you can retrieve past NPC appearances by reading local Markdown notes. The system enforces consistent naming conventions to ease cross-scene searching and tracing when players inquire about specific characters.

How to organize tabletop RPG clues and character status changes for quick lookup?

Organize tabletop RPG clues and character status changes by creating separate Markdown notes for each entity. Capture name, appearance, personality, relationships, and known information after a scene to ensure consistent archiving.

Do I need a specific local file system to run a note-manager workflow for RPG sessions?

You need a local file system and a simple note-manager workflow described in SKILL.md. This setup handles read and write operations to automatically create, update, and retrieve Markdown notes during campaigns.

Why does appending updates matter when storing RPG session notes as Markdown files?

Appending updates matters because it prevents overwriting existing content when storing RPG session notes. This ensures that historical NPC introductions, clue appearances, and player state changes remain accessible throughout the campaign.