Agent skill · Security

Architecture Audit

Comprehensive **project** consistency review across code, documentation, diagrams, and configuration

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill architecture-audit-fabioc-aloha-airs-data-analysis --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/architecture-audit-fabioc-aloha-airs-data-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Architecture Audit > Comprehensive **project** consistency review across code, documentation, diagrams, and configuration ## Overview Systematic audit process to ensure all **project** artifacts stay synchronized. Catches version drift, terminology inconsistencies, outdated diagrams, broken references, and code-to-docs mismatches. ⚠️ **IMPORTANT**: This skill audits the **user's project code**, NOT the Alex cognitive architecture in `.github/`. Ignore `.github/` folder contents when performing audits - focus on the actual source code, documentation, and configuration in the project root and subdirectories. ## Triggers - "audit", "comprehensive review", "fact-check" - "consistency check", "project health" - "pre-release audit", "documentation review" - Before major releases or after significant refactoring ## Audit Checklist ### 1. Version Consistency ```powershell # Find version references in common locations # EXCLUDE: .github/** (Alex cognitive architecture - not project code) $patterns = @( 'package.json', # "version": "x.y.z" 'src/**/config*.json', # Version in config files (not .github) '*.md', # Root documentation only 'docs/**/*.md', # Project docs (not .github) 'src/**/co

What's inside
Steps it walks through
  1. Overview
  2. Triggers
  3. Audit Checklist
  4. 1. Version Consistency
  5. 2. Terminology Consistency
  6. 3. Fact Inventory
  7. 4. Diagram Validation
  8. 5. Cross-Reference Validation
  9. 6. Code-to-Docs Sync
  10. 7. Configuration Alignment
  11. Audit Report Template
  12. Automation Opportunities
  13. Pre-commit Hook
  14. CI Pipeline
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the Architecture Audit skill do?

Comprehensive **project** consistency review across code, documentation, diagrams, and configuration

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill architecture-audit-fabioc-aloha-airs-data-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going