ownership-driven-ai-customization-architecture: Skill for Claude Code

.github/skills/oda-task-tracking/SKILL.md

oda-task-tracking is a skill for Claude Code, Codex from HenriqueCotta/ownership-driven-ai-customization-architecture. It costs 41 tokens per session (495 once invoked), scanned A, original, MIT.

A workflow for managing GitHub issues and the ODA Board, a project board linked to a repository. It keeps tracked tasks, labels, and board statuses consistent.

In plain words
What is it for?
Use it to create, find, update, list, move, or reclassify repository tasks, and to record their outcomes, acceptance checks, and verification steps.
Why use it?
It reduces confusion about where a task belongs and whether its issue and board entry show the same status. It also helps avoid creating duplicate issues.

Skill for Claude CodeCodex

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

This is HenriqueCotta/ownership-driven-ai-customization-architecture's own configuration. It tells Claude Code and Codex how to work on ownership-driven-ai-customization-architecture itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ownership-driven-ai-customization-architecture configures →

Reuse

Borrowing it

Nothing to install: this file belongs to HenriqueCotta/ownership-driven-ai-customization-architecture. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/HenriqueCotta/ownership-driven-ai-customization-architecture/main/.github/skills/oda-task-tracking/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/HenriqueCotta/ownership-driven-ai-customization-architecture

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 oda-task-tracking

README.md
[![agentmods](https://agentmods.dev/badge/skills/henriquecotta/ownership-driven-ai-customization-architecture/oda-task-tracking/github.svg)](https://agentmods.dev/skills/henriquecotta/ownership-driven-ai-customization-architecture/oda-task-tracking)
Your own site
<a href="https://agentmods.dev/skills/henriquecotta/ownership-driven-ai-customization-architecture/oda-task-tracking"><img src="https://agentmods.dev/badge/skills/henriquecotta/ownership-driven-ai-customization-architecture/oda-task-tracking/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 oda-task-tracking

Your own site · 80×15
<a href="https://agentmods.dev/skills/henriquecotta/ownership-driven-ai-customization-architecture/oda-task-tracking"><img src="https://agentmods.dev/badge/skills/henriquecotta/ownership-driven-ai-customization-architecture/oda-task-tracking.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 495 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.00041 $0.00495
Opus 5 $0.00020 $0.00247
Sonnet 5 $0.00008 $0.00099
Haiku 4.5 $0.00004 $0.00049

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

Security

Grade A, and why

oda-task-tracking 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 11d 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.

.github/skills/oda-task-tracking/SKILL.md · 61 lines

How it starts

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

ODA Task Tracking

Use this skill for operational work with repository issues and the ODA Board.

This is a workflow for task tracking, not a path-specific coding rule.

Scope

Repository: HenriqueCotta/ownership-driven-ai-customization-architecture

Project: ODA Board

Project owner: HenriqueCotta

Project number: 4

Task Contract

A tracked task is a repository issue that may also be represented by the same issue as a project item.

The project Status field is the board status. Use only Todo, In Progress, or Done.

Use existing repository labels when they fit. Do not invent a label taxonomy or create new labels unless the user explicitly asks.

There is no board Area field. Do not simulate one in issue text unless the user asks for a planning convention change.

Interpret board authority according to ownership/repository/oda-board.instructions.md.

Workflow

Search for existing issues before creating a new tracked task.

When creating or rewriting an issue, keep the body concise and actionable with outcome, context, acceptance criteria, and verification.

After a create or update operation, keep the issue body, labels, project status, and linked updates coherent.

When moving a task, update the project status to the requested valid value or the closest valid value. Ask one focused question only when ambiguity would change the result.

When listing work or answering what is next, prefer open Todo items and explain the priority briefly from board state and repository context.

Access Failure

If GitHub issue access is unavailable, do not create or update task state.

If project access is unavailable but issue access works, update only the issue when that still satisfies the request and clearly report that board synchronization is blocked.

If the board state could change the answer, treat that part as verification-blocked instead of guessing.

Guardrails

Never delete issues or project items.

Do not close or mark work Done unless the user asks for that change or the repository evidence clearly supports it.

Read the full file on GitHub · 61 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. 11d ago First seen · 61 lines · 41 tokens per session scan A cef4f0973f6f

Subscribe to this mod's changes

oda-task-tracking is a skill published in the GitHub repository HenriqueCotta/ownership-driven-ai-customization-architecture (5 stars, last pushed 4mo ago), licensed MIT. It adds 41 tokens to every session and 495 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.