---
Rename frontmatter fields or transform values across multiple notes with preview. Use when you need to standardize schema, rename fields like `author` to `owner`, or convert values like "high" to 1.
/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.
Rename frontmatter fields or transform values across multiple notes. All operations preview changes first (dry-run by default).
Invoke when you want to:
author -> owner)| Argument | Required | Description |
|---|---|---|
| operation | Yes | "rename" or "migrate" |
| field | Yes | Field to operate on |
| new_name | For rename | New field name |
| mapping | For migrate | Value transformations (e.g., {"high": 1, "low": 3}) |
| folder | No | Limit to specific folder |
Rename requests:
Migration requests:
For rename:
mcp__flywheel__rename_field({
old_name: "author",
new_name: "owner",
folder: "projects/",
dry_run: true
})
For value migration:
mcp__flywheel__migrate_field_values({
field: "priority",
mapping: {"high": 1, "medium": 2, "low": 3},
dry_run: true
})
## Field Migration Preview
### Renaming: author -> owner
Scope: projects/
Affected: 12 notes
| Note | Current Value | Action |
|------|---------------|--------|
| projects/Phoenix.md | [[Sarah Chen]] | Rename |
| projects/Beta.md | Marcus | CONFLICT |
| projects/Alpha.md | [[John Smith]] | Rename |
| ... | ... | ... |
### Conflicts (1)
- **projects/Beta.md** has both 'author' and 'owner' fields
### Options
1. Apply renames, skip conflicts
2. Apply renames, merge conflicts (combine values)
3. Cancel
**Choose option:**
After user confirms, run with dry_run: false.
| Gate | Implementation |
|---|---|
| 1. Read Before Write | dry_run=true by default |
| 2. File Exists | Validates all affected files |
| 3. Chain Validation | Preview -> Confirm -> Apply |
| 4. Mutation Confirmation | Always shows preview first |
| 5. Health Check | Uses MCP health infrastructure |
| 6. Post Validation | Reports success/failure counts |
Works well with other 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.