Writing Style Detector
Core Features
Automatically detect users' writing style requirements and seamlessly load the corresponding style knowledge base.
Detectable Styles
1. natural-voice(Natural Voice Style)
- Suitable: Urban modern novels, realistic themes, emotional novels
- Features: Colloquial, life-oriented, strong sense of authenticity
- Trigger words: Colloquial, authenticity, down-to-earth, like speaking
2. literary(Literary Style)
- Suitable: Serious literary works, historical novels, stories requiring ideological depth
- Features: Elegant, profound, literate, focuses on artistic conception
- Trigger words: Literariness, serious literature, pure literature, in-depth
3. web-novel(Web Novel Style)
- Suitable: Fantasy novels, urban wish-fulfillment web novels, system flow, rebirth flow
- Features: Fast-paced, dense conflicts, frequent wish-fulfillment points
- Trigger words: Web novel, wish-fulfillment web novel, face-slapping, pretentious behavior, upgrade flow
4. ancient-style(Ancient Style)
- Suitable: Martial arts novels, immortal cultivation novels, novels set in ancient backgrounds
- Features: Has ancient charm but not pure classical Chinese, rich in imagery, poetic
- Trigger words: Ancient style, ancient charm, martial arts style, rivers and lakes vibe
5. minimal(Minimalist Style)
- Suitable: Mystery and detective novels, hard-boiled novels, experimental works
- Features: Highly concise, Hemingway-esque restraint, art of leaving blanks
- Trigger words: Minimalism, Hemingway, restraint, hard-boiled
For the complete list of keywords and trigger scenarios, please refer to KEYWORDS.md.
Workflow After Activation
Step 1: Confirm Style Selection
When a keyword is detected, first confirm the user's intent:
I noticed you mentioned [colloquial], which usually corresponds to the natural-voice style.
I can:
1. 📖 Show the detailed guide for this style
2. ✅ Directly apply this style to your project
3. 🔍 Check out other style options
Which one would you like?
Step 2: Load Style Knowledge Base
If the user confirms, use the Read tool to read the corresponding knowledge base file:
📖 Reading: .claude/knowledge-base/styles/{style-name}.md
Then display the core points, and the complete specifications have been loaded into the context.
Step 3: Write Configuration Markers
Use the Edit tool to add configuration to the user's
:
yaml
---
writing-style: natural-voice
---
Inform the user that the configuration has been saved, and the style specifications will be automatically followed when executing /write.
Multi-Style Processing
When multiple style keywords are detected, perform compatibility checks:
- Compatible combinations: Provide mixing schemes and proportion suggestions
- Conflicting combinations: Prompt conflicts and provide solutions
For detailed conflict handling logic, please refer to CONFLICT_RESOLUTION.md.
Proactive Suggestions
- Recommend styles based on story type: Analyze the story type in the specification and proactively recommend suitable styles
- Midway adjustment support: Continuously monitor user feedback and support style adjustments
Cooperation with requirement-detector
This Skill focuses on the writing style level, and works collaboratively with requirement-detector (specification layer):
style-detector → Identify writing style → Load styles/*.md
requirement-detector → Identify specifications → Load requirements/*.md
Final combined effect example:
natural-voice (style) + anti-ai-v4 + fast-paced (specifications)
= Fast-paced wish-fulfillment web novel with natural voice, strong anti-AI flavor
Usage Examples
For complete conversation examples and success cases, please refer to EXAMPLES.md.
Skill Version: v1.1
Last Updated: 2025-10-19
Compatible Versions: novel-writer-skills v1.0.5+