AgentStack
SKILL verified MIT Self-run

Validate

skill-ea-toolkit-architecture-catalog-validate · by ea-toolkit

Run architecture model validation and interpret results. Checks registry entries against diagrams, reports orphans and errors.

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-ea-toolkit-architecture-catalog-validate

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Validate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Validate Architecture Model

Run the validation script and interpret results for the user.

Workflow

  1. Run: python scripts/validate.py
  2. Parse the output
  3. Summarize for the user:
  • Total elements in registry
  • Validation errors (elements in diagrams but not registered)
  • Orphan elements (registered but not in any diagram)
  • Domain maturity scores

Response Format

**Validation Results**

| Metric | Count |
|--------|-------|
| Registry entries | X |
| Validation errors | X |
| Orphan elements | X |

**Errors (if any):**
[List each error with file location]

**Orphans by layer:**
[Group orphans by ArchiMate layer]

**Recommendations:**
[Suggest fixes for errors, note that orphans are expected for incomplete models]

Notes

  • Orphan elements are normal for incomplete models - don't alarm the user
  • Validation errors are more serious - these indicate diagrams reference unregistered elements
  • If user asks for JSON output, run: python scripts/validate.py --format json

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.