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.
npx agentmods add skills/wtotded/agentic-resume-builder/content-interviewnpx skills add WtotdeD/agentic-resume-builder --skill content-interviewgit clone --depth 1 https://github.com/WtotdeD/agentic-resume-builderWrote 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.
[](https://agentmods.dev/skills/wtotded/agentic-resume-builder/content-interview)<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>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.
| Model | Per session | Once 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 |
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.
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?
- Experience — a job role (produces
content/experience/{id}.md)- Showcase — a repo or side project you want to demo (appends to
content/showcases.md)- 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/*.mdfor a file matching the company name or description from$ARGUMENTS. Read the file. - Showcase: Search
content/showcases.mdfor a matching## {Name}orid:entry. Read the relevant section. - Project: Search
content/projects.mdfor a matching## {Name}entry.
If existing content is found:
-
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)?
-
If the user chooses extend, proceed to Phase 1 in extend mode (gap-filling questions).
-
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.
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.
- 3d ago First seen · 356 lines · 0 tokens per session scan A aeac783ecee1
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.
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.
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
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.
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.
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…
configuration
All configuration lives in a single docs.config.ts (or docs.config.tsx) file. Use this skill when editing or explaining config options.