The Hydrogen Kit is a specialized, read-only toolkit designed to empower AI agents and developers working within Shopify Hydrogen codebases. It addresses common challenges faced by AI agents, such as inefficient route mapping, difficulty in outlining code safely, hallucinating GraphQL fields, and incorrect query placement. By offering features like route discovery, file outlining, GraphQL schema lookup, and architecture validation, this kit ensures AI agents operate safely and respect architectural boundaries, enhancing developer productivity and maintaining code integrity without modifying files or validating business logic.
Key Features
01Architecture Validation: Enforce module boundaries for GraphQL query placement within a Hydrogen project.
020 GitHub stars
03File Outlining: Extract imports, exports, and symbols without exposing file bodies.
04Schema Lookup: Query GraphQL Storefront API schema details (SDL or introspection JSON).
05Route Discovery: Parse and list routes from explicit route manifests.