organize

Analyze codebases for architecture, hygiene, and file bloat issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mferris77/SpringBoard --skill organize-mferris77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: organize
Source: https://github.com/mferris77/SpringBoard/tree/main/vscode-citadel-harness/skills/organize
Command: npx skills add https://github.com/mferris77/SpringBoard --skill organize-mferris77

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Three-pass project health scan: architectural compliance (are source files in the right layers?), filesystem hygiene (loose files, misplaced assets, stale artifacts), and bloat detection (oversized files, binaries in git, compressible assets). Reports composite score. Also manages enforceable directory manifests and dynamic directory lifecycle.

Core Features & Use Cases

  • Three-pass scan across architecture, hygiene, and bloat with a composite score.
  • Manifest-driven organization: enforceable directory manifests and dynamic directory lifecycle.
  • Audit, cleanup, and configuration workflows to evolve project structure safely.

Quick Start

Run /organize to perform a full health audit on your codebase and generate a real-time health report.

Frequently Asked Questions about organize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit project structure and detect file bloat in my codebase?

You can audit project structure by running a three-pass scan that evaluates architectural compliance, filesystem hygiene, and file bloat, generating architecture, hygiene, and bloat scores alongside an overall composite health score.

What is filesystem hygiene and how does it affect project health?

Filesystem hygiene identifies loose files, misplaced assets, and stale artifacts in your project. Poor hygiene indicates structural decay, which this scan quantifies to help you detect misplacements and generate actionable remediation guidance.

How do I enforce directory structure rules across a monorepo?

You can enforce directory structure using manifest-driven organization models. This approach manages enforceable directory manifests and dynamic directory lifecycles to maintain consistent project organization across monorepos or single-package projects.

Can I scan a single-package project for oversized assets and architectural misplacements?

Yes, the scan applies to codebases of any size, including both monorepos and single-package projects. It detects oversized assets, binaries in git, compressible assets, and source files placed in incorrect architectural layers.

What's the best way to clean up stale artifacts and misplaced assets in a repository?

The best way is using a three-pass health scan that identifies stale artifacts and misplaced assets, then provides actionable remediation guidance and cleanup workflows to evolve your project structure safely.