00-system/skills/projects/archive-project/SKILL.md
Load when user says "archive project", "archive [project-name]", "move to archived". Moves completed projects to 05-archived/ folder for clean project list.
npx skillsauth add abdullahbeam/nexus-design-abdullah archive-projectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Move completed projects to archive for a clean, focused project list.
Archive projects that are:
Archived projects stay accessible but don't clutter your active list.
Create TodoWrite with all workflow steps:
- [ ] Identify project to archive
- [ ] Load and verify project status
- [ ] Confirm archive action
- [ ] Move project to archive
- [ ] Update project-map.md
- [ ] Display success message
- [ ] Close session to save progress
Mark tasks complete as you finish each step.
If user specified project (e.g., "archive 01-build-nexus-v3") → Use that
If not → List active projects and ask: "Which project?"
Load 02-projects/{ID}-{name}/01-planning/tasks.md and overview.md
Count checkboxes → Calculate progress
Display:
Project: {name}
Progress: X/Y tasks (Z%)
Status: {status}
[If <100%] → "Not complete. Archive anyway? (yes/no)"
[If 100%] → "Ready to archive!"
Ask: "Archive {name}? This moves it to 05-archived/. (yes/no)"
If "no" → Exit
02-projects/{ID}-{name}/ → 05-archived/{ID}-{name}/archived: 2025-11-02
✅ Archived: {name}
Location: 05-archived/{ID}-{name}/
Final progress: X/Y (Z%)
View archived: Say "list archived"
Automatically trigger the close-session skill:
Auto-triggering close-session to save progress...
This ensures the archive action is saved to memory and project-map.md is properly updated.
"list archived" → Scan 05-archived/ and display all archived projects
"restore [project]" → Move project back from 05-archived/ to 02-projects/
Clean list = clear mind!
development
Load when user says "mental model", "think through this", "structured thinking", "help me decide", "analyze this problem", "first principles", "pre-mortem", "stakeholder mapping", "what framework should I use", or any specific model name. Provides 59 thinking frameworks for decision-making, problem decomposition, and strategic analysis.
development
Generate comprehensive philosophy and standards documents for any domain (UX design, landing pages, email outbound, API design, etc.). Load when user says "create philosophy doc", "generate standards for [domain]", "build best practices guide", or "create benchmarking document". Conducts deep research, synthesizes findings, and produces structured philosophy documents with principles, frameworks, anti-patterns, checklists, case studies, and metrics.
development
Validate Nexus-v3 system integrity and fix common issues automatically. Load when user mentions "validate system", "check system", or "fix problems". Runs comprehensive checks on folder structure, metadata files, and framework consistency with auto-repair capabilities.
development
Load when user says "validate docs", "check documentation consistency", "docs vs implementation", or "find documentation mismatches". Systematically compares implementation code against documentation to identify and fix inconsistencies.