website-md-language-docs

website-md-language-docs is a skill for Claude Code, Codex from ax-llm/ax. It costs 52 tokens per session (799 once invoked), scanned A, original, Apache-2.0.

A documentation workflow for keeping Ax website language guides, code examples, and API mappings aligned with the source code. It generates language-specific Markdown pages from repository data.

In plain words
What is it for?
Use it when adding a supported programming language, changing language-specific snippets, updating API documentation, or creating a new language URL on the website.
Why use it?
It reduces the risk of publishing examples, package details, or API references that no longer match the code. It also keeps shared documentation and language-specific details organized separately.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when adding a supported programming language, changing language-specific snippets, updating API documentation, or creating a new language URL on the website.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ax-llm/ax/website-md-language-docs
About the project

Ax is a TypeScript-first programming framework for building applications with large language models through typed generation, agents, workflows, and optimization tools. It is intended for developers who want one model for LLM programs across TypeScript, Python, Java, C++, Go, Rust, and other runtimes.

ax-llm/ax · 2,893 stars · on GitHub · axllm.dev

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 ax-llm/ax --skill website-md-language-docs
Clone the repo
git clone --depth 1 https://github.com/ax-llm/ax

Made for: Claude Code, Codex.

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 website-md-language-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/ax-llm/ax/website-md-language-docs.svg)](https://agentmods.dev/skills/ax-llm/ax/website-md-language-docs)
Your own site
<a href="https://agentmods.dev/skills/ax-llm/ax/website-md-language-docs"><img src="https://agentmods.dev/badge/skills/ax-llm/ax/website-md-language-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 799 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 53
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
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.00052 $0.00799
Opus 5 $0.00026 $0.00400
Sonnet 5 $0.00010 $0.00160
Haiku 4.5 $0.00005 $0.00080

Measured 4d ago against content hash 6bd9696ee72d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

website-md-language-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 4d 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.

tools/website-md/skills/website-md-language-docs/SKILL.md · 58 lines

How it starts

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

Website-MD Language Docs

Use this skill when a change affects website/, Ax public APIs, examples, AxIR package docs, language capabilities, or docs that should appear in language-prefixed markdown routes.

Workflow

  1. Inspect current repo truth first:
    • public exports in src/ax/index.ts
    • subsystem skills in src/ax/skills/
    • examples via npm run example -- list and the files it names
    • generated package metadata under packages/{python,java,cpp,go,rust}/
  2. Update common prose once in website/content-src/templates/.
  3. Put language-specific install commands, snippets, package labels, and API section mappings in website/content-src/languages/<language>.json.
    • Snippets may be plain arrays/strings for simple text, or metadata objects with code, fence, verified, illustrative, sourcePath, requiresCredentials, and notes.
    • Prefer sourcePath pointing at a checked-in runnable example when a snippet is meant to be copy/paste runnable.
    • Mark conceptual generated-language equivalents as illustrative or let the generator label them automatically.
  4. Add or reorder pages only in website/content-src/site-map.json; generated pages read this manifest.
  5. Do not hand-edit website/.generated/ or generated package docs. If AxIR package truth is stale, refresh it with npm run axir:generate-packages.
  6. Keep old Astro docs untouched unless the user explicitly asks to change that site.

Feature, Language, And Example Sync

  • When adding a public feature or language capability, update the runnable public examples under src/examples/<language>/<group>/ with ax-example headers before updating generated markdown.
  • Keep the public example catalog provider-backed: required header fields are title, group, description, provider, env, and level; use story only for examples that belong in Advanced Start.
  • Maintain the core public groups for each language: generation, short-agents, flows, optimization, and audio need beginner, intermediate, and advanced examples.
  • Keep generated package examples under packages/<language>/examples for AxIR verification separate from the public website catalog.
  • After language or feature changes, validate the catalog with npm run example -- list --json and regenerate the website with npm run website:prepare.

Read the full file on GitHub · 58 lines

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. 4d ago First seen · 58 lines · 52 tokens per session scan A 6bd9696ee72d

Subscribe to this mod's changes

website-md-language-docs is a skill published in the GitHub repository ax-llm/ax (2,893 stars, last pushed yesterday), licensed Apache-2.0. It adds 52 tokens to every session and 799 once invoked, about $0.0003 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-09-03.