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 commands/punt-labs/prfaq/importgit clone --depth 1 https://github.com/punt-labs/prfaqWhat 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.00015 | $0.01111 |
| Opus 5 | $0.00008 | $0.00556 |
| Sonnet 5 | $0.00003 | $0.00222 |
| Haiku 4.5 | $0.00002 | $0.00111 |
Grade A, and why
import 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 — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Import Document into PR/FAQ
Convert an existing document — any format, any structure — into a complete PR/FAQ. The import parses the source document, extracts ideas, maps them to PR/FAQ sections, and then launches the full /prfaq generation workflow with that content as a head start. Every section gets generated — nothing is left as a placeholder.
Steps
-
Determine the input. Three branches based on
$ARGUMENTS:a) File path —
$ARGUMENTSends in.md,.txt, or.pdfand the file exists: read the file using the Read tool. For PDFs, the Read tool handles them natively.b) Text —
$ARGUMENTSis non-empty but not a file path: treat it as the document content directly.c) Empty —
$ARGUMENTSis empty: ask the user via AskUserQuestion:- Paste content — user will paste the document as their next message
- Provide a file path — user will give a path to read
- Cancel
If the user chooses to paste, wait for their next message and use that as the document content.
-
Check for existing PR/FAQ. Use Glob to search for
prfaq.texin the project root. If found, ask via AskUserQuestion:- Overwrite — replace the existing document with the import
- Save as new file — ask the user for a filename (default:
prfaq-imported.tex) - Cancel
Remember the chosen output path for step 5.
-
Extract and map content. Read the input document and identify content that maps to the
/prfaqdiscovery questions:Discovery Input Look for in source document Stage Product maturity indicators — whether users exist, launch status, evidence level (hypothesis / validated / growth) Customer Target user, persona, role, audience, market segment Problem Pain points, challenges, current state, workarounds Solution Product description, approach, how it works, key features Differentiation Competitive advantage, unique insight, why this is better Market TAM, market size, demand signals, growth trends Risks Assumptions, unknowns, dependencies, what could go wrong
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 · 70 lines · 15 tokens per session scan A 97593141c665
import is a command published in the GitHub repository punt-labs/prfaq (25 stars, last pushed 3d ago), licensed MIT. It adds 15 tokens to every session and 1,111 once invoked, about $0.0001 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.
Other commands, from other repositories
oracle-dev
Generate property-based test harness using Lean 4 model as oracle.
refine-dev
Verify code refines Z specification via abstraction function and commutativity checks.
refine
Verify code refines Z specification via abstraction function and commutativity checks.
contracts-dev
Generate runtime contracts (preconditions, postconditions, invariants) from a Z specification.
code2model-dev
Create a Z specification for stateful entities in a system.
partition-dev
Derive test cases from Z specification using TTF testing tactics.