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 skills add Evyasys-Software-Solutions/EvyaGovernance --skill evyasys-create-functional-docsgit clone --depth 1 https://github.com/Evyasys-Software-Solutions/EvyaGovernanceWrote 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/evyasys-software-solutions/evyagovernance/evyasys-create-functional-docs)<a href="https://agentmods.dev/skills/evyasys-software-solutions/evyagovernance/evyasys-create-functional-docs"><img src="https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-create-functional-docs/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/evyasys-software-solutions/evyagovernance/evyasys-create-functional-docs"><img src="https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-create-functional-docs.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.00114 | $0.00773 |
| Opus 5 | $0.00057 | $0.00387 |
| Sonnet 5 | $0.00023 | $0.00155 |
| Haiku 4.5 | $0.00011 | $0.00077 |
Grade A, and why
evyasys-create-functional-docs 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 10d 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 — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: evyasys-create-functional-docs
Purpose
Produces functional reference documentation for each business module — written for non-technical readers and optimised for RAG (Retrieval-Augmented Generation) retrieval.
Technical docs (ARCHITECTURE.md, PATTERNS.md, etc.) describe HOW the system is built. Functional docs describe WHAT it does — in plain language, by module.
What it scans (per module)
- Routes and middleware — to extract actions and permission gates
- Controllers — to list user-triggerable operations
- Request DTOs / Form Requests — to document validation rules and error messages
- Services — to extract business logic, calculations, state transitions, and notification triggers
- Repositories and Models — to identify ownership scopes and entity relationships
- Role/permission seed scripts — to map roles to permissions per module
- Locale/translation files — to capture the exact error messages users see
- Database migrations — to document entity fields and statuses
- Notification and event classes — to document integration points and triggers
What it produces
All documents written to .evyasys/docs/functional/:
| Document | Content |
|---|---|
functional/{ModuleName}.md |
Full functional reference for the module |
functional/INDEX.md |
Navigation hub — module list with 1-line descriptions |
Document structure (per module)
Each document uses MODULE_TEMPLATE.md and covers:
| Section | What it answers |
|---|---|
| Module Overview | What problem does this module solve and who uses it? |
| Entities | What data does this module own? What status values exist? |
| Access & Permissions | Which roles can view / create / edit / delete? What restrictions apply? |
| Validations | What rules must be satisfied? What error does the user see when a rule fails? |
| Actions | What can users do, who can do it, and what is the outcome? |
| Business Logic | What decisions does the system make? What are the rules and example scenarios? |
| Workflows | What multi-step processes exist? Who acts at each step? |
| Error Scenarios | What can go wrong and what does the user see? |
| Integration Points | What other modules or external services does this module connect to? |
| Glossary | Domain terms specific to this module |
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 71 lines · 114 tokens per session scan A 8ec7fa95ca80
evyasys-create-functional-docs is a skill published in the GitHub repository Evyasys-Software-Solutions/EvyaGovernance (7 stars, last pushed 28d ago), licensed MIT. It adds 114 tokens to every session and 773 once invoked, about $0.0006 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
lov-publish-wechat-article
A workflow for reading, editing, creating, checking, and publishing WeChat Official Account articles. WeChat Official Accounts are publishing pages for articles and updates, separate from WeChat Channels video posts.
ocr
Extract text from images and scanned PDFs using local OCR (Tesseract). Keyless, offline. Use when asked to "read text from this image", "OCR this", "extract text from a screenshot/scan", or given an image with text.
paper-writing
Write and typeset formal documents — academic papers, reports, articles — using Markdown + Pandoc and LaTeX. Convert between formats (md↔pdf↔docx↔tex), manage citations with BibTeX/CSL. Keyless, local. Use when asked to "write a paper", "format this as LaTeX", "convert to PDF/Word", "add citations".
pdf-tools
Manipulate PDFs locally — merge, split, extract pages, rotate, compress, extract text, convert images↔PDF. Uses keyless local CLIs (pdftk/qpdf/pdftotext/poppler/img2pdf/Ghostscript). Use when asked to "merge PDFs", "split this PDF", "extract text from PDF", "compress PDF", "PDF to images".
presentations
Create slide decks from the terminal — Markdown→slides with Marp, programmatic PPTX with python-pptx, or convert/export via LibreOffice. Keyless, local. Use when asked to "make a presentation", "create slides", "build a deck", "PPTX from this outline", "export slides to PDF".
lov-illustrate
A document-illustration workflow that examines a Markdown document, chooses suitable real images, charts, or generated visuals, and inserts them into an enhanced version. Markdown is a plain-text format that uses simple symbols for headings, links, and other document structure.