content-interview

content-interview is a skill for Claude Code, Codex from WtotdeD/agentic-resume-builder. It costs 50 tokens per session (3,839 once invoked), scanned A, original, MIT.

An interview workflow that asks about a job, project, achievement, or community contribution and turns the answers into resume content in Markdown. Markdown is plain text with simple formatting marks.

In plain words
What is it for?
Use it to add or extend work experience, showcase a repository or side project, or record a notable project or community contribution in a resume content vault.
Why use it?
It gives structure to experiences that are difficult to describe and checks whether similar content already exists before adding more.

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/wtotded/agentic-resume-builder/content-interview
Any agent
npx skills add WtotdeD/agentic-resume-builder --skill content-interview
Clone the repo
git clone --depth 1 https://github.com/WtotdeD/agentic-resume-builder

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 content-interview

README.md
[![agentmods](https://agentmods.dev/badge/skills/wtotded/agentic-resume-builder/content-interview.svg)](https://agentmods.dev/skills/wtotded/agentic-resume-builder/content-interview)
Your own site
<a href="https://agentmods.dev/skills/wtotded/agentic-resume-builder/content-interview"><img src="https://agentmods.dev/badge/skills/wtotded/agentic-resume-builder/content-interview.svg" alt="Measured on agentmods" 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 3,839 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.00050 $0.03839
Opus 5 $0.00025 $0.01920
Sonnet 5 $0.00010 $0.00768
Haiku 4.5 $0.00005 $0.00384

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

Security

Grade A, and why

content-interview 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 3d 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/content-interview/SKILL.md · 356 lines

How it starts

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

Content Interview

Interview the user to produce content for the resume vault. The argument $ARGUMENTS may specify the content type and a brief description (e.g., "experience my role at Hyperion" or "showcase my workflow-api repo").

Phase 0: Determine content type

If $ARGUMENTS specifies the type, use it. Otherwise ask:

What are we capturing?

  1. Experience — a job role (produces content/experience/{id}.md)
  2. Showcase — a repo or side project you want to demo (appends to content/showcases.md)
  3. Project — a notable project or community contribution (appends to content/projects.md)

Do not proceed until the type is clear.

Phase 0b: Detect existing content (extend mode)

After determining the content type, check whether an entry already exists:

  • Experience: Search content/experience/*.md for a file matching the company name or description from $ARGUMENTS. Read the file.
  • Showcase: Search content/showcases.md for a matching ## {Name} or id: entry. Read the relevant section.
  • Project: Search content/projects.md for a matching ## {Name} entry.

If existing content is found:

  1. Present a summary to the user:

    I found an existing entry for {name} in {file path}:

    • Narrative: {sentence count} sentences, {paragraph count} paragraphs
    • Sections: {list of ## headings with bullet counts, e.g., "Achievements (6), Leadership & Mentoring (3)"}
    • Technologies: {count} listed

    Do you want to extend this entry (add sections, fill gaps, add bullets) or start a new entry (e.g., a different role at the same company)?

  2. If the user chooses extend, proceed to Phase 1 in extend mode (gap-filling questions).

  3. If the user chooses start new, proceed to Phase 1 as normal (full interview).

If no existing content is found: proceed to Phase 1 as normal.

Phase 0c: Read the lenses before you interview

Do this for every experience interview, new or extend. It is what turns one job into several resumes.

Read the full file on GitHub · 356 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. 3d ago First seen · 356 lines · 0 tokens per session scan A aeac783ecee1

Subscribe to this mod's changes

content-interview is a skill published in the GitHub repository WtotdeD/agentic-resume-builder (2 stars, last pushed 9d ago), licensed MIT. It adds 50 tokens to every session and 3,839 once invoked, about $0.0003 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

ask-ai

Configure the Ask AI (RAG-powered AI chat) in @farming-labs/docs. Use when enabling AI chat, setting mode (search vs floating), floatingStyle (panel, modal, popover, full-modal), position, providers, models, suggestedQuestions, apiKey, systemPrompt, or maxResults. Covers Next.js, SvelteKit, Astro, Nuxt and env vars.

farming-labs/docs · 83 tokens

creating-themes

Create and share a custom theme for @farming-labs/docs. Use when building a theme with createTheme(), extendTheme(), cherry-picking built-in defaults, publishing as npm package, or adding CSS overrides. Covers ui.colors, typography, layout, sidebar, radius, and package layout for publishing.

farming-labs/docs · 65 tokens

farming-labs-docs

Get started with @farming-labs/docs — MDX-based documentation for Next.js, SvelteKit, Astro, and Nuxt. Use when setting up docs, scaffolding with the CLI, choosing themes, or writing docs.config. Covers init, --template, manual setup, and theme CSS.

farming-labs/docs · 68 tokens

getting-started

Get started with @farming-labs/docs — MDX-based documentation for Next.js, SvelteKit, Astro, and Nuxt. Use when setting up docs, scaffolding with the CLI, choosing themes, or writing docs.config. Covers init, manual setup per framework, theme CSS, defineDocs, entry, contentDir, and common gotchas.

farming-labs/docs · 76 tokens

cli

Use the @farming-labs/docs CLI to scaffold projects or Agent Skills, upgrade, downgrade, deploy, audit, review, export or compact agent docs, validate code blocks, generate discovery files, sync search indexes, and run MCP. Use for init, deploy, upgrade, downgrade, doctor, review, agent export, agent compact, skills…

farming-labs/docs · 96 tokens

configuration

All configuration lives in a single docs.config.ts (or docs.config.tsx) file. Use this skill when editing or explaining config options.

farming-labs/docs · 72 tokens