evyasys-train-docs

evyasys-train-docs is a skill for Claude Code from Evyasys-Software-Solutions/EvyaGovernance. It costs 224 tokens per session (2,339 once invoked), scanned A, original, MIT.

A project-scanning workflow that creates quality and development guidance from an existing codebase. It examines source files, tools, configuration, integrations, and coding patterns.

In plain words
What is it for?
Use it to generate or refresh project documentation covering architecture, authentication, data formats, localisation, infrastructure, testing, and related standards.
Why use it?
It gives future development work a documented understanding of how the project is built and what rules new code should follow.

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 generate or refresh project documentation covering architecture, authentication, data formats, localisation, infrastructure, testing, and related standards.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/evyasys-software-solutions/evyagovernance/evyasys-train-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-train-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-train-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-train-docs/github.svg)](https://agentmods.dev/skills/evyasys-software-solutions/evyagovernance/evyasys-train-docs)
Your own site
<a href="https://agentmods.dev/skills/evyasys-software-solutions/evyagovernance/evyasys-train-docs"><img src="https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-train-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-train-docs

Your own site · 80×15
<a href="https://agentmods.dev/skills/evyasys-software-solutions/evyagovernance/evyasys-train-docs"><img src="https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-train-docs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 224 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,339 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.00224 $0.02339
Opus 5 $0.00112 $0.01170
Sonnet 5 $0.00045 $0.00468
Haiku 4.5 $0.00022 $0.00234

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

Security

Grade A, and why

evyasys-train-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-train-docs/SKILL.md · 76 lines

How it starts

The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: evyasys-train-docs

What it scans

  • Tech stack: package.json, requirements.txt, pyproject.toml, Cargo.toml, go.mod, Dockerfile*
  • Source structure: all src/, app/, lib/, components/, pages/, api/, services/, models/ trees
  • Tooling config: ESLint, Prettier, Jest/Vitest, Playwright, Tailwind, Prisma, TypeScript
  • CI/CD: GitHub Actions workflows, Azure Pipelines, Jenkinsfile
  • AdminLTE (auto-detected): adminlte/dist/, assets/css/variables.css, assets/css/custom.css, assets/js/app.js, base layout template, sidebar template, plugin directory
  • Extension architecture: core/foundation directories (app/Core/, src/core/, lib/base/, or equivalent), app/Exceptions/, assets/js/core/, infrastructure wrappers (StorageService, CacheService, MailerService, QueueService, Logger), all repositories/services/controllers (extension compliance check)
  • Localisation + constants: lang/, locales/, resources/lang/, i18n/, enum directories (app/Enums/, src/enums/, or equivalent), constant directories (app/Constants/, src/constants/, or equivalent), assets/js/constants/, assets/js/locales/, hardcoded string/magic number scan across sampled files
  • DTOs: request/input directories ({src}/requests/, {src}/dtos/, {src}/schemas/, or equivalent), response/resource directories, BaseApiController response builders, raw-value boundary violation scan
  • RBAC: role and permission enum/constant files, role-permission seed script or fixture, auth guard/middleware directories, user.can() or equivalent implementation, route/endpoint middleware coverage check, RBAC table migrations
  • Infrastructure: nginx.conf, nginx/sites-available/*, Supervisor config (/etc/supervisor/conf.d/*), PM2 config (ecosystem.config.js), systemd service files, Procfile, docker-compose.yml
  • Configuration: .env.example, .env.staging, .env.production (names only — never content), framework config directory
  • Scheduler: central scheduler file (e.g. app/Console/Kernel.php, src/scheduler.js, crontab, or equivalent), jobs directory, cron config
  • Backup: scripts/backup*, bin/backup*, any backup shell scripts in the project root or ops directory
  • Health checks: routes/endpoints matching /health, /ping, /status, /healthz
  • Code sampling: 3–5 representative files per layer (components, routes, services, data, tests, utils)
  • Existing docs: README.md, CONTRIBUTING.md, docs/

Read the full file on GitHub · 76 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 · 76 lines · 224 tokens per session scan A 43f91a2d260e

Subscribe to this mod's changes

evyasys-train-docs is a skill published in the GitHub repository Evyasys-Software-Solutions/EvyaGovernance (7 stars, last pushed 28d ago), licensed MIT. It adds 224 tokens to every session and 2,339 once invoked, about $0.0011 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

michel-cli-demo-recorder

Produce proof-of-execution demos of the Packmind CLI (packmind-cli) as terminal-styled images (colors and formatting preserved exactly), for embedding in a GitHub PR. Renders a crisp master SVG and rasterizes it to a PNG — the PNG is what you embed, because GitHub does not render SVG in PR/issue bodies. Use this…

PackmindHub/packmind · 212 tokens

product-analytics

Product analytics and growth expert. Use when designing event tracking, defining metrics, running A/B tests, or analyzing retention. Covers AARRR framework, funnel analysis, cohort analysis, and experimentation.

majiayu000/spellbook · 43 tokens

api-design

REST/GraphQL/gRPC API design best practices. Use when designing APIs, defining contracts, handling versioning. Covers OpenAPI 3.2, GraphQL Federation, gRPC streaming.

majiayu000/spellbook · 42 tokens

task-graph

Execute an approved multi-task plan as a verified DAG with @taskgraph — parallel squad workers per task, validation gates the engine runs itself, and an independent reviewer verdict before any task counts as done. Use for deliveries of 5+ tasks with real independence between them; for smaller work dispatch workers…

diillson/chatcli · 69 tokens

react-best-practices

React and Next.js performance playbook distilled from Vercel Engineering guidance. Use when building, reviewing, or refactoring React/Next.js code for waterfalls, bundle size, rendering cost, and client/server data flow.

majiayu000/spellbook · 50 tokens

clash-doctor

A diagnostic and configuration skill for Clash Verge and Mihomo, tools that manage network proxy profiles and routing rules. It focuses on inspecting profiles, checking connectivity, switching profiles, and routing AI tools such as Claude, Codex, Cursor, or Warp.

majiayu000/spellbook · 91 tokens