acp-conformance

Installation
SKILL.md

ACP Conformance & Production Readiness

Before writing code

Fetch live docs:

  1. Fetch https://developers.openai.com/commerce/guides/production/ for OpenAI's production readiness checklist
  2. Web-search site:github.com agentic-commerce-protocol spec openapi for the latest OpenAPI specs to validate against
  3. Web-search site:github.com agentic-commerce-protocol spec json-schema for JSON schemas
  4. Fetch https://developers.openai.com/commerce/guides/get-started/ for onboarding requirements

Conformance Test Categories

1. Schema Validation

  • Validate all request/response payloads against the ACP JSON schemas
  • Ensure monetary amounts are integers in minor currency units (no floats)
  • Verify all required fields are present
  • Check field types match the spec (string, integer, enum values)
Related skills
Installs
2
GitHub Stars
29
First Seen
Mar 31, 2026