skills/general/project-restructure/SKILL.md
Advisory-first project structure pass. Recommends and optionally applies folder taxonomy improvements, subfolder grouping, and subproject boundaries after cleanup. Triggers: 'project restructure', 'restructure project', 'organize project structure', 'improve folder structure', 'structure pass'.
npx skillsauth add beam-ai-team/beam-next-skills project-restructureInstall 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.
Purpose: Improve project structure after hygiene cleanup by proposing clearer folder taxonomy, ownership boundaries, and optional file moves.
Before moving files, renaming folders, or updating links, show the current project path, proposed taxonomy, exact move plan, affected links, and rollback notes. Require explicit user approval in the current turn before mutating files. Structure audits and dry proposals do not require approval.
This skill is separate from project-cleanup by design:
project-cleanup = archive/reference hygieneproject-restructure = architecture and layout decisionsproject-cleanup)Always start with a dry proposal:
Use this as a baseline when no better local convention exists:
01-planning/ — goals, overview, roadmap, decisions02-resources/ — references, research, source material03-working/ — active drafts, scripts, temporary WIP04-outputs/ — finalized or distributed deliverablesarchive/ — historical and superseded artifactsWithin large folders, prefer thematic subfolders:
transcripts/, research/, specs/, status/, handoffs/, assets/Path moves can leave stale links that point at old locations. Reuse project-cleanup Mode 1: discover and fix broken refs project-wide, same as after archiving a project. Paths below assume the project-cleanup skill is co-installed as a sibling of this skill (see ../project-cleanup/). In Nexus, the same files live at skills/system/project-cleanup/scripts/ from the repo root.
# Discover broken refs
python3 ../project-cleanup/scripts/run_cleanup.py --base-path . --check
# Fix (after user approval, if issues exist)
python3 ../project-cleanup/scripts/run_cleanup.py --base-path . --fix
If the user already has a different link-check or cleanup routine for the repo, use that instead, but the goal is the same: no dangling paths after a restructure.
project-cleanup first (hygiene, archive, compress as needed), then restructure. After applying moves, run Mode 1 ref check/fix (Step 6) or the project’s equivalent so links match the new layout.Load this skill when user says:
tools
Build a Palantir-shape, PDF-native use-case proposal document for a sophisticated enterprise account: research-grounded use cases (each with description, challenge, impact, value), an operating-graph ontology page, a recommended PoC with a week-by-week plan, and a closing page that asks for one decision. Load when a client asks us to 'propose high-impact use cases', requests a use-case presentation/catalog for a function (finance, HR, ops), or when a technical evaluation team will review candidates to pick a PoC. NOT for single-account cold outreach (use prospect-brief), full process diagnostics (use operating-diagnostic), or priced proposals (use proposal-creation).
development
Convert Beam Figma slide designs into high-fidelity, editable HTML presentation decks. Use when Codex is asked to audit Figma slides, extract slide templates, rebuild Beam slides as HTML decks, decide whether Figma imagery should be exported or rebuilt in HTML/CSS, create Beam/Prism-compatible deck templates, or improve fidelity of existing Beam HTML slide rebuilds.
development
Use the Beam AI reusable slide library: individual HTML slide templates extracted from Beam Figma rebuilds, kept separate from deck themes and full deck templates. Load when the user asks for a slide library, specific Beam slide patterns, reusable Figma-inspired slides, Prism slide-library items, or slide-level HTML templates.
development
Use Beam AI deck and report design packs, HTML templates, and curated examples to create sales decks, customer intro decks, RPO decks, and DIN A4 use-case proposal reports. Load when the user asks for Beam-branded presentation templates, Prism-compatible deck templates, Beam report templates, customer intro decks, commercial proposals, or reusable HTML deck/report examples.