en un clic
requirement-detector
// 探测用户的写作规范需求并加载对应文档。当用户提到AI味重、去AI味、自然、爽文、快节奏、爽点、无毒点、不降智、严肃文学、有深度、强情绪、打动人、甜文、撒糖、虐文、虐心、BE等关键词时自动激活。适用于讨论写作要求、AI去味方法、节奏控制、情感表达时使用。
// 探测用户的写作规范需求并加载对应文档。当用户提到AI味重、去AI味、自然、爽文、快节奏、爽点、无毒点、不降智、严肃文学、有深度、强情绪、打动人、甜文、撒糖、虐文、虐心、BE等关键词时自动激活。适用于讨论写作要求、AI去味方法、节奏控制、情感表达时使用。
探测用户的写作风格需求并加载对应指南。当用户提到口语化、生活化、真实感、文学性、严肃文学、纯文学、网文、爽文、快节奏、古风、武侠、古韵、极简、海明威、克制等关键词时自动激活。适用于讨论小说风格、写作文风、创作方向时使用。
Automatically reminds when important story elements (characters, plot lines, foreshadowing) haven't appeared for 10+ chapters - prevents 'disappeared character syndrome' and dropped plot threads in long-form fiction
Activates when users start a new novel project - guides them through the seven-step methodology (constitution → specify → clarify → plan → tasks → write → analyze) with gentle prompts and explanations
Activates automatically before chapter writing to enforce the 9-item mandatory file reading checklist - prevents AI focus degradation in long-form fiction by ensuring all context is loaded before each writing session
Automatically detects story settings (genres, time periods, themes) based on keywords and activates corresponding knowledge bases - works silently in the background to provide relevant writing guidance without user intervention
Use when user mentions fantasy, magic system, or world-building for fantastical settings - provides fantasy genre conventions, magic system design patterns, and world-building frameworks
| name | requirement-detector |
| description | 探测用户的写作规范需求并加载对应文档。当用户提到AI味重、去AI味、自然、爽文、快节奏、爽点、无毒点、不降智、严肃文学、有深度、强情绪、打动人、甜文、撒糖、虐文、虐心、BE等关键词时自动激活。适用于讨论写作要求、AI去味方法、节奏控制、情感表达时使用。 |
| allowed-tools | Read, Edit |
自动探测用户的写作规范需求,并无缝加载对应的规范知识库。
详细关键词列表和触发场景请参阅 KEYWORDS.md。
当探测到关键词后,首先确认用户意图:
我注意到你提到了【AI味重、去AI味】,这通常对应 anti-ai-v4 规范。
我可以:
1. 📖 展示这个规范的详细文档
2. ✅ 直接应用这个规范到你的项目
3. 🔍 看看其他规范选项
你想要哪一个?
如果用户确认,使用 Read 工具读取对应的知识库文件:
📖 读取:.claude/knowledge-base/requirements/{requirement-name}.md
然后展示核心要点,完整规范已加载到上下文中。
使用 Edit 工具在用户的 specification.md 中添加配置:
---
writing-requirements:
- anti-ai-v4
- fast-paced
---
提示用户配置已保存,在执行 /write 时会自动遵守这些规范。
当探测到多个规范关键词时,进行兼容性检测:
详细的冲突处理逻辑请参阅 CONFLICT_RESOLUTION.md。
本 Skill 专注于规范层面,与 style-detector(文风层)协同工作:
用户输入:"我要写都市爽文,口语化,去AI味"
style-detector → 识别:natural-voice
requirement-detector → 识别:fast-paced + anti-ai-v4
最终配置:
writing-style: natural-voice
writing-requirements:
- fast-paced
- anti-ai-v4
效果:自然人声的快节奏爽文,强力去AI味
完整的对话示例和成功案例请参阅 EXAMPLES.md。
Skill 版本:v1.1 最后更新:2025-10-19 兼容版本:novel-writer-skills v1.0.5+