distributions/claude/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
development
Create algorithmic and generative art using mathematical patterns, noise functions, particle systems, and procedural generation. Covers flow fields, L-systems, fractals, and creative coding foundations. Triggers on generative art, algorithmic art, creative coding, procedural generation, or mathematical visualization requests.
development
Audits web applications and architectures for compliance with GDPR, CCPA, and other privacy regulations, focusing on consent, data minimization, and user rights.
development
Optimize Google Cloud Platform resource allocation and manage cloud credits efficiently. Use when planning GCP deployments, analyzing cloud spend, maximizing value from expiring credits, right-sizing instances, or designing cost-effective architectures. Triggers on GCP cost optimization, credit management, resource allocation planning, or cloud budget concerns.
testing
Designs engaging gameplay loops, economies, and progression systems, balancing challenge and reward for interactive experiences.