Parent
#20
What to build
Make the plugin discoverable and demonstrable to coding-agent users by
submitting it to Anthropic's official community marketplace
(anthropics/claude-plugins-community) and producing a short demo.
Per the official process,
submission is not a fork/PR to an awesome-list — it goes through an in-app
review form, after which Anthropic's CI adds approved plugins to the community
catalog (pinned to a commit SHA, re-pinned automatically as you push; the public
catalog syncs nightly). Users then install via @claude-community.
This is non-code, external-facing, and requires a human: the submission form
is authenticated and the demo is a screen recording. Show HN / blog posts remain
out of scope.
How to submit (human action)
- Validate locally first (the review pipeline runs the same check):
- Submit via one of the in-app forms:
- After approval: the plugin is pinned into
anthropics/claude-plugins-community;
confirm it appears there, then it's installable as
/plugin marketplace add anthropics/claude-plugins-community →
/plugin install getdocs@claude-community.
Acceptance criteria
Blocked by
Parent
#20
What to build
Make the plugin discoverable and demonstrable to coding-agent users by
submitting it to Anthropic's official community marketplace
(
anthropics/claude-plugins-community) and producing a short demo.Per the official process,
submission is not a fork/PR to an awesome-list — it goes through an in-app
review form, after which Anthropic's CI adds approved plugins to the community
catalog (pinned to a commit SHA, re-pinned automatically as you push; the public
catalog syncs nightly). Users then install via
@claude-community.This is non-code, external-facing, and requires a human: the submission form
is authenticated and the demo is a screen recording. Show HN / blog posts remain
out of scope.
How to submit (human action)
claude plugin validate . --strict— ✅ passes (marketplace)claude plugin validate ./plugins/getdocs --strict— ✅ passes (plugin)anthropics/claude-plugins-community;confirm it appears there, then it's installable as
/plugin marketplace add anthropics/claude-plugins-community→/plugin install getdocs@claude-community.Acceptance criteria
claude plugin validatepasses for both the marketplace and the plugin (pre-submission requirement). ✅ verifiedanthropics/claude-plugins-communitycatalog (installable as@claude-community)./getdocsand running both a synchronous section fetch and a background whole-site mirror, including the Outcome-driven follow-up.Blocked by