CtrlK
BlogDocsLog inGet started
Tessl Logo

contributing

Contribute changes to the Feynman repository itself. Use when the task is to add features, fix bugs, update prompts or skills, change install or release behavior, improve docs, or prepare a focused PR against this repo.

69

Quality

85%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Contributing

When working inside the Feynman repository, read the repo-root CONTRIBUTING.md and AGENTS.md files for project-specific 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.

Repository
companion-inc/feynman
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.