ownership-suggestion

ownership-suggestion is a skill for Claude Code, Codex from Kaddo-kdd/kaddo. It costs 50 tokens per session (295 once invoked), scanned A, original, MIT.

A method for proposing specific file-path patterns that show which parts of a codebase belong to a work item. A path pattern, or glob, is a rule such as `src/api/**` that matches files in a directory.

In plain words
What is it for?
Use it when a work item or artifact lacks ownership information or its current ownership covers too much code.
Why use it?
It avoids vague ownership assignments that cover unrelated code. The proposal also marks uncertainty and leaves the final change to a human.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when a work item or artifact lacks ownership information or its current ownership covers too much code.

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

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 ownership-suggestion

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/kaddo-kdd/kaddo/ownership-suggestion"><img src="https://agentmods.dev/badge/skills/kaddo-kdd/kaddo/ownership-suggestion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 295 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.00050 $0.00295
Opus 5.5 $0.00020 $0.00118
Sonnet 5 $0.00010 $0.00059
Haiku 4.5 $0.00005 $0.00030

Measured yesterday against content hash 88d515f0a718, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-26, from the pricing page.

Security

Grade A, and why

ownership-suggestion 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 yesterday.

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.

kaddo-power/skills/ownership-suggestion/SKILL.md · 49 lines

What it actually says

Ownership Suggestion Skill

Purpose

Standardize how precise code: ownership globs are proposed so Guard can relate code changes to the right knowledge.

When to use

When a Work Item or artifact is missing ownership, or its ownership is too broad/inaccurate.

Inputs

The context pack, the Work Item, and the technical inventory / codebase notes.

Output

A code: glob proposal, e.g.

code:
  - src/database/**
  - src/cli/**

Rules

  • Prefer small, specific globs; avoid src/**.
  • Use only real paths; validate intent against the Work Item.
  • Explain uncertainty instead of guessing.
  • Propose only — the human applies with kaddo owners suggest.

Quality checklist

  • Every glob maps to a real path relevant to the item.
  • No catch-all globs.
  • Uncertainty is marked.

Example output

The YAML code: block above plus a one-line rationale per glob.

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. yesterday First seen · 49 lines · 50 tokens per session scan A 88d515f0a718

Subscribe to this mod's changes

ownership-suggestion is a skill published in the GitHub repository Kaddo-kdd/kaddo (54 stars, last pushed today), licensed MIT. It adds 50 tokens to every session and 295 once invoked, about $0.0002 per session on Opus 5.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-09-25.