init-deep

Generates AGENTS.md files for each directory level in a project.

10|5|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/ils15/pantheon --skill init-deep-ils15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-deep
Source: https://github.com/ils15/pantheon/tree/main/platform/windsurf/.windsurf/skills/init-deep
Command: npx skills add https://github.com/ils15/pantheon --skill init-deep-ils15

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of AGENTS.md files at each directory level, providing context-specific instructions for project development.

Core Features & Use Cases

  • Hierarchical Context Files: Generates AGENTS.md files in project directories for structured project context.
  • Directory-Level Instructions: Each AGENTS.md file contains project-specific patterns, conventions, and key files.
  • Use Case: When setting up a new project or after restructuring, this Skill automatically populates AGENTS.md files, streamlining context discovery for developers.

Quick Start

Run the init-deep skill with the command: /init-deep --max-depth=3.

Frequently Asked Questions about init-deep

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

FAQPage Schema
How do I automatically generate AGENTS.md files for my project directory structure?

You can automatically generate hierarchical AGENTS.md files by running the init-deep skill, which scans your project directory structure and populates each level with project purpose, patterns, conventions, and key files.

What is an AGENTS.md file and when do I need hierarchical context files in my project?

An AGENTS.md file provides context-specific instructions for project development at each directory level. You need hierarchical context files when setting up a new project or after restructuring to streamline context discovery for developers.

Can I control the directory depth when generating AGENTS.md files for project context?

Yes, you can control the directory depth using the max-depth flag. Running the command with a depth parameter like max-depth=3 limits the generation of AGENTS.md files to three directory levels deep.

What specific project context information is included in the generated AGENTS.md files?

The generated AGENTS.md files include project purpose, patterns, conventions, key files, and related directories based on the scanned directory structure to provide structured project context for developers.

Does generating hierarchical AGENTS.md files require any external dependencies or developer tooling?

No, generating hierarchical AGENTS.md files requires no external dependencies. The init-deep skill operates independently using scripts to automate directory structure scanning and context file generation.

What is the best way to document project conventions and directory structure for new developers?

The best way to document project conventions for new developers is to automate hierarchical AGENTS.md generation, placing directory-level instructions and patterns directly in the repository structure for immediate context discovery.