🤖 New category: Agentic Commerce Readiness
The fix-it side of the agentiq.report audit. The audit tells operators where AI shopping agents (ChatGPT, Gemini, Perplexity, agentic checkout) can't find, read, or recommend their store. This release adds 10 skills that remediate those findings via the native Shopify Admin GraphQL toolkit — closing the loop: audit finds the gap → run the matching skill → re-audit confirms.
Every skill declares the audit signals it fixes (audit_signals frontmatter), so a finding in the report maps directly to the skill that resolves it.
Skills
agentic-readiness-audit— flagship, read-only store-side scorecard that routes each gap to its fix skillagentic-product-jsonld-backfill— barcode/GTIN, vendor, product type for complete Product JSON-LDagentic-image-alt-text— descriptive alt text on product mediaagentic-description-enrichment— fact-rich descriptions for AI quotingagentic-metafields-setup— define + populate agentic metafields for filteringagentic-product-taxonomy— Shopify Standard Product Taxonomy categoriesagentic-crawler-access— allow GPTBot/ClaudeBot/PerplexityBot… inrobots.txt.liquidagentic-llms-txt— publish a curated/llms.txtfor AI assistantsagentic-organization-schema— Organization JSON-LD (sameAs, contactPoint) into the themeagentic-policy-readability— machine-readable shipping/returns policies
Plus a weekly agentic-readiness-monitor routine that re-audits and alerts on regressions.
Stats
116 skills across 11 categories (was 106/10), 21 routines (was 20). All GraphQL validated against the live Admin 2025-01 schema; pnpm validate:index passes (116 skills, 64 operations).
Notes
Theme-editing and policy skills default to dry_run/audit mode, write inside managed # BEGIN/END blocks, and recommend duplicating the theme first.