Agent skill · Workflow & Productivity

verify-proposed-diag

Verify a proposed architecture diagram against the actual codebase, selectively checking existing vs new components. Use when user says "verify proposed diagram", "verify proposed diag", "check proposed architecture", or after running /plan-arc.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill verify-proposed-diag --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/analysis/verify-proposed-diag/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

# Verify Proposed Diagram Skill Verify a proposed architecture diagram's factual accuracy against the actual codebase. Understands that proposed diagrams contain a mix of existing components (fully verifiable), modified components (partially verifiable), and new components (only integration points verifiable). ## When to Use - After `/plan-arc` produces a proposed architecture document - User says "verify proposed diagram", "verify proposed diag", "check proposed architecture" - Any time a diagram mixes existing and proposed elements using `★`/`●` annotations ## Critical Constraints **NEVER:** - Modify source code files - Modify the diagram during verification (report findings only) **ALWAYS:** - Respect the `★`/`●` annotation system — apply verification selectively - Trace actual code paths for every connection involving existing components - Determine read/write directionality for every verifiable connection - Report findings to terminal, not to files --- ## Verification Workflow ### Step 0: Validate Mermaid Syntax (Rendering Check) **This step runs BEFORE semantic verification.** Extract every mermaid code block and check for syntax errors that would prevent rendering. This appl

What's inside
Steps it walks through
  1. When to Use
  2. Critical Constraints
  3. Verification Workflow
  4. Step 0: Validate Mermaid Syntax (Rendering Check)
  5. Proposed Diagram Verification: {diagram name}
  6. Element Summary
  7. Rendering Errors (if any — BLOCKING)
  8. Corrections Needed
  9. Directionality Findings
  10. Integration Point Verification
  11. Missing
  12. Phantom Components
  13. Directionality Quick Reference
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the verify-proposed-diag skill do?

Verify a proposed architecture diagram against the actual codebase, selectively checking existing vs new components. Use when user says "verify proposed diagram", "verify proposed diag", "check proposed architecture", or after running /plan-arc.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill verify-proposed-diag --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