Cursor rule Cursor
Kit-authoring rules for the @commerce-atoms/agents repo. Distinguishes root (npm package) from kit/ (shipped product). Always-on.
Cursor rule Cursor
Kit-authoring rules for the @commerce-atoms/agents repo. Distinguishes root (npm package) from kit/ (shipped product). Always-on.
Instructions file GitHub Copilot
Copilot instructions for commerce-atoms/agents, covering github copilot — @commerce-atoms/agents (kit authoring) and constraints for autocomplete in this repo.
Instructions file CodexOpenCode
AGENTS.md instructions for commerce-atoms/agents, covering agents.md — @commerce-atoms/agents repo (kit authoring), what this repo is, doctrine for kit authoring and quick reference.
Instructions file
Claude Code instructions for commerce-atoms/agents, covering claude.md — @commerce-atoms/agents (kit authoring), behavioural defaults for this repo and where to look.
Cursor rule Cursor
Universal AGENTS.md is the canonical source. Read it first.
Cursor rule Cursor
Import policy — React Router only, never Remix or react-router-dom. See rules/core/imports.md.
Cursor rule Cursor
Routing manifest rules — single source app/routes.ts. See rules/core/routing.md.
Cursor rule Cursor
Module boundaries, shared folder policies, route/view split. See rules/core/architecture.md.
Cursor rule Cursor
CSS modules colocated with components, kebab-case filenames. See rules/core/styling.md.
Command
Pre-flight verification before pushing to main. Reproduces the CI gates locally so the push doesn't fail in production.
Command
Wire CI + secrets for a fresh storefront. Run once after /init-store before the first push to main.
Command
Clone the canonical Hydrogen starter, brand it, pin @commerce-atoms/agents, and create the first commit.
Command
Tag a versioned release and push. CI deploys on the tag — the agent does not.
Command
Run the architecture validators against the current project (or a given path). Wraps the validate-architecture skill.
Skill Claude CodeCodex
Run boundary and structure validators against a Hydrogen storefront project. Reports cross-module imports, reverse imports from shared layers, dumping-ground folders, barrel files, forbidden Remix imports, and missing/duplicated route manifests.