evyasys-create-functional-docs

evyasys-create-functional-docs is a skill for Claude Code from Evyasys-Software-Solutions/EvyaGovernance. It costs 114 tokens per session (773 once invoked), scanned A, original, MIT.

A skill that creates plain-language functional documentation for each business module, such as orders, accounts, or billing, based on the project's code and database rules.

In plain words
What is it for?
Use it to document user actions, permissions, validation, business decisions, status changes, owned data, and notifications in `.evyasys/docs/functional/`.
Why use it?
It explains what the software does for users and business teams, instead of only explaining how the code is built.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the evyasys plugin — 15 skills, 15 commands shipped together

Good fit Use it to document user actions, permissions, validation, business decisions, status changes, owned data, and notifications in .evyasys/docs/functional/.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/evyasys-software-solutions/evyagovernance/evyasys-create-functional-docs
Install

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.

Any agent
npx skills add Evyasys-Software-Solutions/EvyaGovernance --skill evyasys-create-functional-docs
Clone the repo
git clone --depth 1 https://github.com/Evyasys-Software-Solutions/EvyaGovernance

Made for: Claude Code.

Or install evyasys, the plugin that ships this one along with the rest of its 15 skills, 15 commands.

Wrote 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.

agentmods badge for evyasys-create-functional-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-create-functional-docs/github.svg)](https://agentmods.dev/skills/evyasys-software-solutions/evyagovernance/evyasys-create-functional-docs)
Your own site
<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.

agentmods 80×15 button for evyasys-create-functional-docs

Your own site · 80×15
<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>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 773 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 10d ago against content hash 8ec7fa95ca80, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (hooks.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/evyasys-create-functional-docs/SKILL.md · 71 lines

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

Read the full file on GitHub · 71 lines

Files

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.

Changes

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.

  1. 10d ago First seen · 71 lines · 114 tokens per session scan A 8ec7fa95ca80

Subscribe to this mod's changes

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.

Related

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.

lovstudio/skills · 77 tokens

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.

diillson/chatcli · 53 tokens

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".

diillson/chatcli · 86 tokens

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".

diillson/chatcli · 82 tokens

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".

diillson/chatcli · 71 tokens

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.

lovstudio/skills · 44 tokens