kit-ingerir

kit-ingerir is a skill for Claude Code, Codex from harebeats/cannonball. It costs 173 tokens per session (4,469 once invoked), scanned A, original, MIT.

A catalogue-ingestion workflow for adding prompts, components, effects, design systems, projects, or MCP catalogues to a personal collection. MCP is a way for tools and data sources to be made available to an agent.

In plain words
What is it for?
Use it to add files, pasted text, project folders, shadcn entries, or MCP servers to the collection and create searchable records.
Why use it?
It classifies new material and records enough information to find it later, while asking where the collection should live before the first item is saved.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions Codex.

Part of the cannonball plugin — 10 skills shipped together

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.

agentmods
npx agentmods add skills/harebeats/cannonball/kit-ingerir
Any agent
npx skills add harebeats/cannonball --skill kit-ingerir
Clone the repo
git clone --depth 1 https://github.com/harebeats/cannonball

Made for: Claude Code, Codex.

Or install cannonball, the plugin that ships this one along with the rest of its 10 skills.

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 kit-ingerir

README.md
[![agentmods](https://agentmods.dev/badge/skills/harebeats/cannonball/kit-ingerir.svg)](https://agentmods.dev/skills/harebeats/cannonball/kit-ingerir)
Your own site
<a href="https://agentmods.dev/skills/harebeats/cannonball/kit-ingerir"><img src="https://agentmods.dev/badge/skills/harebeats/cannonball/kit-ingerir.svg" alt="Measured on agentmods" height="20"></a>
Per session 173 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,469 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00173 $0.04469
Opus 5 $0.00086 $0.02235
Sonnet 5 $0.00035 $0.00894
Haiku 4.5 $0.00017 $0.00447

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

Security

Grade A, and why

kit-ingerir 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.

The scan reads SKILL.md. This mod also ships 27 executable files (scripts/armadilhas.py, scripts/assets.py, scripts/buscar.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/kit-ingerir/SKILL.md · 358 lines

How it starts

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

kit-ingerir — alimentar o acervo

Antes de qualquer comando: resolva o SKILL_DIR

Todo comando abaixo roda um script que viaja junto desta skill, em SKILL_DIR/scripts/. Defina SKILL_DIR como o caminho absoluto da pasta que contém ESTE SKILL.md que você acabou de ler — o seu harness informou esse caminho no resultado da leitura. Funciona em qualquer hospedeiro, sem depender de variável de ambiente de nenhum agente específico:

~/.claude/plugins/cache/cannonball/cannonball/<v>/skills/<nome>/SKILL.md
~/.codex/skills/<nome>/SKILL.md
~/.gemini/skills/<nome>/SKILL.md
~/.agents/skills/<nome>/SKILL.md

Em todos, SKILL_DIR é a pasta do SKILL.md, e SKILL_DIR/scripts/ está ao lado.

Antes da primeira ingestão: onde isso vai morar?

python "${SKILL_DIR}/scripts/vincular.py"

Se a resposta for "quem manda: o padrão, porque nada foi vinculado", pergunte ao usuário onde ele quer o acervo antes de gravar a primeira peça. O padrão é ~/.cannonball, que funciona mas quase nunca é o que ele quer a longo prazo — e mover depois é trabalho manual, com o índice para regerar.

python "${SKILL_DIR}/scripts/vincular.py" --para "<pasta>"

Sugira uma pasta versionada num repositório privado: o acervo guarda material de terceiros e de clientes, e não é dele para redistribuir.

Pergunte uma vez por máquina, não a cada ingestão.

Um item mal descrito é um item perdido. O acervo já provou isso: os nomes originais eram bend, peel, vex, oyla, skiper52 — nenhum diz o que faz. O valor não está em guardar o arquivo, está em escrever quando usar e quando não usar.

Primeiro: analise, não pergunte

O script detecta sozinho família, stack, dependências, fontes, assets externos e marca. Rode antes de perguntar qualquer coisa ao usuário:

python "${SKILL_DIR}/scripts/ingerir.py" <arquivo> --analisar

Ele classifica por conteúdo, não por extensão — isso importa: 30 dos arquivos originais do acervo eram .md contendo TSX puro. Confie no que ele detectou.

Read the full file on GitHub · 358 lines

Files

What ships with it

52 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 30e796d7209b
  2. 5d ago First seen · 357 lines · 173 tokens per session scan A 763fc9e04a8a

Subscribe to this mod's changes

kit-ingerir is a skill published in the GitHub repository harebeats/cannonball (9 stars, last pushed 2d ago), licensed MIT. It adds 173 tokens to every session and 4,469 once invoked, about $0.0009 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

port-sacred-terminal-ui-to-react-using-same-conventions

Take a CLI screen written for Simulacrum — the sacred CLI framework (scripts/cli/templates/.ts or scripts/python/templates/.py) — and produce a React component that lives inside components/examples/ (or components/) using only sacred's existing primitives — Window, Card, SimpleTable, ActionButton, RowSpaceBetween…

internet-development/www-sacred · 0 tokens

port-sacred-terminal-ui-to-typescript-cli

Take a React Window.tsx (or any sacred component) and produce a terminal CLI screen written in TypeScript that uses Simulacrum — the sacred CLI framework in scripts/cli/lib/.

internet-development/www-sacred · 0 tokens

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens

omd-apply

프로젝트 DESIGN.md를 UI/시각 작업의 brand context로 적용. 컴포넌트·색상·폰트·레이아웃 수정 같은 구체적 요청과 톤·분위기 표현 — KR '좀 더 따뜻하게', EN 'make it warmer/cooler', 日本語「もう少し暖かく」, 繁體中文「更溫暖一點」 — 모두에 트리거. DESIGN.md 부재 시 omd:init 우선. 화면 전체 신규 디자인은 omd:harness, 교정 기록은 omd:remember.

kwakseongjae/oh-my-design · 129 tokens

omd:autopilot

One-prompt autonomous product design and implementation. Use automatically for broad greenfield UI requests such as 'from scratch', '새 제품/화면을 알아서 만들어줘', or requests that delegate DESIGN.md creation. It decides whether to reuse, establish, refresh, or skip a project design system; asks at most one consequential…

kwakseongjae/oh-my-design · 99 tokens

omd:codex-image

이미지 placeholder를 동적으로 materialize. Codex 채널에서는 내장 image-generation primitive 호출, Claude Code 채널에서는 omd-asset-curator로 fall back, OpenCode에서는 spec dump. HTML/MD의 블록을 단일 source of truth로 사용. '이미지 생성해줘', '플레이스홀더 채워줘', '코덱스로 이미지 만들어' 류 트리거.

kwakseongjae/oh-my-design · 104 tokens