Visualize project hierarchy — filesystem tree, parent-child relationships, signal analysis. For full interactive project layout and Notion registration, use /interkasten:layout instead.
From intertreenpx claudepluginhub mistakeknot/interagency-marketplace --plugin intertreeThis skill uses the workspace's default tool permissions.
SKILL-compact.mdGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Guide the user through discovering, organizing, and registering their projects for Notion sync.
interkasten_scan_preview, interkasten_register_project, interkasten_set_project_parent, interkasten_set_project_tags, interkasten_add_database_property, interkasten_gather_signals, interkasten_scan_files)interkasten_init completed (database exists)Call interkasten_scan_preview with no arguments (uses configured projects_dir).
Present the discovered tree as a visual hierarchy:
Found 14 projects:
~/projects/Interverse/ [.beads]
os/clavain/ [.git, .beads] 15,000 LOC 247 commits
plugins/interflux/ [.git, .beads] 3,200 LOC 89 commits
...
~/projects/standalone-tool/ [.git] 800 LOC 12 commits
Ask: "Does this look right? Any projects missing or incorrectly grouped?"
Walk through the tree with the user:
.beads nesting: Confirm groupinginterkasten_set_project_parent to adjustFor each project (batches of 3-5), use signals from interkasten_gather_signals to propose:
has_plugin_json -> "claude-plugin", has_go_mod -> "go", etc.)Set up database properties via interkasten_add_database_property:
Register confirmed projects parent-first, children after:
interkasten_register_project with propertiesinterkasten_set_project_tags with confirmed tagsFor each project, scan with interkasten_scan_files:
For >10 projects, offer:
| User says | Action |
|---|---|
| "These are all part of the same project" | set_project_parent |
| "Skip this" | Skip, move to next |
| "These are all plugins" | Batch-tag |
| "Re-scan" | Re-run scan_preview |
| "Just register everything" | Batch-register with defaults |
End with summary: registered count, hierarchy, tags, files selected, Notion URL, and next steps (/interkasten:onboard, interkasten_sync).