---
Extracts "Key: Value" and "Key: [[wikilink]]" patterns from note prose and promotes them to structured YAML frontmatter. Use when you want to convert inline metadata into queryable fields for better organization.
/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.
Extract "Key: Value" and "Key: [[wikilink]]" patterns from note prose and promote them to YAML frontmatter.
Invoke when you want to:
| Argument | Required | Description |
|---|---|---|
| path | Yes | Path to the note (e.g., "meeting-notes/2024-01-15.md") |
Recognize promotion requests:
# Step 1: Detect all prose patterns
mcp__flywheel__detect_prose_patterns(path)
# Step 2: Get frontmatter suggestions
mcp__flywheel__suggest_frontmatter_from_prose(path)
Frontmatter Promotion: meeting-notes/2024-01-15.md
=================================================
Detected Patterns (4):
-------------------------------------------------
Line 8: Client: [[Acme Corp]] (wikilink)
Line 10: Date: 2024-01-15 (plain text)
Line 12: Attendees: [[Ben Carter]] (wikilink)
Line 12: Attendees: [[Sarah J]] (wikilink)
Suggested Frontmatter:
-------------------------------------------------
---
client: [[Acme Corp]] # High confidence (wikilink pattern)
date: 2024-01-15 # Medium confidence
attendees: # Array from multiple values
- [[Ben Carter]]
- [[Sarah J]]
---
Actions:
-------------------------------------------------
1. Add the suggested frontmatter to the file
2. Optionally remove the original prose patterns
3. Review for accuracy before committing
Would you like me to apply these changes?
=================================================
If user confirms:
Patterns detected:
Key: [[wikilink]] - Preserved as wikilinks in frontmatterKey: Value - Converted to plain frontmatter fieldKey: "quoted value" - Quotes stripped, value used as-isPart of the Bidirectional Bridge:
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.