validate-architecture

validate-architecture is a skill for Claude Code, Codex from commerce-atoms/agents. It costs 45 tokens per session (1,098 once invoked), scanned A, original, MIT.

A structure checker for Hydrogen storefront projects, which are online shops built with Shopify's Hydrogen framework. It examines imports, folders, route definitions, and forbidden framework references for violations of the project's architecture rules.

In plain words
What is it for?
Use it to check a storefront after structural changes and find cross-module imports, reverse dependencies, unwanted folders or index files, outdated Remix imports, and missing or duplicated route manifests.
Why use it?
It finds code-organization problems that can make modules depend on the wrong layers, routes go missing, or shared folders become hard-to-maintain dumping grounds.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/commerce-atoms/agents/validate-architecture
Any agent
npx skills add commerce-atoms/agents --skill validate-architecture
Clone the repo
git clone --depth 1 https://github.com/commerce-atoms/agents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for validate-architecture

README.md
[![agentmods](https://agentmods.dev/badge/skills/commerce-atoms/agents/validate-architecture.svg)](https://agentmods.dev/skills/commerce-atoms/agents/validate-architecture)
Your own site
<a href="https://agentmods.dev/skills/commerce-atoms/agents/validate-architecture"><img src="https://agentmods.dev/badge/skills/commerce-atoms/agents/validate-architecture.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,098 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00045 $0.01098
Opus 5 $0.00023 $0.00549
Sonnet 5 $0.00009 $0.00220
Haiku 4.5 $0.00005 $0.00110

Measured 4d ago against content hash cbfc2d4432db, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

validate-architecture scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

kit/skills/validate-architecture/SKILL.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

validate-architecture

Replacement for the architecture-validation tool that lived in mcp-hydrogen-kit. Per ADR 003, the validator logic now lives inside @commerce-atoms/agents and is exposed as both a Skill and a slash command.

What it does

Walks the target project's app/ directory, parses imports, and reports violations of the architecture rules in AGENTS.md §3 and the canonical sources under rules/core/.

Code Severity Detects
CROSS_MODULE_IMPORT error app/modules/A importing from @modules/B (or relative paths that escape the module).
REVERSE_IMPORT error app/platform/, app/components/, app/hooks/, or app/utils/ importing from app/modules/*.
DUMPING_GROUND_FOLDER error Presence of app/lib, app/common, app/shared, or app/ui.
BARREL_FILE error Any index.ts / index.tsx / index.js / index.mjs under app/.
REMIX_IMPORT error Imports from @remix-run/* or react-router-dom.
MISSING_ROUTES_MANIFEST error app/routes.ts is absent.
FILESYSTEM_ROUTING_LIKELY warning app/routes/ exists without app/routes.ts (suggests filesystem routing).
MISSING_APP_DIR error The target has no app/ directory at all.

Invocation

As a slash command

/validate-architecture                  # validate cwd
/validate-architecture path/to/project  # validate a specific path

As an npm CLI

npx @commerce-atoms/agents validate-architecture
npx @commerce-atoms/agents validate-architecture --out path/to/project
npx @commerce-atoms/agents validate-architecture --strict   # warnings fail too
npx @commerce-atoms/agents validate-architecture --json     # for tool consumption

Programmatically

import {validate, formatReport} from '@commerce-atoms/agents/validate';

const {report, exitCode} = await validate({root: '/path/to/project'});
console.log(formatReport(report));
process.exit(exitCode);

Read the full file on GitHub · 96 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 96 lines · 45 tokens per session scan A cbfc2d4432db

Subscribe to this mod's changes

validate-architecture is a skill published in the GitHub repository commerce-atoms/agents (1 stars, last pushed 4mo ago), licensed MIT. It adds 45 tokens to every session and 1,098 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

shopify-developer

Complete Shopify development reference covering Liquid templating, OS 2.0 themes, GraphQL APIs, Hydrogen, Functions, and performance optimization (API v2026-01). Use when working with .liquid files, building Shopify themes or apps, writing GraphQL queries for Shopify, debugging Liquid errors, creating app extensions…

tech-leads-club/agent-skills · 127 tokens

fastapi_stripe

A Stripe Checkout implementation takes four steps.

iloveitaly/llm-ide-rules · 9 tokens

buywhere-product-catalog

Use BuyWhere's MCP and API surfaces to add product search, price comparison, and deal discovery to AI shopping agents.

aboalrejal-ai/skills · 30 tokens

stripe

Intégration Stripe complète pour SaaS : Checkout, Subscriptions, Webhooks, Customer Portal. Best practices officielles, prêt pour la production.

GlamgarOnDiscord/claude-saas-blueprint · 32 tokens

godot-economy-system

Expert patterns for game economies including currency management (multi-currency, wallet system), shop systems (buy/sell prices, stock limits), dynamic pricing (supply/demand), loot tables (weighted drops, rarity tiers), and economic balance (inflation control, currency sinks). Use for RPGs, trading games, or resource…

bgrenat/godot-game-dev-studio · 107 tokens

nft-standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

wshobson/agents · 48 tokens