intake

intake is a skill for Claude Code, Codex from alecs5am/ralphy. It costs 161 tokens per session (7,689 once invoked), scanned A, original, Apache-2.0.

A guided intake process for turning a vague creative brief into an approved production plan. It asks questions, identifies the content type and format, handles references and style choices, and records the plan.

In plain words
What is it for?
Use it at the start of a production project to clarify the brief, choose a template, set the style, and prepare a production plan.
Why use it?
It helps prevent work from starting with unclear requirements, the wrong format, missing references, or an unagreed visual direction.

Skill for Claude CodeCodex

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/alecs5am/ralphy/intake
Any agent
npx skills add alecs5am/ralphy --skill intake
Clone the repo
git clone --depth 1 https://github.com/alecs5am/ralphy

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 intake

README.md
[![agentmods](https://agentmods.dev/badge/skills/alecs5am/ralphy/intake.svg)](https://agentmods.dev/skills/alecs5am/ralphy/intake)
Your own site
<a href="https://agentmods.dev/skills/alecs5am/ralphy/intake"><img src="https://agentmods.dev/badge/skills/alecs5am/ralphy/intake.svg" alt="Measured on agentmods" height="20"></a>
Per session 161 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,689 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 $0.00161 $0.07689
Opus 5 $0.00081 $0.03845
Sonnet 5 $0.00032 $0.01538
Haiku 4.5 $0.00016 $0.00769

Measured 4d ago against content hash a8d47e2b9fa5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 4d 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.

.agents/skills/intake/SKILL.md · 286 lines

How it starts

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

Intake protocol — clarifying questions + step-by-step gates

Canonical flow lives in the contract. This playbook is the craft of phases 1-7 of the agent production contract (intake → content-mode → format/template match → memory recall → reference gate → style lock → production plan). The contract owns the phase SEQUENCE, the per-phase artifacts (BRIEF.md, STYLE_LOCK.md, PRODUCTION_PLAN.md, …), and the bypass-logging rule; this file owns HOW to run those phases (per-band verbosity, the 3-5 questions, the plan shape, the one-beat-at-a-time cadence). If this file and the contract disagree on order, the contract wins.

Positioning. Chat is the user interface; the Ralphy CLI is the agent runtime. The user describes what they want in plain language — YOU run the ralphy verbs. Intake is a conversation, never a command the user types.

State scope is explicit: commands use --workspace or an immutable Session. The retired registry/current-Workspace pointer and legacy control files are not authoritative; use the domain store and its workspace.export / workspace.import seams for cross-installation transfer.

Adaptive verbosity. The intake's depth scales with the user's skill score (0-10) and developer badge from ralphy whoami (read on session start per AGENTS.md step 0). The same protocol runs at every level, but novice gets explanations after each step, expert gets one-line confirmations. See the band table below.

Per-band branching (read this BEFORE step 1)

Band Score Behavior
novice 0-1.9 Full intake with mini-lectures after each step. Explain "WHY we ask about target language", "WHY location-master-plate first", "WHAT auto-versioning means". Show one tutorial concept per generation step. Slow but builds intuition.
learning 2.0-3.9 Full intake (5 questions). Inline "why" only on the first occurrence of a concept this session. No tutorial concepts; let user ask.
intermediate 4.0-5.9 Full intake (5 questions). No "why" unless user flags confusion. Step-by-step with one-beat-at-a-time gates.
comfortable 6.0-7.9 Full intake but tighter (3-5 questions, skip obvious ones if preferences.default_* is set). Batch 4-6 gens after 2 solo approvals.
experienced 8.0-9.9 Compact intake: only critical params (brand / aspect / target_language). Batch by default; user opts into single-step with "one at a time".
expert 10 One-line confirmation before paid gens. Assume user knows every rule. Surface CLI output JSON-style without prose explanations.
developer badge any Trumps the band. Minimal intake + raw CLI suggestions + ship-fast default. User can swear at you; you don't sandbag bug reports.

Read the full file on GitHub · 286 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. 4d ago First seen · 286 lines · 161 tokens per session scan A a8d47e2b9fa5

Subscribe to this mod's changes

intake is a skill published in the GitHub repository alecs5am/ralphy (129 stars, last pushed 9d ago), licensed Apache-2.0. It adds 161 tokens to every session and 7,689 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-30.

Related

Other skills, from other repositories

knowledge-base

Build and maintain a company knowledge base as a wiki of interlinked markdown notes in the workspace — a private, compounding Wikipedia. Use when the user wants to start or organize a knowledge base / wiki, ingest sources (URLs, documents, pasted notes) into it, ask questions answered from it, or audit (lint) it.…

Open-Curiosity/gini-agent · 119 tokens

video-description-oversight

Provider-independent governance workflow for verifying and correcting human- or model-generated video descriptions. Use for pre-caption critique and post-caption revision, aspect-by-aspect factual review, critique precision/recall/constructiveness, second-stage peer review, calibration, appeals, versioned triplets…

calesthio/generative-media-skills · 86 tokens

memory-types-team-stores

Use when configuring shared team memory stores and knowledge graphs.

imMamdouhaboammar/get-fable · 16 tokens

memory-types

Use when managing persistent project memory, facts, and developer context.

imMamdouhaboammar/get-fable · 15 tokens

zeroclaw

Help users operate and interact with their ZeroClaw agent instance — through both the CLI (zeroclaw commands) and the REST/WebSocket gateway API. Use this skill whenever the user wants to: send messages to ZeroClaw, manage memory or cron jobs, check system status, configure channels or providers, hit the gateway API…

zeroclaw-labs/zeroclaw · 167 tokens

knowledge-base

Create and maintain a Markdown knowledge base that any AI agent can read, search, and update. Use when the user wants to start a knowledge base, add or update notes, organize docs/notes for an agent or LLM to consume, build an index of notes, or run a cleanup/maintenance pass on an existing MD knowledge base. Triggers…

wonderwhy-er/DesktopCommanderMCP · 112 tokens