Agent skill · Code Review & Quality

architecture-status

Reports on the health and state of architecture documentation (counts of ADRs, reviews, activity levels, documentation gaps). Use when the user asks "What's our architecture status?", "Show architecture documentation", "How many ADRs do we have?", "What decisions are documented?", "Architecture health check", or wants an overview/summary of documentation state. Do NOT use for listing team members (use list-members), creating new documents (use create-adr), or conducting reviews (use architecture-review or specialist-review).

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill architecture-status --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: ReadGlobGrep
Path: skills/analysis/architecture-status/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 Status Provides overview of architecture documentation state. ## Process ### 1. Check Framework Setup If `.architecture/` doesn't exist: ``` The AI Software Architect framework is not set up yet. To get started: "Setup ai-software-architect" Once set up, you'll have: - Architectural Decision Records (ADRs) - Architecture reviews - Specialist reviews - Recalibration tracking ``` ### 2. Gather Information Collect from `.architecture/`: - **ADRs**: Count files in `decisions/adrs/`, note recent ones, check statuses - **Reviews**: Count files in `reviews/`, categorize (version/feature/specialist/initial) - **Recalibration**: Count files in `recalibration/`, check progress docs - **Comparisons**: List files in `comparisons/` - **Team**: Count members in `members.yml` - **Last Activity**: Most recent date from any document ### 3. Generate Status Report ```markdown # Architecture Framework Status **Report Date**: [Date] **Project**: [Project name if known] ## Summary **Health Status**: Excellent | Good | Needs Attention | Inactive **Key Metrics**: - ADRs: [count] - Reviews: [count] - Recalibration Plans: [count] - Team Members: [count] - Last Activity: [Date] ## Architectura

What's inside
Steps it walks through
  1. Process
  2. 1. Check Framework Setup
  3. 2. Gather Information
  4. 3. Generate Status Report
  5. 4. Analyze Health
  6. 5. Provide Recommendations
  7. 6. Make It Actionable
  8. Metrics to Track
  9. Error Handling
  10. Related Skills
  11. Notes
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the architecture-status skill do?

Reports on the health and state of architecture documentation (counts of ADRs, reviews, activity levels, documentation gaps). Use when the user asks "What's our architecture status?", "Show architecture documentation", "How many ADRs do we have?", "What decisions are documented?", "Architecture health check", or wants an overview/summary of documentation state. Do NOT use for listing team members (use list-members), creating new documents (use create-adr), or conducting reviews (use architecture-review or specialist-review).

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill architecture-status --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