yolo-intake

yolo-intake is a skill for Claude Code from CoriChui/yolo. It costs 118 tokens per session (536 once invoked), scanned A, original, MIT.

A context-enrichment step that reads project reference material from a selected folder, such as docs/.

In plain words
What is it for?
Selecting relevant documentation for a feature and linking that material to its development brief.
Why use it?
It ensures feature planning uses the material already collected for the project without fetching outside sources itself.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the yolo plugin — 11 skills, 1 command shipped together

Good fit Selecting relevant documentation for a feature and linking that material to its development brief.

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

Made for: Claude Code.

Or install yolo, the plugin that ships this one along with the rest of its 11 skills, 1 command.

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 yolo-intake

README.md
[![agentmods](https://agentmods.dev/badge/skills/corichui/yolo/yolo-intake.svg)](https://agentmods.dev/skills/corichui/yolo/yolo-intake)
Your own site
<a href="https://agentmods.dev/skills/corichui/yolo/yolo-intake"><img src="https://agentmods.dev/badge/skills/corichui/yolo/yolo-intake.svg" alt="Measured on agentmods" 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 536 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.00118 $0.00536
Opus 5 $0.00059 $0.00268
Sonnet 5 $0.00024 $0.00107
Haiku 4.5 $0.00012 $0.00054

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

Security

Grade A, and why

yolo-intake 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 7d 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.

.claude/skills/yolo-intake/SKILL.md · 33 lines

What it actually says

yolo-intake

Intake is context enrichment, not fetching. yolo never fetches, imports, or copies external material. It simply references a selected folder — by default the project's docs/ — and reads from it to enrich a feature's context. Populating that folder (pulling in a Figma, a spec, a URL, a DB schema) is the job of the docs engine or another connector, done separately and outside yolo. yolo only reads what's already there.

The selected folder

  • The intake folder is intake.folder in workspace/config.yamldefault docs/. Point it at a different folder only if your reference material lives elsewhere.
  • Whatever is in that folder is YOLO's context shelf. YOLO reads it; it never puts things there.

Procedure

  1. Resolve the intake folder from workspace/config.yaml (intake.folder, default docs/).
  2. Read the relevant material from it for the feature — search the docs engine first, then read the specific files. Never fetch a live source. If needed context isn't in the folder, say so (a connector / docs-engine step must add it first) rather than fetching it yourself.
  3. A feature brief points at the specific files it relies on via its intake_refs list — paths under the intake folder (e.g. docs/explanation/payments-spec.md).

Constraints

  • Never fetch or import. No WebFetch, no MCP fetch, no CLI pull, no copying into the workspace. Intake is strictly read-only over the selected folder.
  • One folder, one source of context — don't scatter reference material across the workspace.
  • If required context is missing from the folder, surface the gap; adding it is a connector / docs-engine concern, outside yolo.
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. 7d ago First seen · 33 lines · 118 tokens per session scan A f83717b663da

Subscribe to this mod's changes

yolo-intake is a skill published in the GitHub repository CoriChui/yolo (9 stars, last pushed 2mo ago), licensed MIT. It adds 118 tokens to every session and 536 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-31.