From solo
This skill should be used when the user asks to 'organize my files', 'set up PARA', or 'structure my workspace'.
npx claudepluginhub jamon8888/cc-suite --plugin SoloThis skill uses the workspace's default tool permissions.
Organizes files using the PARA methodology from Tiago Forte's "Building a Second Brain". Intelligent categorization with an Inbox workflow and complete audit trails.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes multiple pages for keyword overlap, SEO cannibalization risks, and content duplication. Suggests differentiation, consolidation, and resolution strategies when reviewing similar content.
Share bugs, ideas, or general feedback.
Organizes files using the PARA methodology from Tiago Forte's "Building a Second Brain". Intelligent categorization with an Inbox workflow and complete audit trails.
| # | Category | Contains | Lifespan |
|---|---|---|---|
| 0 | Inbox | New files waiting to be processed | Temporary |
| 1 | Projects | Active work with deadlines | Short term |
| 2 | Areas | Ongoing responsibilities | Long term |
| 3 | Resources | Reference material by topic | Permanent |
| 4 | Archives | Inactive or completed items | Preserved |
Phase 1: Discovery → Scan, count, evaluate file name quality
Phase 2: Analysis → Read content of poorly named files, propose renames
Phase 3: Preparation → Create PARA folder structure, get approval
Phase 4: Execution → Rename and move files (with logging)
Phase 5: Finalization → Generate summary, invite to Inbox review
_ORG/ folder in the target directory.references/templates.md.references/config.md according to your needs.Target-Directory/
├── 0-Inbox/ # New files arrive here
│ └── _REVISE/ # Files requiring manual attention
├── 1-Projects/ # Active work with deadlines
│ ├── Work/
│ └── Personal/
├── 2-Areas/ # Ongoing responsibilities
│ ├── Finances/
│ ├── Health/
│ ├── Legal/
│ └── Career/
├── 3-Resources/ # Reference material by topic
│ ├── Media/
│ │ ├── Images/
│ │ ├── Videos/
│ │ ├── Audio/
│ │ └── Captures/
│ ├── Tools/
│ │ ├── Installers/
│ │ └── Utilities/
│ └── Learning/
│ ├── Articles/
│ ├── Books/
│ └── Courses/
├── 4-Archives/ # Inactive or completed items
│ ├── Completed-Projects/
│ └── Past-Years/
└── _ORG/ # Organization tracking files
├── _PLAN.md
├── _LOG.md
└── _MANIFEST.md
Process files in 0-Inbox/ by asking yourself:
1-Projects/2-Areas/3-Resources/4-Archives/0-Inbox/.1-Projects/ for completed projects → Archive.2-Areas/ for items no longer relevant → Archive.3-Resources/.4-Archives/ by year or category.Format: [DATE]_[CODE]_[DESCRIPTION].[ext]
| Component | Format | Example |
|---|---|---|
| Date | YYYY-MM-DD, YYYY-MM, or YYYY | 2025-01-13 |
| Code | PARA category code | PROJ, FIN, REF |
| Description | lowercase-with-hyphens | quarterly-report |
Example: 2025-01_PROJ_website-mockup.pdf
| Code | Category | Use |
|---|---|---|
| PROJ | 1-Projects | Active project files |
| FIN | 2-Areas/Finances | Financial documents |
| HEALTH | 2-Areas/Health | Medical records |
| LEG | 2-Areas/Legal | Contracts, agreements |
| REF | 3-Resources | General reference |
| LEARN | 3-Resources/Learning | Educational materials |
Analyze file content when the name matches:
Document*.pdf, Untitled*, Copy of *IMG_####.*, DSC_####.*, scan####.*Screen Shot *, Screenshot *notes.*, report.*, data.*, export.*Do NOT rename: Software installers (.dmg, .exe, .pkg), files with version hashes.
User approval required before:
Never delete files without explicit user confirmation.
Update tracking files in real-time:
_PLAN.md: Task list with timestamps
_LOG.md: Action log with entries:
### [TIMESTAMP] - [ACTION TYPE]
**Task**: [Reference to plan]
**Action**: [What was done]
**Result**: [Result]
**Next**: [Next step]
_MANIFEST.md: Audit trail of file operations
If the session is interrupted:
_LOG.md to find the last completed action._PLAN.md to find the next incomplete task.### [TIME] - SESSION ... Resuming interrupted session.