Cette page est affichée en anglais. Une traduction française est en cours.
SkillsMay 14, 2026·2 min de lecture

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

Prêt pour agents

Installation avec revue préalable

Cet actif nécessite une revue. Le prompt copié demande un dry-run, affiche les écritures, puis continue seulement après confirmation.

Needs Confirmation · 66/100Policy : confirmer
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Community
Point d'entrée
Asset
Commande avec revue préalable
npx -y tokrepo@latest install 91009399-93b4-5d99-8756-3448d698f8a8 --target codex

Dry-run d'abord, confirmez les écritures, puis lancez cette commande.

Introduction

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

Source et remerciements

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

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires