Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 14, 2026·2 min de lectura

MDA — Compile One Doc into SKILL/AGENTS/CLAUDE

MDA is a Markdown superset for docs; verified 559★. One `.mda` compiles into SKILL.md, AGENTS.md, MCP-SERVER.md, and CLAUDE.md via `@markdown-ai/cli`.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 66/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Community
Entrada
Asset
Comando CLI universal
npx tokrepo install 91009399-93b4-5d99-8756-3448d698f8a8
Introducción

MDA is a Markdown superset for docs; verified 559★. One .mda compiles into SKILL.md, AGENTS.md, MCP-SERVER.md, and CLAUDE.md via @markdown-ai/cli.

Best for: Teams maintaining multiple agent doc formats that keep drifting out of sync

Works with: agentskills.io SKILL.md, AAIF-style AGENTS.md, MCP-SERVER.md, and CLAUDE.md consumers; Node-based CLI workflows

Setup time: 10-20 minutes

Key facts (verified)

  • GitHub: 559 stars · 14 forks · pushed 2026-05-11.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: npm install -g @markdown-ai/cli.

Main

  • Treat .mda as the single source of truth, then compile drop-in docs for multiple runtimes instead of duplicating content by hand.

  • Use mda validate and the target schemas as a CI gate so published SKILL/AGENTS/CLAUDE artifacts stay structurally correct.

  • Use integrity digests (--integrity) and mda integrity verify when you need tamper-evident docs in agent supply chains.

Source-backed notes

  • README describes .mda as a Markdown superset that compiles into SKILL.md, AGENTS.md, MCP-SERVER.md, and CLAUDE.md outputs.
  • CLI manual states the npm package is @markdown-ai/cli and the installed binary/command is mda.
  • CLI manual shows a minimal flow: mda initmda validatemda compile --integritymda integrity verify.

FAQ

  • What command does the CLI install?: The CLI manual says @markdown-ai/cli installs one command: mda.
  • Can I run it without installing?: Yes — CLI manual shows npx @markdown-ai/cli --help as a no-install entry point.
  • What should I verify in CI?: Validate both the .mda source and emitted targets, then run mda integrity verify for integrity checks.
🙏

Fuente y agradecimientos

Source: https://github.com/sno-ai/mda > License: Apache-2.0 > GitHub stars: 559 · forks: 14

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados