contributing

contributing is a skill for Claude Code, Codex from regen-coordination/org-os-template. It costs 49 tokens per session (224 once invoked), scanned A, original, MIT.

A set of instructions for contributing changes to the Feynman repository, including code, prompts, documentation, packaging, and releases.

In plain words
What is it for?
Use it when adding features, fixing bugs, changing agent behavior, updating docs, or preparing a focused pull request for Feynman.
Why use it?
It helps contributors follow the repository’s rules and run the required checks before declaring work complete.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/regen-coordination/org-os-template/contributing
Any agent
npx skills add regen-coordination/org-os-template --skill contributing
Clone the repo
git clone --depth 1 https://github.com/regen-coordination/org-os-template

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/regen-coordination/org-os-template/contributing.svg)](https://agentmods.dev/skills/regen-coordination/org-os-template/contributing)
Your own site
<a href="https://agentmods.dev/skills/regen-coordination/org-os-template/contributing"><img src="https://agentmods.dev/badge/skills/regen-coordination/org-os-template/contributing.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 224 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00049 $0.00224
Opus 5 $0.00024 $0.00112
Sonnet 5 $0.00010 $0.00045
Haiku 4.5 $0.00005 $0.00022

Measured 5d ago against content hash 439133d84b3f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

contributing 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 5d 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.

.agents/skills/feynman/contributing/SKILL.md · 29 lines

What it actually says

Contributing

Read CONTRIBUTING.md first, then AGENTS.md for repo-level agent conventions.

Use this skill when working on Feynman itself, especially for:

  • CLI or runtime changes in src/
  • prompt changes in prompts/
  • bundled skill changes in skills/
  • subagent behavior changes in .feynman/agents/
  • install, packaging, or release changes in scripts/, README.md, or website docs

Minimum local checks before claiming the repo change is done:

npm test
npm run typecheck
npm run build

If the docs site changed, also validate website/.

When changing release-sensitive behavior, verify that .nvmrc, package engines, runtime guards, and install docs stay aligned.

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. 5d ago First seen · 29 lines · 49 tokens per session scan A 439133d84b3f

Subscribe to this mod's changes

contributing is a skill published in the GitHub repository regen-coordination/org-os-template (5 stars, last pushed 5d ago), licensed MIT. It adds 49 tokens to every session and 224 once invoked, about $0.0002 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-31.