jsonbored/contributing-to-awesome-claude
>- Use when writing, testing, or preparing ANY contribution or pull request to the JSONbored/awesome-claude (HeyClaude) repo — adding a community content entry (agent/MCP server/skill/hook/command/rule/guide/collection/statusline), or making a platform/code change (website, registry package, MCP package, scripts). The repo has single-file content PRs, and the shared gittensory-orb bot that posts an advisory readiness/linked-issue comment on platform/code PRs but does not itself merge or close content PRs. Unlike JSONbored/gittensory and JSONbored/metagraphed, a linked issue is OPTIONAL here — do not import their mandatory-linked-issue rule into this repo. Invoke for any "contribute to / open a PR against / submit an entry to / fix a bug in awesome-claude (HeyClaude)" task.
npx skills add https://github.com/JSONbored/awesome-claude --skill contributing-to-awesome-claude
HeyClaude is a file-backed directory of Claude/AI workflow resources
(content/<category>/<slug>.mdx) plus a website, registry package, and MCP package that
serve that content. It has **two kinds of contribution with two different review
mechanisms** — get the kind right first, everything else follows from it.
reference.md (next to this file) has the exhaustive command tables, the two-gate
architecture in detail, the current Codecov numbers, and the content-PR pitfalls. Read it
when a section below tells you to.
| You are... | Contribution type | Review mechanism |
|---|---|---|
| Adding/editing one content/<category>/<slug>.mdx entry (agent, MCP server, skill, hook, command, rule, guide, collection, statusline) | Community content | Private HeyClaude submission gate (one-shot, aggressive) |
| Changing apps/web/, packages/registry/, packages/mcp/, scripts/, workflows | Platform/code | Standard CI + the shared gittensory-orb bot (advisory) |
These are handled by genuinely different systems (see reference.md §1). **Do not mix
them in one PR** — CONTRIBUTING.md is explicit that a content PR touches exactly one
content/<category>/<slug>.mdx file, and platform/code changes should stay separate from
individual content imports.
content/SCHEMA.md (required/optional fieldsper category) and examples/content/SUBMISSION_EXAMPLES.md (accepted vs.
rejected/rerouted examples — read this before you draft anything non-trivial).
content/<category>/<slug>.mdx. Do not touchREADME.md, apps/web/public/data/, apps/web/src/generated/,
apps/web/src/routeTree.gen.ts, or apps/web/public/downloads/** — those are
maintainer-owned generated outputs and editing them in a content PR is a reject
reason.
tracking links. For hooks, MCP servers, skills, commands, and statuslines, fill
safetyNotes (execution, install, writes, destructive actions, background workers,
network access, account writes) and privacyNotes (local files, logs, credentials,
telemetry, retained data) — use prerequisites only for setup requirements and
disclosure only for commercial/listing status, not runtime safety.
with no linked issue is fine." Filing your own issue and resolving it is fine too.
What is *not* fine is multi-account farming (opening an issue on one account,
"resolving" it from another) — see reference.md §4 for the exact contrast with
gittensory/metagraphed's mandatory policy.
pnpm install --frozen-lockfile
pnpm validate:content:strict
Do not run generate:readme / generate:openapi or commit build output for a
one-file content submission — those are build-time outputs regenerated by CI/deploy.
gate, not gittensory-orb — see the Step 1 architecture note below and reference.md
§2 for the full disposition table.
apps/web/src/, packages/registry/src/, orpackages/mcp/ before writing new code — the repo has a strong existing house style
per surface.
reference.md §3 for theexact command lists AGENTS.md prescribes per change type (README, submission/API,
or general platform).
codecov/patchrequires 70% coverage of your changed lines (5% threshold), and codecov/project
compares against your PR's own base commit (target: auto, 1% threshold). Both post
a real pass/fail status — see reference.md §5 for the exact codecov.yml values and
what's ignored (tests/, /*.test.ts, /*.config.ts,
apps/web/src/generated, apps/web/public/data, integrations).
reference.md §3 for theexact regen command per surface (README, OpenAPI, etc.). Keep generated-artifact
churn out of PRs that don't need it; external contributors especially should leave
generated output out unless a maintainer asks for it.
linked-issue/no-issue check, and coverage-evidence comment — useful signal, but it
is not the merge authority for platform PRs either; ordinary CI + maintainer review
is (see reference.md §2).
README.md, apps/web/public/data/**,apps/web/src/generated/**, apps/web/src/routeTree.gen.ts are maintainer-owned
outputs. Hand-editing them (in either a content or platform PR) is flagged/rejected.
/downloads/... are not accepted — link the source repo, an install command, or
copyable source content instead. Maintainer-built download artifacts are a separate,
post-review, maintainer-only path.
apply — see reference.md §4.
command, or statusline that executes code, writes files, calls out to third parties,
or runs in the background). Generic boilerplate is a common review nit; be specific
about what the resource can actually do.
cross-repo block per CODE_OF_CONDUCT.md — not a gray area.
submission *deprioritizes* it (adds ~5 days to the manual queue) rather than
speeding it up.
When you need the exact command lists, the full two-gate disposition tables, or the
current Codecov numbers verified against the live codecov.yml, read reference.md
in this skill directory.
Take jsonbored/contributing-to-awesome-claude from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npm.
Without those the skill loads but fails at the first command.