agent-md-writer

Generate and maintain CLAUDE.md and AGENTS.md onboarding files for code agents.

1|1|Updated Jul 4, 2026
One-click install
npx skills add https://github.com/hgflima/loopy --skill agent-md-writer-hgflima
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-md-writer
Source: https://github.com/hgflima/loopy/tree/main/.claude/skills/agent-md-writer
Command: npx skills add https://github.com/hgflima/loopy --skill agent-md-writer-hgflima

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and maintenance of high-quality agent onboarding files, streamlining the process of onboarding code agents into a project.

Core Features & Use Cases

  • Automated File Generation: Creates CLAUDE.md and AGENTS.md files with structured content based on project specifics.
  • Audit and Improvement: Analyzes existing onboarding files for compliance with best practices and suggests improvements.
  • Conditional Sections: Adds sections like Documentation Lookup and UI Generation based on project tooling.
  • Progressive Disclosure: Organizes task-specific workflows into separate files for better agent guidance.

Quick Start

Run the /agent-md:create command to create a new CLAUDE.md or AGENTS.md file for your project.

Frequently Asked Questions about agent-md-writer

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

FAQPage Schema
How do I generate agent onboarding files for my code project?

To generate agent onboarding files, run the `/agent-md:create` command, which analyzes your project specifics and outputs structured `CLAUDE.md` or `AGENTS.md` files with behavior guidelines and project context.

What is the best way to structure AI agent behavior guidelines for code onboarding?

The best way to structure AI agent behavior guidelines is using YAML frontmatter for project details and applying structured content templates that organize task-specific workflows into separate files for progressive disclosure.

Can I audit existing agent documentation for best practice compliance?

Yes, you can audit existing agent documentation by analyzing your current onboarding files, which evaluates them against best practices and suggests improvements for better agent integration.

Does the agent onboarding file generation work with different project tooling setups?

Yes, agent onboarding file generation works with different tooling setups by detecting parallel subagents and adding conditional sections like `Documentation Lookup` and `UI Generation` based on your specific project tooling.

When do I need to maintain separate onboarding files for code agents?

You need to maintain separate onboarding files for code agents when applying progressive disclosure, organizing task-specific workflows into distinct files to provide better, more focused guidance for complex project contexts.