Seth's Software Logo

Seth's Software

Back to Projects

mdm

A CLI (command line interface) for managing markdown files and agent instructions: rule sync, skills management, health auditing, and project scaffolding. No telemetry, fully open source.

Technologies

GoCLI

About

mdm is a Go-based CLI that keeps your AI agent configuration in sync across tools. It uses AGENTS.md as the source of truth and symlinks agent files for every tool that needs them. It also manages skills (installable instruction sets fetched from GitHub repos or direct URLs) with commands to add, remove, list, search, update, and audit them. The built-in health check flags outdated or advisoried skills before they become a problem.

Key Features

  • Rule management: AGENTS.md as source of truth with automatic symlinking to agent config files
  • Skills management: add, remove, list, search, and update skills from GitHub or URLs
  • Health auditing: scan installed skills for available updates and security advisories
  • Project scaffolding: initialize new skill packages with a single command
  • No telemetry, Apache 2.0 licensed
  • OpenSSF Scorecard certified and SLSA 3 compliant