---
Welcomes new users by checking vault health, gathering stats and hub notes, then presenting a personalized overview with suggested next steps. Automatically triggered when a user first accesses their vault or runs the onboarding command.
/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.mdWelcome new users to Flywheel and provide a guided introduction to their vault.
Call mcp__flywheel__health_check() first to ensure vault is accessible.
If health check fails or shows degraded status, warn user and suggest running mcp__flywheel__refresh_index().
Call mcp__flywheel__get_vault_stats() to get:
Call mcp__flywheel__find_hub_notes(min_links=3, limit=5) to show the most connected notes.
Format output as:
# Welcome to Flywheel!
## Your Vault at a Glance
| Metric | Count |
|--------|-------|
| Notes | {count} |
| Links | {count} |
| Tags | {count} |
| Folders | {count} |
## Your Hub Notes (Most Connected)
These are your most interconnected notes:
1. [[Note Name]] - {X} connections
2. [[Note Name]] - {X} connections
3. [[Note Name]] - {X} connections
...
## Suggested Next Steps
Based on your vault, try these commands:
| Command | What it does |
|---------|--------------|
| `/vault-health` | Deep health analysis with recommendations |
| `/vault-orphans` | Find disconnected notes to integrate |
| `/vault-search <query>` | Search your vault by title, tags, or frontmatter |
| `/add-log <message>` | Add a timestamped log entry to today's daily note |
## Learn More
- See `docs/GETTING_STARTED.md` for the full guide
- See `docs/ROADMAP.md` for upcoming features
- Run `/vault-health` for a comprehensive health check
Adjust suggestions based on vault state:
/vault-orphans/auto-log suggestion/vault-health - Detailed health analysis/vault-stats - Full statistics/vault-orphans - Find disconnected notesCreating 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.