ワンクリックで
init-deep
Auto-generate hierarchical AGENTS.md files at key directory levels
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Auto-generate hierarchical AGENTS.md files at key directory levels
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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")