shopflow-suite

Claude Code Quickstart

This is the shortest truthful path for using Shopflow from a Claude Code style workflow.

In plain language:

if Codex is the engineer opening the box, Claude Code is the engineer plus operator notes. This page tells it which notes to read first.

What Claude Code Can Read Today

Claude Code can already consume:

It still must not claim:

Claude Code Public Distribution Matrix

Bundle piece What Shopflow has now Where to open it first What it still must not claim
starter bundle Claude Code packet + quickstart + skills catalog companion pnpm cli:read-only -- agent-target-packet --target claude-code Shopflow is already officially listed or published on a Claude Code-owned surface
sample config checked-in Claude Code packet + skills catalog + listing payload examples docs/ecosystem/examples/agent-target-packet.claude-code.json published Claude Code plugin
install docs Claude Code install path and operator-facing guide docs/ecosystem/claude-code-quickstart.md Shopflow is already officially listed or published on a Claude Code-owned surface
proof loop target packet + skills catalog export + listing payload export pnpm cli:read-only -- public-skills-catalog --output .runtime-cache/cli/public-skills-catalog.json that auth or marketplace submission already happened
metadata / listing payload checked-in listing payload example + CLI export docs/ecosystem/examples/plugin-marketplace-metadata.claude-code.json official Claude Code surface exists, but Shopflow is not listed or published there

In plain language:

Claude Code now has a fuller starter kit than before. You can think of it as the Codex box plus an operator-notes binder. Claude Code’s official surface exists, but this binder is still not proof that Shopflow is already listed or published there.

Fastest Command Path

  1. inspect the same truth buckets Codex sees
pnpm cli:read-only -- integration-surface
  1. inspect the external runtime boundary before touching any Switchyard story
pnpm cli:read-only -- runtime-seam
  1. inspect the release / reviewer side without pretending store submission is done
pnpm cli:read-only -- submission-readiness
  1. when you need the combined agent-facing packet and the stronger skills-facing bundle companion
pnpm cli:read-only -- agent-target-packet --target claude-code
pnpm cli:read-only -- agent-integration-bundle
pnpm cli:read-only -- public-skills-catalog --output .runtime-cache/cli/public-skills-catalog.json
pnpm cli:read-only -- plugin-marketplace-metadata --target claude-code --output .runtime-cache/cli/plugin-marketplace-metadata.claude-code.json

Local Skill Scaffolds Worth Reading

Best Companion Pages

Fastest No-Runtime Packet

If you want checked-in examples before you run anything:

That trio now acts as the Claude Code starter bundle:

  1. agent-target-packet.claude-code.json = the sample config / handoff packet
  2. public-skills-catalog.json = the skills-facing companion config
  3. plugin-marketplace-metadata.claude-code.json = the listing payload example

If you want the code import surface instead of CLI output:

import {
  agentIntegrationBundle,
  publicSkillsCatalog,
  pluginMarketplaceMetadataPacket,
} from '@shopflow/contracts';

30-Second Copy-Paste Path

Best first command

pnpm cli:read-only -- agent-target-packet --target claude-code

Best second command

pnpm cli:read-only -- plugin-marketplace-metadata --target claude-code --output .runtime-cache/cli/plugin-marketplace-metadata.claude-code.json
pnpm cli:read-only -- public-skills-catalog --output .runtime-cache/cli/public-skills-catalog.json

Best companion doc

Must not claim

Why This Path Is Honest