con un clic
init-deep
Auto-generate hierarchical AGENTS.md files at key directory levels
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Auto-generate hierarchical AGENTS.md files at key directory levels
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
RESTful API design patterns, endpoint naming, versioning, and error handling
Generates user-facing changelogs from git commits using conventional commit format
Structured interview workflow for requirements gathering before coding
Docker build optimization, multi-stage builds, and deployment workflows
Reviews Go code for idioms, error handling, concurrency, and performance patterns
Structured planning discipline with self-critique before execution
| name | init-deep |
| description | Auto-generate hierarchical AGENTS.md files at key directory levels |
| version | 1.0.0 |
| author | graycode |
| license | MIT |
| category | workflow |
| tags | ["context","agents","bootstrapping","documentation"] |
| allowed-tools | Read Grep Glob Bash Write |
Generate AGENTS.md files at strategic directory levels throughout a project so that AI coding agents automatically read relevant conventions when working in any subdirectory.
Scan the project to identify key directories:
Use Glob and Bash to map the directory tree. Focus on directories that:
Score directories by complexity (file count, unique extensions, subdirectory depth).
For each key directory, read 2-3 representative files to identify:
Use Grep to find patterns:
Create AGENTS.md at each identified level. Follow this template:
# Project Conventions
## Overview
[Brief project description, tech stack, architecture]
## Structure
[Key directories and their purposes]
## Coding Standards
[Language-specific conventions, formatting, naming]
## Testing
[Testing framework, patterns, coverage expectations]
## Build & Run
[How to build, test, run locally]
## Common Patterns
[Shared patterns, utilities, abstractions]
# [Directory Name] Conventions
## Purpose
[What this directory contains and its role]
## Key Files
[Important files and what they do]
## Patterns
[Directory-specific patterns and conventions]
## Dependencies
[What this depends on, what depends on it]
## Testing
[Directory-specific testing conventions]
Review generated files for:
Summarize what was generated:
errors.Is()" over "handle errors properly")