manage-repo-licensing

manage-repo-licensing is a skill for Claude Code from cboone/agent-harness-plugins. It costs 166 tokens per session (6,151 once invoked), scanned A, original, MIT.

A guide for adding and maintaining REUSE-style software licensing in a repository.

In plain words
What is it for?
Use it to set up license files, a NOTICE file, REUSE.toml, SPDX headers or sidecar files, and mixed-license coverage for a repository.
Why use it?
It helps make license ownership and permissions clear across files, dependencies, and reference material, while keeping automated license checks passing.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

Part of the manage-repo-licensing plugin — 1 skill shipped together

Good fit Use it to set up license files, a NOTICE file, REUSE.toml, SPDX headers or sidecar files, and mixed-license coverage for a repository.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cboone/agent-harness-plugins/manage-repo-licensing
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 cboone/agent-harness-plugins --skill manage-repo-licensing
Clone the repo
git clone --depth 1 https://github.com/cboone/agent-harness-plugins

Made for: Claude Code.

Or install manage-repo-licensing, the plugin that ships this one along with the rest of its 1 skill.

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 manage-repo-licensing

README.md
[![agentmods](https://agentmods.dev/badge/skills/cboone/agent-harness-plugins/manage-repo-licensing/github.svg)](https://agentmods.dev/skills/cboone/agent-harness-plugins/manage-repo-licensing)
Your own site
<a href="https://agentmods.dev/skills/cboone/agent-harness-plugins/manage-repo-licensing"><img src="https://agentmods.dev/badge/skills/cboone/agent-harness-plugins/manage-repo-licensing/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 manage-repo-licensing

Your own site · 80×15
<a href="https://agentmods.dev/skills/cboone/agent-harness-plugins/manage-repo-licensing"><img src="https://agentmods.dev/badge/skills/cboone/agent-harness-plugins/manage-repo-licensing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 166 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,151 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.
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.00166 $0.06151
Opus 5 $0.00083 $0.03076
Sonnet 5 $0.00033 $0.01230
Haiku 4.5 $0.00017 $0.00615

Measured today against content hash a4bd0df8a971, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

manage-repo-licensing 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 today.

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.

plugins/manage-repo-licensing/skills/manage-repo-licensing/SKILL.md · 367 lines

How it starts

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

Manage Repo Licensing

Encode the REUSE-style mixed-license workflow that has converged across four sibling repos (strength-model, shannon-entropy, zhang-yeung-inequality, non-shannon-inequalities). The skill is a structured companion for these rollouts: it frames policy, standardizes placement, and drives verification. It is not an automated sweeper.

Core Invariants

Every run, regardless of mode, honors these rules. They are the lessons from the four prior rollouts.

  1. Policy is frozen before edits. Surface the license split, the fork-lineage question, and the reference-material scope, and wait for user confirmation before touching any file.
  2. License-text filenames are normalized first. LICENSES/<SPDX-ID>.txt must match the SPDX identifier byte-for-byte (case-sensitive). Fix mis-cased filenames (APACHE-2.0.txt -> Apache-2.0.txt) before any annotation pass -- otherwise reuse lint will flag every tag.
  3. Placement is decided by file type, not by repo convention. Use the standardized matrix in references/file-type-matrix.md. Existing divergence is drift to migrate.
  4. REUSE.toml is the default coverage surface. Every repo ships one with at least prose, config, generated, and structural groups (plus conditional CoC and reference-material blocks). Inline SPDX is reserved for substantive source code; per-file .license sidecars are a narrow residual. Config files (Makefile, lakefile.toml, pyproject.toml, cspell-words.txt, dotfiles, YAML, JSONC) and generated artifacts (lock files, lean-toolchain, Pandoc output, regenerated JSON/ICS) both fall in REUSE.toml, not inline or sidecar.
  5. Rollouts advance in small, reviewable commits. Use the ladder in references/commit-sequence.md. Do not squash.
  6. reuse lint must be clean when done. Plus any repo-local checks (e.g. make lint, make check-proofs).
  7. Third-party bundled reference material is covered, not excluded. It uses LicenseRef-Reference-Material (shared canonical text) with scale-tiered placement -- per-file sidecars for small curated collections (~20 or fewer), a REUSE.toml glob for larger ones. Per-work LicenseRef-* exceptions require explicit justification in NOTICE.
  8. Comments live where required, nowhere else. No NOTICE.license sidecar. No *.md.license sidecars or HTML-comment SPDX inside project-authored Markdown -- both are absorbed by the REUSE.toml prose group.
  9. NOTICE is a summary, not an override. Never write wording that implies every file is under one license.
  10. Prose that documents SPDX syntax is a hazard. Any project-authored Markdown that contains the literal string SPDX-License-Identifier followed by a colon (or a similar tag) outside a REUSE-ignore region is parsed by reuse as a real declaration and usually corrupts the lint report. Wrap such passages in <!-- REUSE-IgnoreStart --> / <!-- REUSE-IgnoreEnd --> HTML comments. This applies to this skill's own documentation, to any plan document that describes the workflow, and to README sections that show SPDX examples. The code-block fence does not protect the content; REUSE scans code blocks.
  11. Intentional deviations are data, not drift. When running against a repo that is already REUSE-compliant, compare coverage to the matrix but do not flatten deliberate policy choices. Common legitimate deviations: (a) a fork preserving upstream attribution via per-file sidecars on unmodified files, dual-copyright MIT on lockfiles, or a compound license on the README; (b) a non-default code-bucket license (for example, Apache-2.0 rather than MIT for project-authored tooling); (c) per-work LicenseRef-* exceptions with justification in NOTICE; (d) explicit prose path lists instead of globs when auditability matters more than elasticity. Surface these as candidate cleanups and wait for user direction before normalizing. The defaults in Sections 2-6 are a starting point; once a repo has a working policy, changes should be additive and policy-preserving, not flattening.

Read the full file on GitHub · 367 lines

Files

What ships with it

7 files 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. today Changed · +1 lines a4bd0df8a971
  2. 10d ago First seen · 366 lines · 166 tokens per session scan A 0f33f095e0f0

Subscribe to this mod's changes

manage-repo-licensing is a skill published in the GitHub repository cboone/agent-harness-plugins (2 stars, last pushed today), licensed MIT. It adds 166 tokens to every session and 6,151 once invoked, about $0.0008 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.

Related

Other skills, from other repositories