---
Detects "Key: [[Value]]" patterns in prose and suggests frontmatter fields, finds frontmatter values that could become wikilinks, and checks consistency between frontmatter references and prose wikilinks to harmonize note structure. Use when you want to unify Schema-Native frontmatter with Graph-Native wikilinks after writing or during schema migration.
/plugin marketplace add bencassie/flywheel/plugin install flywheel@flywheelThis skill inherits all available tools. When active, it can use any tool Claude has access to.
CLAUDE.mdHarmonize the relationship between frontmatter (Schema-Native) and wikilinks (Graph-Native) in a note.
Invoke when you want to:
| Argument | Required | Description |
|---|---|---|
| path | Yes | Path to the note to normalize (e.g., "projects/my-project.md") |
Recognize normalization requests:
# Step 1: Detect prose patterns
mcp__flywheel__detect_prose_patterns(path)
# Step 2: Suggest frontmatter from patterns
mcp__flywheel__suggest_frontmatter_from_prose(path)
# Step 3: Suggest wikilinks for frontmatter
mcp__flywheel__suggest_wikilinks_in_frontmatter(path)
# Step 4: Validate cross-layer consistency
mcp__flywheel__validate_cross_layer(path)
Note Normalization Report: projects/my-project.md
=================================================
Prose Patterns Detected (5):
-------------------------------------------------
Line 12: Client: [[Acme Corp]] -> client: [[Acme Corp]]
Line 14: Status: Active -> status: Active
Line 15: Owner: [[Ben Carter]] -> owner: [[Ben Carter]]
Line 18: Priority: High -> priority: High
Line 22: Due Date: 2024-01-15 -> due_date: 2024-01-15
Frontmatter -> Wikilink Suggestions (2):
-------------------------------------------------
Field: attendees[0] = "Ben Carter"
-> attendees: [[[Ben Carter]], "Sarah Johnson"]
Target: people/Ben Carter.md
Field: project = "Phoenix"
-> project: [[Phoenix]]
Target: projects/Phoenix.md
Cross-Layer Consistency:
-------------------------------------------------
✓ Consistent (in both): [[Acme Corp]], [[Ben Carter]]
⚠ Frontmatter only: Sarah Johnson (not linked in prose)
⚠ Prose only: [[Another Note]] (not in frontmatter)
Recommended Actions:
-------------------------------------------------
1. Add detected patterns to frontmatter
2. Convert matching frontmatter values to wikilinks
3. Review prose-only links for frontmatter inclusion
=================================================
Works with other bidirectional skills:
Version: 1.0.0
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.