hedgehog-contributing

hedgehog-contributing is a skill for Claude Code from skyf0xx/hedgehog. It costs 118 tokens per session (1,350 once invoked), scanned A, original, MIT.

A contribution workflow for making changes to the Hedgehog project itself, the open-source repository at skyf0xx/hedgehog. It guides the work from choosing a fix or roadmap item to opening a pull request, a proposed change for the project maintainers to review.

In plain words
What is it for?
Use it to fix a Hedgehog bug, implement a roadmap item, or improve its agents, skills, templates, command-line tool, or documentation. It can also help select a small first contribution.
Why use it?
It prevents changes intended for Hedgehog from being confused with changes to a project that uses Hedgehog. It also checks that the developer is working in the actual Hedgehog repository rather than a generated copy.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the hedgehog plugin — 20 skills, 5 agents, 1 hook shipped together

Good fit Use it to fix a Hedgehog bug, implement a roadmap item, or improve its agents, skills, templates, command-line tool, or documentation. It can also help select a small first contribution.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skyf0xx/hedgehog/hedgehog-contributing
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 skyf0xx/hedgehog --skill hedgehog-contributing
Clone the repo
git clone --depth 1 https://github.com/skyf0xx/hedgehog

Made for: Claude Code.

Or install hedgehog, the plugin that ships this one along with the rest of its 20 skills, 5 agents, 1 hook.

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 hedgehog-contributing

README.md
[![agentmods](https://agentmods.dev/badge/skills/skyf0xx/hedgehog/hedgehog-contributing/github.svg)](https://agentmods.dev/skills/skyf0xx/hedgehog/hedgehog-contributing)
Your own site
<a href="https://agentmods.dev/skills/skyf0xx/hedgehog/hedgehog-contributing"><img src="https://agentmods.dev/badge/skills/skyf0xx/hedgehog/hedgehog-contributing/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 hedgehog-contributing

Your own site · 80×15
<a href="https://agentmods.dev/skills/skyf0xx/hedgehog/hedgehog-contributing"><img src="https://agentmods.dev/badge/skills/skyf0xx/hedgehog/hedgehog-contributing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,350 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 28
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
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.00118 $0.01350
Opus 5 $0.00059 $0.00675
Sonnet 5 $0.00024 $0.00270
Haiku 4.5 $0.00012 $0.00135

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

Security

Grade A, and why

hedgehog-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 2d 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.

src/skills/hedgehog-contributing/SKILL.md · 99 lines

How it starts

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

Contributing to Hedgehog

Walks a user from "I want to fix/build this in Hedgehog itself" to an open pull request against skyf0xx/hedgehog. This is for changes to the disciplinesrc/agents/, src/skills/, src/templates/, bin/cli.mjs, README.md — never for changes to the user's own project, which is a different repo with different rules.

When this runs

  • The user names a specific gap (a bug they hit, a roadmap item) and wants to fix it in Hedgehog rather than work around it locally.
  • tweaker offered this at the end of a build and the user said yes.

If the user hasn't picked a target yet, browse issues labeled roadmap with them and let them choose one — prefer an issue also labeled good-first-issue for a first contribution, since those are scoped to one file or one narrow addition.

Before starting

Confirm where the Hedgehog source actually lives on this machine. A project that ran npx @skyf0xx/hedgehog init has a copy of the payload (.claude/agents/, .claude/skills/), not the Hedgehog repo itself — editing those files changes nothing upstream. Ask the user:

  • If they already have a local clone of skyf0xx/hedgehog, use it.
  • If not, offer to clone it: gh repo fork skyf0xx/hedgehog --clone (forks under their account and clones the fork), or git clone https://github.com/skyf0xx/hedgehog if they'd rather push directly to a branch on a repo they already have write access to.

Do this in a separate directory from the user's own project — never inside it.

Writing the issue or PR

Use the pr-writing skill for style: brief, info-dense, Simplified Technical English, only verified claims. Most of Hedgehog's inbound queue is read first by inbound-triage, an agent, before a human ever sees it — the same register inbound-triage uses when it comments back (see that skill's "Comment style" section) — so write plainly for both readers at once.

Read the full file on GitHub · 99 lines

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. 2d ago Changed · -2 tokens per session 1b17e5a23617
  2. 12d ago First seen · 99 lines · 120 tokens per session scan A 56007dc24eb7

Subscribe to this mod's changes

hedgehog-contributing is a skill published in the GitHub repository skyf0xx/hedgehog (38 stars, last pushed today), licensed MIT. It adds 118 tokens to every session and 1,350 once invoked, about $0.0006 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.