Skip to content
reaatechREAATECH

reaatech/agents-md-kit

0Last commit: May 19, 2026GitHub →

These packages provide a toolkit for managing `AGENTS.md` and `SKILL.md` files, which define the behavior and capabilities of AI agents. You would use them to automate the scaffolding, linting, and schema validation of these instruction artifacts within your development or CI/CD pipelines. The collection is built around a shared set of Zod schemas and domain types, ensuring consistent data structures across the parser, linter, and MCP server components.

Packages

9 packages

@reaatech/agents-markdown

v1.0.0
Provides shared TypeScript interfaces, Zod validation schemas, and utility functions for the AGENTS.md ecosystem. It serves as the central type definition library for document structures, linting results, and validation outputs used by related parser and linter packages.
status
published
published
10 days ago

@reaatech/agents-markdown-cli

v1.0.0
Provides a CLI and a set of utility functions for linting, validating, scaffolding, and formatting `AGENTS.md` and `SKILL.md` files. It supports recursive directory traversal, multiple output formats, and CI-friendly exit codes for automated workflows.
status
published
published
10 days ago

@reaatech/agents-markdown-linter

v1.0.0
Enforces style, content, and best-practice standards for AGENTS.md and SKILL.md files through a set of exported functions for linting and auto-fixing. It requires a document object parsed by `@reaatech/agents-markdown-parser` to execute its rule registry.
status
published
published
10 days ago

@reaatech/agents-markdown-mcp-server

v1.0.0
Provides an MCP server that exposes tools for linting, validating, and scaffolding agent-related markdown files. It exports a factory function to create a configured MCP `Server` instance and a helper to start it via Stdio or StreamableHTTP transports.
status
published
published
10 days ago

@reaatech/agents-markdown-observability

v1.0.0
Provides structured Pino logging, OpenTelemetry metrics, and dashboard generation utilities for the `@reaatech/agents-markdown-*` ecosystem. It exports a collection of logging functions, a `recordOperation` wrapper for async tasks, and a `MetricsManager` singleton to track process-level telemetry.
status
published
published
10 days ago

@reaatech/agents-markdown-parser

v1.0.0
A Markdown AST parser that produces typed `Agents
status
published
published
10 days ago

@reaatech/agents-markdown-reporter

v1.0.0
Output reporters for lint and validation results that produce console, JSON, HTML, and GitHub-flavored Markdown reports. Exports a set of functions (`reportLintResult`, `reportJsonLintResult`, `writeHtmlReport`, `reportMarkdownLint
status
published
published
10 days ago

@reaatech/agents-markdown-scaffold

v1.0.0
Generates `AGENTS.md` and `SKILL.md` documentation files for agent projects using Handlebars templates. It provides functions to scaffold directories based on a configuration object, preview file generation, and perform variable substitution.
status
published
published
10 days ago

@reaatech/agents-markdown-validator

v1.0.0
Validates AGENTS.md and SKILL.md files against the AGENTS.md specification, providing a set of functions (`validate`, `validateAgentsMd`, `validateSkillMd`) that accept parsed documents from `@reaatech/agents-markdown-parser` and return structured validation results
status
published
published
10 days ago

Comments

Sign in with GitHub to comment and vote.

Loading comments…