init

Generates or updates agent instruction files like AGENTS.md for AI coding agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? New or existing codebases often lack the documentation AI coding agents need to be immediately 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 through parallel subagent exploration. - Instruction File Generation: Creates or updates chat customization files such as AGENTS.md or .github/copilot-instructions.md, preferring to merge with existing files rather than duplicating content. - Use Case: After cloning a new project, run this command to produce a concise AGENTS.md that links to existing docs, captures build commands, and documents conventions so any AI agent can contribute productively from the first prompt. ## Quick Start Ask the agent to initialize chat customization files for this repository, optionally specifying a focus area such as the frontend or testing 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 will explore your codebase for build commands, architecture, and conventions, then generate an AGENTS.md file. You can optionally pass an argument to focus on a specific area or pattern.

What is the difference between AGENTS.md and copilot-instructions.md?▼

Both are agent instruction files that help AI coding agents understand a codebase. The init command prefers AGENTS.md for new projects, but updates .github/copilot-instructions.md instead if that file already exists.

Does init overwrite my existing copilot-instructions.md file?▼

No, when an existing instruction file is found, the command merges rather than replaces it. It preserves valuable content, updates outdated sections, and removes duplication.

Can I focus the generated instructions on a specific part of my project?▼

Yes, you can pass an optional argument describing a focus area or pattern, such as frontend or testing. The command then concentrates its exploration and customization on that area.

What are the limitations of auto-generated agent instructions?▼

Generated instructions should stay minimal and link to existing documentation rather than duplicating it. Complex workspaces may need separate instruction files per area, and instructions should be refined iteratively based on agent session feedback.