create-agents-files

Generate hierarchical AGENTS.md files with enforced Inherits and Overrides.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/rapid-recovery-agency-inc/agents-skills --skill create-agents-files
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agents-files
Source: https://github.com/rapid-recovery-agency-inc/agents-skills/tree/main/skills/generic/create-agents-files
Command: npx skills add https://github.com/rapid-recovery-agency-inc/agents-skills --skill create-agents-files

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Creates and maintains hierarchical AGENTS.md guidance for nested packages by enforcing consistent inheritance, scope, and policy across a project.

Core Features & Use Cases

  • Evidence-driven hierarchy generation: collects package structure, dependencies, and call-site data to craft compliant AGENTS guidance.
  • Hierarchy integrity: enforces Inherits/Overrides/Additions and links between parent and child AGENTS.md to preserve authority.
  • Validation-ready output: designed for downstream tooling to lint, format, and validate the AGENTS hierarchy across the repository.

Quick Start

Define the target scope, then generate or update AGENTS.md for the selected packages with explicit prompts when clarification is required.

Frequently Asked Questions about create-agents-files

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

FAQPage Schema
How do I create hierarchical AGENTS.md files for nested packages?

Hierarchical AGENTS.md files are generated by defining a target scope, gathering package evidence, and enforcing parent-child inheritance. Non-root files must declare Inherits and optional Overrides before writing to preserve policy authority.

What is an AGENTS.md hierarchy and when do I need formal package guidance?

An AGENTS.md hierarchy provides structured, evidence-based guidance for nested packages by enforcing consistent inheritance and policy. You need one when a domain requires formal guidance per package across a repository.

How do child AGENTS.md files inherit and override parent policies?

Child AGENTS.md files inherit parent policies by explicitly declaring an Inherits field. They can apply targeted scope updates by declaring optional Overrides or Additions, ensuring parent-child policy is preserved while allowing local customization.

Does the AGENTS.md generation process require evidence for validation?

Yes, AGENTS.md generation requires rigorous evidence gathering from package structure, dependencies, and call-site data. This evidence-driven approach ensures validation-ready output designed for downstream tooling to lint and validate the hierarchy.

What's the best way to maintain scope and policy alignment across multiple AGENTS.md files?

The best way to maintain policy alignment is enforcing hierarchy integrity through linked parent and child AGENTS.md files. This ensures scope is defined per package and non-root files declare Inherits before writing, preserving authority across the repository.

Can I update a single package's AGENTS.md without breaking the parent-child policy hierarchy?

Yes, you can update a single package by defining the targeted scope and declaring optional Overrides or Additions in the non-root file. The hierarchy enforces that the child file declares Inherits, preserving the parent policy authority.