agents-md

Enforce minimal documentation structure for AGENTS.md and CLAUDE.md files.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/baskarajati/undangan --skill agents-md-baskarajati
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agents-md
Source: https://github.com/baskarajati/undangan/tree/main/.agent/skills/agents-md
Command: npx skills add https://github.com/baskarajati/undangan --skill agents-md-baskarajati

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps maintain the canonical agent-facing documentation (AGENTS.md) and enforces a minimal, consistent documentation style for AGENTS.md and CLAUDE.md across projects.

Core Features & Use Cases

  • Enforces a minimal documentation structure for agent docs.
  • Guides setup: create AGENTS.md at project root and symlink CLAUDE.md as CLAUDE.md.
  • Supports discovering local skills by referencing their SKILL.md frontmatter to guide usage.

Quick Start

Create AGENTS.md at the project root and set up a CLAUDE.md symlink, then reference discovered skills via their SKILL.md frontmatter.

Frequently Asked Questions about agents-md

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain consistent AGENTS.md and CLAUDE.md documentation across projects?▼

To maintain consistent AGENTS.md and CLAUDE.md documentation, you can use a skill that enforces a minimal documentation structure and guides the setup of symlinks and frontmatter references. This ensures your agent-facing docs remain concise and uniform across all repositories.

What is the minimal structure required for agent-facing documentation files?▼

The minimal structure for agent-facing documentation requires frontmatter presence in SKILL.md files and a consistent reference pattern. It involves creating an AGENTS.md file at the project root and symlinking CLAUDE.md to maintain a single source of truth.

How do I set up CLAUDE.md as a symlink to AGENTS.md?▼

To set up CLAUDE.md as a symlink, create the AGENTS.md file at your project root first, then configure CLAUDE.md as a symlink pointing to it. This satisfies the requirement for frontmatter presence and ensures consistent documentation.

How can I discover local skills and reference their SKILL.md frontmatter?▼

You can discover local skills by referencing their SKILL.md frontmatter to guide usage within your agent workflows. This approach integrates with your AGENTS.md file to provide a minimal and consistent reference pattern for discovered skills.

Does this documentation approach work without external dependencies?▼

Yes, this minimal documentation approach works without external dependencies. It relies solely on creating AGENTS.md at the project root and setting up a CLAUDE.md symlink to enforce consistent agent-facing documentation structure.