Skip to content

v1.1.0 — Agentic Commerce Readiness

Latest

Choose a tag to compare

@tamired tamired released this 17 Jun 12:11
b513250

🤖 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 skill
  • agentic-product-jsonld-backfill — barcode/GTIN, vendor, product type for complete Product JSON-LD
  • agentic-image-alt-text — descriptive alt text on product media
  • agentic-description-enrichment — fact-rich descriptions for AI quoting
  • agentic-metafields-setup — define + populate agentic metafields for filtering
  • agentic-product-taxonomy — Shopify Standard Product Taxonomy categories
  • agentic-crawler-access — allow GPTBot/ClaudeBot/PerplexityBot… in robots.txt.liquid
  • agentic-llms-txt — publish a curated /llms.txt for AI assistants
  • agentic-organization-schema — Organization JSON-LD (sameAs, contactPoint) into the theme
  • agentic-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.