Home / pradeepmouli / skillit · llms.txt · GitHub

llms.txt llmstxtA

llms.txt is agent-read markdown (llmstxt) from pradeepmouli/skillit.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# skillit

> Compile-time generator of AI agent skills from your codebase. Inline docs, CLI definitions, config schemas, and examples compile into progressively disclosed SKILL.md files that any LLM can discover.

## @skillit/core

> Shared types, renderers, and utilities for the skillit ecosystem.

### API

- `renderSkills`: Render multiple extracted skills into progressive disclosure file sets.
- `renderSkill`: Render a single skill into SKILL.md + references/.
- `writeSkills`: Write rendered skill file sets to disk (SKILL.md + references/).
- `estimateTokens`: Rough token estimate: ~4 chars per token for English/code.
Not exact, but good enough for budgeting skill file sizes.
- `truncateToTokenBudget`: Truncate text to fit within a token budget, preserving complete lines.
- `renderLlmsTxt`: Render llms.txt and llms-full.txt from extracted skills
- `parseReadme`: Parse a README markdown string and extract structured sections.
- `auditSkill`: Run the documentation audit on a single extracted skill.
- `formatAuditText`: Format an AuditResult as human-readable text suitable for TypeDoc logs.
- `formatAuditJson`: Format an AuditResult as pretty-printed JSON for machine consumption.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add pradeepmouli/skillit/llms.txt@git:20260604.982a8d8
Exact content
mdr add pradeepmouli/skillit/llms.txt@sha256:b74fd8c42bc962db

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_tcbz3jhsvgk6bald.svg)](https://markdownregistry.com/a/art_tcbz3jhsvgk6bald)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260604.982a8d8 latest2026-06-04 982a8d8 4,693 BA view · diff
git:20260604.9f338c32026-06-04 9f338c3 4,697 BA view · diff
git:20260415.70bc4cf2026-04-15 70bc4cf 4,703 BA view · diff
git:20260413.ff1f5e02026-04-13 ff1f5e0 4,165 BA view · diff
git:20260413.15bb8342026-04-13 15bb834 3,416 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (4693 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

pradeepmouli/skillit · 7 stars · license MIT · pushed 2026-09-22 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_tcbz3jhsvgk6bald
GET https://markdownregistry.com/api/v1/resolve?ref=pradeepmouli/skillit/llms.txt
GET https://markdownregistry.com/api/v1/blob/b74fd8c42bc962db5b473d2033bcba8275036eb3afaa9332e7376c33c67dd911

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from pradeepmouli/skillit

llms-full.txt llmstxt
pradeepmouli/skillit · llms-full.txt
git:20260702.6607d9d · audit A · 7 stars
skillit-cli-docs skill
pradeepmouli/skillit · packages/cli/skills/skillit-cli-docs/SKILL.md · CLI documentation conventions for generated skills. Use when improving Commander descriptions, help text, positional…
v0.3.13 · audit A · 7 stars
skillit-bootstrap skill
pradeepmouli/skillit · packages/client/skills/skillit-bootstrap/SKILL.md · Bootstrap an AI-agent skill from a TypeScript codebase by running the deterministic skillit generate/audit loop and…
v0.1.0 · audit A · 7 stars
skillit-mcp-docs skill
pradeepmouli/skillit · packages/mcp/skills/skillit-mcp-docs/SKILL.md · MCP server documentation conventions for high-quality generated skills. Use when writing tool descriptions, `_meta`…
v0.1.0 · audit A · 7 stars
skillit-docs skill
pradeepmouli/skillit · packages/typedoc-plugin/skills/skillit-docs/SKILL.md · Documentation conventions for generating high-quality AI agent skills from TypeScript source. Use when preparing a…
v1.3.0 · audit A · 7 stars
skillit-docs skill
pradeepmouli/skillit · packages/typedoc/skills/skillit-docs/SKILL.md · Documentation conventions for generating high-quality AI agent skills from TypeScript source. Use when preparing a…
v1.3.0 · audit A · 7 stars
skillit-cli skill
pradeepmouli/skillit · skills/skillit-cli/SKILL.md · Extract CLI command structure from commander/yargs for AI agent skill generation Use when working with agent-skills…
git:20260702.6607d9d · audit A · 7 stars
skillit-core skill
pradeepmouli/skillit · skills/skillit-core/SKILL.md · Shared types, SKILL.md renderer, and token budgeting for skillit plugins
git:20260702.6607d9d · audit A · 7 stars
skillit-docs skill
pradeepmouli/skillit · skills/skillit-docs/SKILL.md · Generate AI agent skills from TypeScript documentation
git:20260604.42c5bcb · audit A · 7 stars
skillit-refine skill
pradeepmouli/skillit · skills/skillit-refine/SKILL.md · Autonomously improve an MCP skill via the skillit audit→draft→review loop (build or runtime mode) Also: skillit…
git:20260604.42c5bcb · audit A · 7 stars
skillit-typedoc skill
pradeepmouli/skillit · skills/skillit-typedoc/SKILL.md · TypeDoc plugin that generates AI agent skills (SKILL.md) from TypeScript API documentation Use when working with…
git:20260604.42c5bcb · audit A · 7 stars
skillit skill
pradeepmouli/skillit · skills/skillit/SKILL.md · Generate structured AI agent skills (SKILL.md) and llms.txt from your TypeScript API documentation
git:20260702.6607d9d · audit A · 7 stars

Every file in pradeepmouli/skillit

Other files named llms.txt

llms.txt llmstxt
garrytan/gbrain · llms.txt
git:20260921.6ebc629 · audit A · 30,275 stars
llms.txt llmstxt
othmanadi/planning-with-files · llms.txt
git:20260917.2fbbd77 · audit A · 27,081 stars
llms.txt llmstxt
fujibee/agmsg · llms.txt
git:20260627.990bb29 · audit A · 1,520 stars
llms.txt llmstxt
hoangsonww/claude-code-agent-monitor · llms.txt
git:20260506.e711981 · audit A · 1,014 stars
llms.txt llmstxt
asheshgoplani/agent-deck · llms.txt
git:20260301.a014772 · audit B · 948 stars
llms.txt llmstxt
reticlehq/reticle · llms.txt
git:20260918.5d475e0 · audit B · 829 stars
llms.txt llmstxt
sandbaseai/sandbase-harness · llms.txt
git:20260831.53518ca · audit B · 669 stars
llms.txt llmstxt
linklyai/best-skills · llms.txt
git:20260923.f05d08f · audit A · 593 stars

Browse by kind, by grade A, or by owner.