7 lines
462 B
Markdown
7 lines
462 B
Markdown
---
|
|
name: import
|
|
description: >
|
|
Import any folder of data into the ClaudeTools structure. Analyzes files, classifies content, proposes placement, sanitizes credentials, organizes into clients/, projects/, wiki/, etc. Use for "/import <path>" or onboarding new data dumps.
|
|
---
|
|
|
|
Full logic in `.claude/commands/import.md`. Uses analysis (often with grepai or reading many files), then write operations to the right locations, and updates to indexes/CATALOG_*.md. |