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/ymm-oss/fsl/fsl-requirements-documentnpx skills add ymm-oss/fsl --skill fsl-requirements-documentgit clone --depth 1 https://github.com/ymm-oss/fslWrote 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/ymm-oss/fsl/fsl-requirements-document)<a href="https://agentmods.dev/skills/ymm-oss/fsl/fsl-requirements-document"><img src="https://agentmods.dev/badge/skills/ymm-oss/fsl/fsl-requirements-document.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.1 | $0.00145 | $0.02359 |
| Opus 5 | $0.00072 | $0.01179 |
| Sonnet 5 | $0.00029 | $0.00472 |
| Haiku 4.5 | $0.00015 | $0.00236 |
Grade A, and why
fsl-requirements-document 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 5d 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 — 167 lines — stays where its author put it; the contents beside it link to each section on GitHub.
FSL Requirements Document — Generate, Annotate, Re-check
This skill turns a checked requirements (or direct spec) dialect file into a
requirements document stakeholders can read, using the Requirement Claim IR (RCIR)
pipeline: fslc document claims (the machine-readable contract), fslc document generate (deterministic ja/en Markdown), and fslc document check (structural
drift detection). See ../fsl/SKILL.md and use its reference index only as needed
for FSL syntax, verification, and repair — this skill only covers the
document layer built on top of an already-checked spec. If the .fsl itself still
needs authoring or repair, use fsl-requirements (or fsl-design) first and come
back here once fslc check/fslc verify are green.
What this skill is for
The agent is an editor of non-normative content and a review-support
assistant, not a compiler. Every normative sentence in the document — enablement
conditions, effects, postconditions, fairness, deadlines, acceptance/forbidden
traces — comes from a fixed template deterministically rendered from the checked
FSL (issue #326). The agent never writes that text; it only fills in the one
editable slot the generator leaves open (background), and only ever proposes
findings about the source material, never encodes them into the normative
sections itself.
Permitted operations
- Edit the non-normative
backgroundslot: project context, a plain-language summary, review notes for stakeholders. - Propose a chapter reordering based on RCIR's own structure (e.g. grouping requirements by theme) — a suggestion for a human to apply, not a rewrite of generated content.
- Draft glossary candidates (issue #330) for terms that appear in requirement text or claims.
- Flag a candidate mismatch between the original requirement text and the formalized meaning as an advisory note — for example, source text that says "exactly once" where the formalized guard only enforces "at most once." Never strengthen the FSL-derived meaning to match the source text to make the mismatch disappear. Surfacing the gap is the value; resolving it is a human decision.
- Flag a missing requirement tag, a missing
acceptance/forbiddencase, or anundecideditem that looks resolvable, as a review note. - Point a stakeholder at a requirement whose assurance class is
not_runin every dimension (issue #332) as a review note — never supply evidence yourself or assert a stronger class than the document already shows; the--evidencefiles come from real verification runs, not from the agent. - Point a stakeholder at a document with no "Approval records" section (issue #333) as a review note ("this document is not yet approved") — never fabricate an approval record or assert that a document is approved without one.
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.
- 5d ago First seen · 167 lines · 145 tokens per session scan A 04f032ac1810
fsl-requirements-document is a skill published in the GitHub repository ymm-oss/fsl (23 stars, last pushed yesterday), licensed Apache-2.0. It adds 145 tokens to every session and 2,359 once invoked, about $0.0007 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 skills, from other repositories
csv-workbench
Analyze CSV files in /mnt/data and return concise numeric summaries.
md2pdf
Use when the user wants to convert one Markdown file into a publication-ready A4 PDF, especially when the source may contain Mermaid diagrams, ASCII diagrams, CJK text, tables, or pandoc/weasyprint edge cases. Works by copying the source to a pdf.md working file, converting diagrams, escaping PDF-breaking syntax…
data-science-analysis
Computes a numeric or categorical answer to a quantitative data-science question by cleaning and analyzing local data files (CSV, Excel, TSV, and scientific formats .npz/.fits/.h5) with pandas, numpy, and scipy. Use whenever a task ships its own dataset (in whatever local directory it provides) and asks you to derive…
docutranslate
Use when translating documents locally via LLM — PDF, Word, Excel, Markdown, SRT subtitles with format preservation. DocuTranslate: LLM-powered multi-format local file translation tool with MCP server support.
voice-service
Voice Service fuer BACH - STT, TTS und Wake-Word-Erkennung. Portiert und erweitert aus BachForelle voice.py + ears.py. Version 1.1: Erweitert um File-Export und Piper-TTS.
DokuZentrum Service
Core Document Processing Service for BACH (Integration of DokuZentrum).