agent-context-init

Analyze a repository to scaffold AGENTS.md, AGENTS.override.md, and CONTEXT.md files.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/oozoofrog/codex-skills-project --skill agent-context-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-context-init
Source: https://github.com/oozoofrog/codex-skills-project/tree/main/plugins/agent-context/skills/agent-context-init
Command: npx skills add https://github.com/oozoofrog/codex-skills-project --skill agent-context-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables rapid bootstrap of a Codex-ready instruction structure by analyzing a repository and creating the root AGENTS.md, optional nested AGENTS.md/AGENTS.override.md, and a supplementary CONTEXT.md as needed.

Core Features & Use Cases

  • Generates a coherent root instruction layer (AGENTS.md) and subordinate instruction files to reflect project boundaries.
  • Supports optional CONTEXT.md to house supplementary guidance and runtime context.
  • Provides a repeatable workflow to initialize, organize, and validate the instruction hierarchy across multiple directories.

Quick Start

Read the repository root and run the initialization to scaffold AGENTS.md and CONTEXT.md.

Frequently Asked Questions about agent-context-init

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

FAQPage Schema
How do I set up AGENTS.md files for my repository?

To set up AGENTS.md instruction architecture, this skill analyzes your repository and scaffolds a root AGENTS.md, nested AGENTS.md, AGENTS.override.md, and an optional CONTEXT.md to establish project boundaries.

What is a Codex-ready instruction hierarchy?

A Codex-ready instruction hierarchy is a structured set of root and nested AGENTS.md files that define runtime instructions and project boundaries, optionally supplemented by CONTEXT.md for guidance.

How do I create nested AGENTS.override.md files for subdirectories?

Creating nested AGENTS.override.md files is handled by the initialization workflow, which analyzes repo subdirectories and scaffolds subordinate instruction files to reflect project boundaries.

Do I need a CONTEXT.md file in addition to AGENTS.md?

You do not strictly need a CONTEXT.md file, as it is optional; however, generating one provides a dedicated place to house supplementary guidance and runtime context alongside your AGENTS.md.

Can I verify and refine an existing AGENTS.md instruction structure?

You can verify and refine an existing AGENTS.md instruction structure, as the scaffolding workflow applies to structural refinement and validation of instruction hierarchy across project roots and subdirectories.