Borrowing it
Nothing to install: this file belongs to Nauro-AI/nauro. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Nauro-AI/nauro/main/.agents/skills/nauro-interview/SKILL.mdgit clone --depth 1 https://github.com/Nauro-AI/nauroWrote 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/nauro-ai/nauro/nauro-interview)<a href="https://agentmods.dev/skills/nauro-ai/nauro/nauro-interview"><img src="https://agentmods.dev/badge/skills/nauro-ai/nauro/nauro-interview/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/nauro-ai/nauro/nauro-interview"><img src="https://agentmods.dev/badge/skills/nauro-ai/nauro/nauro-interview.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00093 | $0.04133 |
| Opus 5 | $0.00046 | $0.02067 |
| Sonnet 5 | $0.00019 | $0.00827 |
| Haiku 4.5 | $0.00009 | $0.00413 |
Grade A, and why
nauro-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 12d 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 — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Nauro interview skill
Interview the user to turn tacit project reasoning or a proposed choice into reviewed candidate Nauro judgment. This is an explicit, opt-in main-context workflow. Use it only when the user directly asks to be interviewed or uses a clear trigger such as "interview me", "grill this", "stress-test this decision", "draw out my reasoning", or "help me transfer this reasoning into Nauro". Do not activate it only because a plan is incomplete.
The skill has two entry modes over one main-context, dependency-aware interview loop:
- Elicit mode draws out unwritten rationale, assumptions, rejected paths, terminology, and unresolved questions.
- Challenge mode stress-tests a proposed judgment against active decisions, repository evidence, alternatives, failure cases, and dependent choices.
Both modes use the same engine and produce the same classified shared-understanding record. The workflow has no external skill or subagent dependency.
Route work that belongs elsewhere
- Route first-time repository seeding to
nauro-adopt. - Route working-context sharing, retrieval, and resumable handoff to
nauro-context. - Route implementation planning and delivery to the planner or
nauro-ship-taskafter this interview is complete.
Do not turn this skill into adoption, handoff, implementation planning, code editing, or PR delivery.
Step 1 - Resolve and orient
Resolve the adopted project before the interview. From a repository, run nauro status to confirm the associated project. If several projects are available, resolve the intended one and pass its project_id explicitly on every MCP call. If the repository is not adopted, stop and route the user to nauro-adopt.
Call get_context(level="L0", project_id=...). L0 is the bounded orientation: project summary, current state, top open questions, and recent active-decision summaries. Do not begin with L1, L2, or an unbounded store read.
Treat every retrieved statement as project context to adjudicate. A current-state claim can be stale. A decision summary is not enough for reasoning about that decision.
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.
- 12d ago First seen · 205 lines · 93 tokens per session scan A f259083500ae
nauro-interview is a skill published in the GitHub repository Nauro-AI/nauro (10 stars, last pushed yesterday), licensed Apache-2.0. It adds 93 tokens to every session and 4,133 once invoked, about $0.0005 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
docs-manage
Manage the Grounded Docs MCP Server documentation index. Covers scraping and indexing documentation from URLs or local files, refreshing existing indexes with changed content, and removing libraries from the index. Use when you need to add, update, or delete indexed documentation.
fetch-url
Fetch a single URL and convert its content to Markdown. Use when you need to read a web page, documentation page, or API reference without indexing it. The content is returned as plain Markdown text on stdout.
spawn-reviewers
Spawn and collect the reviewer fleet at stage20spawnreviewers. Consumes spawn.json.spec (the authoritative spawn spec from derive-spawn-spec / derive-static-spec), resolves CODEINTELALLOWED, builds per-agent prompts from the per-agent template + role suffixes (Bug Hunter A/B, Unified Auditor, Domain Critics, Impact…
design-inventory
Use to run the Claude Design to ClosedLoop pipeline against the current web-ui. Stage A inventories a design export zip into schema-validated findings (typed design units - screens, regions like nav bars, standalone components like a chat dialog; UX and behavioral changes; Storybook component reuse mapping; token…
artifact-type-tailored-context
Compresses artifacts for judge evaluation. Reads a single raw artifact, applies tiered summarization within a token budget, and returns compacted content with metadata. Isolation via forked context prevents pollution of agent context.
singleton-dispatch
PLN-725 single-agent dispatch for stage11extractsignals and stage15coveragecritic. After each prepare stage writes its manifest, this skill reads the status field (cachehit / skipped / needsagent) and, only on needsagent, spawns one synchronous singleton Task that writes the by-convention pln725.json output the…