skills/general/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 beam-ai-team/beam-next-skills 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-beam-next-v3") → Use that
If not → List active projects and ask: "Which project?"
Load 03-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
03-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 03-projects/
Clean list = clear mind!
testing
Audit registry.yaml against disk, validate SKILL.md frontmatter, find duplicates and orphans. Load when user says 'audit skills registry', 'validate beam-next-skills', 'registry drift', 'skills catalog audit', 'check registry yaml'.
tools
All Workable ATS operations — fetch JDs, search candidates, post assessments/reviews. Load when user says "fetch JD", "search workable", "push to workable", "post review", "rate candidate", "workable", "push assessment", "list jobs", or after interview-coach completes an evaluation. Replaces workable-fetch-jd and workable-push-assessment.
data-ai
Load when user mentions "tavily research", "market intelligence", "competitive research", "GTM research", or needs real-time market data for sales, marketing, or vertical strategy.
development
Shared resource library for Slack integration skills. DO NOT load directly - provides common references (setup, API docs, error handling, authentication) and scripts used by slack-connect and individual Slack skills.