Tracking work to make this repo open-source-ready for the /plugin marketplace add flow.
-
LICENSE(MIT) -
.gitignore -
CONTRIBUTING.md - Marketplace name aligned in
.claude-plugin/marketplace.jsonandREADME.md(matterai-marketplace)
-
CODE_OF_CONDUCT.md— Contributor Covenant v2.1 -
SECURITY.md— vulnerability disclosure policy + contact (support@matterai.so) -
CHANGELOG.md— Keep-a-Changelog format, seeded with0.1.0 -
.github/ISSUE_TEMPLATE/bug_report.yml -
.github/ISSUE_TEMPLATE/feature_request.yml -
.github/ISSUE_TEMPLATE/config.yml— disable blank issues, link to discussions/support -
.github/PULL_REQUEST_TEMPLATE.md -
.github/workflows/ci.yml— Node lint + smoke (syntax check onscripts/*.js) -
.github/FUNDING.yml— optional, skip unless wanted -
package.json— flesh out:name,version,description,repository,bugs,homepage,license,author,engines.node,keywords -
README.md— add badges (license, Node version, marketplace install), Contributing/Security/License sections, link to CHANGELOG - Create the GitHub repo at
MatterAIOrg/orbcodeand push
-
.editorconfig -
.nvmrcpinning Node 20 - Repo topics on GitHub:
claude-code,claude-code-plugin,anthropic,mcp - GitHub repo "About" description + homepage URL
- Release
v0.1.0tag + GitHub Release notes
- Confirm
scripts/orb-mcp.jsruns (node scripts/orb-mcp.js) - Confirm every command referenced in
README.mdhas a matchingskills/<name>/entry - Confirm no secrets, tokens, or
.claude/settings.local.jsoncontent is staged