distributions/codex/skills/workspace-autopsy-governance/SKILL.md
Conducts a full automated autopsy of the current workspace directory to map files, identifies structural issues, proposes a restructuring plan (the signal), and establishes unified governance using templates. Use this skill when a user asks to map, restructure, reorganize, or apply new governance to an existing messy repository.
npx skillsauth add organvm-iv-taxis/a-i--skills workspace-autopsy-governanceInstall 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.
This skill enables agents to systematically analyze (autopsy) an existing, potentially disorganized workspace, propose a logical new directory structure, and migrate the workspace to this new structure while enforcing new governance standards.
To execute this skill, follow these sequential steps:
To begin, you must understand the current state of the workspace.
python /Users/4jp/.agents/skills/workspace-autopsy-governance/scripts/workspace_autopsy.py --dir .Before moving any files, you must "send out the signal" to the user proposing the new structure and governance.
assets/RESTRUCTURE_PROPOSAL-template.md.RESTRUCTURE_PROPOSAL.md based on your findings from the autopsy. Detail exactly which directories will be created and which files will move where.Once the user approves the proposal:
/src, /docs, /scripts, /assets, /tests) as agreed upon in the proposal.mv) to systematically migrate files from their old locations to the newly created, unified locations..gitignore, package.json).With the files in their new locations, establish the rules that will govern them going forward.
assets/GEMINI-template.md.GEMINI.md at the root of the project.GEMINI.md files for deeper governance (e.g., in /src/GEMINI.md).scripts/workspace_autopsy.pyA Python script that traverses the specified directory, ignores common build/dependency folders, and prints a tree map along with statistics about file types and counts.
assets/RESTRUCTURE_PROPOSAL-template.mdA template for the document you will generate to propose the new structure to the user.
assets/GEMINI-template.mdA template for the governance rules to establish in the repository after the restructure.
development
Optimize resumes and CVs for impact, ATS compatibility, and audience targeting. Supports multiple formats (chronological, functional, hybrid), accomplishment framing (STAR/XYZ), and tailoring for specific roles. Triggers on resume review, CV update, job application prep, or career document requests.
testing
Transfer context between AI agent sessions with structured handoff protocols, state serialization, and decision log preservation. Covers multi-agent coordination, context compression, and continuity patterns. Triggers on agent handoff, session transfer, or multi-agent continuity requests.
tools
Craft compelling fiction and creative nonfiction with attention to structure, voice, prose style, and revision. Supports short stories, novel chapters, essays, and hybrid forms. Triggers on creative writing, fiction writing, story craft, prose style, or literary technique requests.
devops
Transform AI conversations and chat transcripts into publishable content including blog posts, documentation, tutorials, and knowledge base entries. Covers extraction, restructuring, and editorial refinement. Triggers on conversation-to-content, transcript processing, or chat-to-doc requests.