story-maintenance
仓库创建 2026年2月13日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由
自动化常规维护,保持项目健康与可迁移性。
这个 Skill 做什么
对 Story Skills 项目进行校验、重建索引、统计与导出导入等维护。
做 Story Skills 项目的机械性维护:校验结构、重建索引、修复注册表、查断链和连贯性、统计字数并导入导出手稿等。需要跑 CLI 做结构验证、生成项目报告或迁移 schema 时用它。特点是只处理可复现的技术性问题,不参与创意或剧情决策。
▸ 展开 SKILL.md 英文原文
This skill should be used when the user asks to validate, reindex, repair registries, check links, check continuity, count words, summarize a story project, import an existing manuscript, export a manuscript, run the story CLI, or perform deterministic maintenance on a Story Skills markdown project.
122
Stars
17
Forks
7
仓库内 Skill
+23
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/danjdewhurst/story-skills/main/skills/story-maintenance/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/danjdewhurst/story-skills/main/skills/story-maintenance/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Story Maintenance ## Overview Run deterministic maintenance for Story Skills projects. Use the CLI for structure validation, registry rebuilds, word counts, link checks, continuity checks, project reports, next-action reports, schema migration, entity helpers, manuscript import, and manuscript export. The creative skills still own story decisions; this skill handles mechanical consistency. ## CLI Access Prefer the first available command: 1. `story <command>` - when the package bin is installed 2. `bun run story -- <command>` - when working from this repository 3. `node scripts/story.js <command>` - bundled fallback, resolving `scripts/story.js` relative to this skill folder If none
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有