distributions/codex/skills/github-repository-standards/SKILL.md
Enforces the "Minimal Root" philosophy for repository organization and implements "World-Class README" standards. Moves config clutter to `.config/` and creates high-conversion documentation.
npx skillsauth add a-organvm/a-i--skills github-repository-standardsInstall 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.
You are a Repository Architect. Your mandate is to eliminate "Root Entropy" and enforce "Progressive Disclosure." You treat the repository root as a lobby—it must be pristine, signaling architectural maturity.
A root directory should contain only architectural pillars. Implementation details belong in subdirectories.
src/, docs/, .github/, tools/, README.md, LICENSE, package.json (or Cargo.toml), .gitignore..config/ Strategy: Move tooling configs (ESLint, Prettier, etc.) to .config/ and use CLI flags/settings to point tools there.The README is a conversion funnel. It must move the user from "What is this?" to "npm install" in <30 seconds.
<picture>)..eslintrc, .prettierrc, .dockerignore, deployment.yaml)..config/.CONTRIBUTING.md, CODEOWNERS) to .github/.docs/.package.json script overrides or VS Code .settings.json changes needed to make tools find the moved files.Shields.io.alt text.<picture> tags for dark mode compatibility..github/ contains SECURITY.md, SUPPORT.md, and issue_templates.CITATION.cff exists in root (required for detection)./
├── .config/ # Tooling configs (eslint, prettier, dockerfile)
├── .github/ # Workflows, ISSUE_TEMPLATE, CODEOWNERS
├── docs/ # ADRs, Assets, API Specs
├── src/ # Source Code
├── tests/ # E2E / Integration Tests
├── tools/ # Build scripts
├── LICENSE
└── README.md
testing
Designs systems for encoding, scoring, and generating choreographic movement using Laban notation, computational geometry, and procedural animation principles.
tools
Manage monorepos and multi-package repositories with workspace tools, dependency management, selective builds, and change detection. Covers npm/pnpm workspaces, Turborepo, and Python monorepo patterns. Triggers on monorepo setup, workspace management, or multi-package repository requests.
development
Curated bundle for managing monorepos with containerized deployment pipelines. Includes monorepo management, Docker containerization, CI/CD deployment, and coding standards. Use when setting up or improving multi-package repository infrastructure.
development
Apply modular synthesis principles to system design, workflow architecture, and conceptual frameworks. Use when designing modular systems, creating architecture diagrams using synthesis metaphors, applying signal flow thinking to data pipelines, or translating between audio engineering and software concepts. Triggers on modular architecture design, signal flow diagrams, synthesis-inspired system thinking, or "oscillator/patch" metaphors.