init

Generate or update agent instruction files like AGENTS.md for AI coding agents.

Updated Sep 3, 2026
One-click install
npx skills add https://github.com/az0512124155azz-sys/CodeForge --skill init-az0512124155azz-sys
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/az0512124155azz-sys/CodeForge/tree/main/extensions/copilot/assets/prompts/skills/init
Command: npx skills add https://github.com/az0512124155azz-sys/CodeForge --skill init-az0512124155azz-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? New or existing codebases often lack the documentation AI coding agents need to be productive, forcing agents to rediscover build commands, conventions, and architecture on every session. ## Core Features & Use Cases - Codebase Exploration: Discovers existing conventions, build/test commands, architecture decisions, and project-specific pitfalls before writing anything. - Instruction File Generation: Creates or updates AGENTS.md or .github/copilot-instructions.md following a link-don't-embed, minimal-by-default philosophy. - Iterative Refinement: Merges with existing files, preserves valuable content, and suggests follow-up customizations like skills, hooks, and prompts. - Use Case: After cloning a legacy project, run this command to produce a concise AGENTS.md that tells any AI agent how to build, test, and navigate the codebase. ## Quick Start Ask the agent to initialize chat customization files for this repository, optionally naming a focus area such as the backend API conventions.

Frequently Asked Questions about init

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

FAQPage Schema
How do I create an AGENTS.md file for my repository?▼

Invoke the init command and it explores your codebase for build commands, conventions, and architecture, then generates an AGENTS.md file. You can pass an optional argument to focus on a specific area or pattern.

Should I use AGENTS.md or .github/copilot-instructions.md?▼

The skill prefers AGENTS.md for new files since it works across multiple AI coding agents. If your project already has a copilot-instructions.md, it updates that file instead of creating a duplicate.

Does the init command overwrite my existing instruction files?▼

No, it merges with existing files by preserving valuable content, updating outdated sections, and removing duplication. It follows a link-don't-embed principle so existing documentation is referenced rather than copied.

What information goes into an agent instructions file?▼

It includes build and test commands, architecture decisions, project-specific conventions that differ from common practices, and known pitfalls. Content stays minimal and links to existing docs rather than duplicating them.

Can I focus the generated instructions on one part of my codebase?▼

Yes, pass an argument describing a focus area or pattern, such as frontend conventions or testing practices. The skill then tailors exploration and the resulting customization files to that area.