character-management

仓库创建 2026年2月13日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由

便于构建复杂人物关系并保持一致性。

这个 Skill 做什么

为故事项目创建与管理人物档案并维护关系与时间线。

把故事里的每个角色做成可维护的人物档案(markdown + YAML),记录性格、关系、时间线和跨章节引用,方便随时查改和生成关系图。常用在新增角色、整理家谱、梳理人物弧线或整个项目需要统一角色信息时。特点是把人物当结构化数据管理,能和项目里其他元素互相链接,避免信息分散。

▸ 展开 SKILL.md 英文原文

This skill should be used when the user asks to "create a character", "update a character", "add a character", "build a family tree", "character relationships", "character timeline", "character arc", "character profile", or needs to manage characters in a story project.

内容创作角色管理人物档案关系网通用
122
Stars
17
Forks
7
仓库内 Skill
+23
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/danjdewhurst/story-skills/main/skills/character-management/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/danjdewhurst/story-skills/main/skills/character-management/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Character Management

## Overview

Create and manage rich character profiles for a story project. Each character is a markdown file with YAML frontmatter in the `characters/` directory. Characters are cross-referenced with other story elements through kebab-case identifiers.

## Prerequisites

A story project must already exist (created via the story-init skill). Verify by checking for `story.md` in the project root.

## Creating a Character

1. Read `story.md` for genre, themes, and tone context
2. Read `characters/_index.md` for existing characters
3. Ask for the character's name and role (protagonist, antagonist, supporting, minor)
4. Build the profile through conversation, exploring:
 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有