contributing-to-awesome-claude

contributing-to-awesome-claude is a skill for Claude Code from JSONbored/awesome-claude. It costs 209 tokens per session (1,823 once invoked), scanned A, original, MIT.

A contribution guide for the JSONbored/awesome-claude repository, which stores a directory of Claude and AI-workflow resources alongside its website and supporting packages. It explains the different review paths for content submissions and code changes.

In plain words
What is it for?
It is for adding directory entries, changing the website or supporting packages, preparing contributions, testing them, and understanding which review system applies.
Why use it?
It helps contributors choose the correct process and avoid repository-specific mistakes before opening a pull request.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions AGENTS.md.

Good fit It is for adding directory entries, changing the website or supporting packages, preparing contributions, testing them, and understanding which review system applies.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jsonbored/awesome-claude/contributing-to-awesome-claude
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add JSONbored/awesome-claude --skill contributing-to-awesome-claude
Clone the repo
git clone --depth 1 https://github.com/JSONbored/awesome-claude

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for contributing-to-awesome-claude

README.md
[![agentmods](https://agentmods.dev/badge/skills/jsonbored/awesome-claude/contributing-to-awesome-claude/github.svg)](https://agentmods.dev/skills/jsonbored/awesome-claude/contributing-to-awesome-claude)
Your own site
<a href="https://agentmods.dev/skills/jsonbored/awesome-claude/contributing-to-awesome-claude"><img src="https://agentmods.dev/badge/skills/jsonbored/awesome-claude/contributing-to-awesome-claude/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for contributing-to-awesome-claude

Your own site · 80×15
<a href="https://agentmods.dev/skills/jsonbored/awesome-claude/contributing-to-awesome-claude"><img src="https://agentmods.dev/badge/skills/jsonbored/awesome-claude/contributing-to-awesome-claude.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 209 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,823 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00209 $0.01823
Opus 5 $0.00105 $0.00911
Sonnet 5 $0.00042 $0.00365
Haiku 4.5 $0.00021 $0.00182

Measured 11d ago against content hash afb802398d7a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

contributing-to-awesome-claude scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/contributing-to-awesome-claude/SKILL.md · 129 lines

How it starts

The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Contributing to awesome-claude (HeyClaude)

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.


Step 0 — Which kind of contribution is this?

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.


If you're adding a content entry

  1. Read the schema and examples first: content/SCHEMA.md (required/optional fields per category) and examples/content/SUBMISSION_EXAMPLES.md (accepted vs. rejected/rerouted examples — read this before you draft anything non-trivial).
  2. One file, one PR. Add exactly one content/<category>/<slug>.mdx. Do not touch README.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.
  3. Source-back everything. Canonical source/docs/repo URLs, not affiliate or 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.
  4. A linked issue is genuinely optional here. CONTRIBUTING.md says plainly: "a PR 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.
  5. Validate narrowly — a content PR does not need the full platform test suite:
    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.
  6. Understand who actually decides your PR's fate. It is the private submission gate, not gittensory-orb — see the Step 1 architecture note below and reference.md §2 for the full disposition table.

Read the full file on GitHub · 129 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 129 lines · 209 tokens per session scan A afb802398d7a

Subscribe to this mod's changes

contributing-to-awesome-claude is a skill published in the GitHub repository JSONbored/awesome-claude (297 stars, last pushed 25d ago), licensed MIT. It adds 209 tokens to every session and 1,823 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.