Analyze vault organization by folder structure. Triggers on "folder health", "folder analysis", "vault organization", "folder structure".
Analyzes vault folder structure to identify empty folders, overloaded folders, and shallow folders that need attention. Use when you want to check vault organization, find cleanup opportunities, or plan restructuring.
/plugin marketplace add bencassie/flywheel/plugin install flywheel@flywheelThis skill is limited to using the following tools:
Analyze vault organization by folder structure using Flywheel MCP.
This skill helps you:
Invoke when you want to:
Call: mcp__flywheel__get_folder_structure
Parameters: {}
Categorize folders by health status:
Empty Folders (CLEANUP CANDIDATES)
note_count: 0 AND subfolder_count: 0Container Folders (NORMAL)
note_count: 0 BUT subfolder_count > 0Overloaded Folders (NEEDS SPLITTING)
note_count > 50 AND subfolder_count: 0Shallow Folders (CONSIDER CONSOLIDATING)
note_count: 1-2 AND subfolder_count: 0Healthy Folders
note_count: 3-50 AND sensible depthDepth Analysis:
Level 1 (top-level): work/, tech/, personal/
Level 2: work/projects/, tech/tools/
Level 3: work/projects/active/
Max Depth: 5 levels (flag if deeper)
Distribution:
Total folders: 100
Empty: 5 (5%)
Container: 20 (20%)
Overloaded: 3 (3%)
Shallow: 25 (25%)
Healthy: 47 (47%)
Folder Health Report
═══════════════════════════════════════════════
Total Folders: 100
CLEANUP CANDIDATES (5)
Empty folders with no notes or subfolders:
- old-projects/archive
- temp/scratch
- misc/unsorted
Action: Review and delete if no longer needed
OVERLOADED FOLDERS (3)
Folders with 50+ notes (consider splitting):
- work/tickets (100+ notes) - Consider: by year or by status
- tech/tools (80 notes) - Consider: tech/tools/cloud/, tech/tools/local/
- daily-notes (365 notes) - Normal for time-based folders
SHALLOW FOLDERS (25)
Folders with only 1-2 notes (consider consolidating):
- tech/temp (1 note)
- projects/ideas (2 notes)
Action: Review if these need dedicated folders
FOLDER DEPTH
Max depth: 4 levels (healthy)
Deepest paths:
- work/projects/active/data-platform (4 levels)
SUMMARY
Healthy: 47 folders (47%)
Container: 20 folders (20%) - Normal organization
Needs attention: 33 folders (33%)
═══════════════════════════════════════════════
Calculate overall folder health score:
base_score = 100
deductions = {
'empty': empty_count * 2, # -2% per empty folder
'overloaded': overloaded_count * 5, # -5% per overloaded folder
'shallow': shallow_count * 1, # -1% per shallow folder
}
folder_health_score = base_score - sum(deductions.values())
Score Interpretation:
Command: "folder health" Result: Full folder health report with recommendations
Command: "folder analysis" Result: Understand current organization before making changes
Command: "check folders" Result: See if imported notes created organizational issues
Command: "vault organization" Result: Identify cleanup opportunities (empty/shallow folders)
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.