Skills marketplace readiness
Skill wakqasahmed/agentic-commerce-skills/skills/agentic-commerce/skills-marketplace-readiness
Canonical agentic commerce skills, aggregated by wakqasahmed/skills
npx -y skills add wakqasahmed/agentic-commerce-skills --skill skills-marketplace-readinessAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Prepare an agent skills repository for discovery, installation, and marketplace listings. Use when publishing skills to skills.sh, Agent Skills clients, Claude plugins, Codex, Cursor, Copilot, and related skill directories.
SKILL.md
2.2 KB, as published. Nobody here has run it
Skills Marketplace Readiness
Workflow
- Confirm every skill is an independent folder with a matching
SKILL.mdfrontmatternameand a specific activation-focuseddescription. - Keep each skill narrow, executable, and short enough for progressive disclosure. Move long background material to references only when needed.
- Add install and discovery surfaces:
- README install command:
npx skills@latest add owner/repo - skills.sh badge:
[](https://skills.sh/owner/repo) .claude-plugin/plugin.jsonwith all published skill paths.scripts/list-skills.shandscripts/link-skills.shfor local fallback.
- README install command:
- Validate that all plugin paths resolve and each listed skill has a
SKILL.md. - Confirm safety-relevant skills — those that can drive autonomous checkout, payment, support actions, or other agent-executed changes — have a behavioral eval (fixtures plus a pass/fail runner) wired into CI. A skill that only has prose guardrails and no eval coverage is not marketplace-ready.
- Position the repo around searchable intent, not internal naming: use words buyers and agents search for, such as ecommerce, agentic commerce, AEO, GEO, SEO, agent readiness, checkout, ACP, UCP, MCP, and AI crawler readiness.
- Submit or seed marketplace visibility by installing with the public CLI, sharing the GitHub URL, adding the badge, and linking the repo from website, docs, social profiles, and relevant skill directories.
Guardrails
- Do not inflate install claims or marketplace status before the repo appears publicly.
- Do not bundle unrelated workflow skills into the domain repo. Keep engineering workflow skills in a separate repo.
- Treat marketplace listings as distribution, not validation. Skill quality still depends on real execution and iteration.
- Do not call a pack marketplace-ready if a safety-relevant skill lacks behavioral eval or CI coverage.