From acp-agentic-commerce
Validates ACP implementations against protocol specs: schema validation, checkout flows, idempotency, error handling, security checks, production readiness. Use for compliance and launch prep.
npx claudepluginhub orcaqubits/agentic-commerce-skills-plugins --plugin acp-agentic-commerceThis skill is limited to using the following tools:
**Fetch live docs**:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Fetch live docs:
https://developers.openai.com/commerce/guides/production/ for OpenAI's production readiness checklistsite:github.com agentic-commerce-protocol spec openapi for the latest OpenAPI specs to validate againstsite:github.com agentic-commerce-protocol spec json-schema for JSON schemashttps://developers.openai.com/commerce/guides/get-started/ for onboarding requirementscompleted statusnot_ready_for_payment → ready_for_payment when all data providedauthentication_required → completed after 3DScanceled is terminal (no transitions out)Idempotency-Key + same body = identical response with Idempotent-Replayed: trueidempotency_conflictidempotency_in_flight with Retry-AfterAuthorization: Bearer <token> required on all requestsAPI-Version required and matches spec versionIdempotency-Key required on all POST{type, code, message, param} structureparam uses JSONPath (RFC 9535) syntaxtype is one of: invalid_request, processing_error, service_unavailableFetch the OpenAI production readiness guide and latest OpenAPI specs for the most current conformance requirements before testing.