init

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

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/voidful/Aixlarity --skill init-voidful
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/voidful/Aixlarity/tree/main/aixlarity-ide/extensions/copilot/assets/prompts/skills/init
Command: npx skills add https://github.com/voidful/Aixlarity --skill init-voidful

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI coding agents often lack context about a codebase's build commands, architecture, and conventions, causing them to make mistakes or waste effort. This Skill explores a repository and produces chat customization files that make agents immediately productive. ## 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 AGENTS.md or .github/copilot-instructions.md following link-don't-embed and minimal-by-default principles. - Iterative Refinement: Merges with existing files, preserves valuable content, and suggests follow-up customizations like skills, hooks, and prompts. - Use Case: After cloning an unfamiliar repository, run this command to produce an AGENTS.md that tells any AI agent how to build, test, and navigate the project. ## Quick Start Ask the agent to initialize chat customization files for this repository, optionally naming 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. This Skill prefers creating AGENTS.md, but if your project already has .github/copilot-instructions.md, it updates that file instead of creating a new one.

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 searches for AGENTS.md, CLAUDE.md, .cursorrules, and similar files before generating anything.

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 Skill then concentrates its exploration and customization on that area.

What should I do after generating agent instruction files?

Review the generated files and provide feedback on unclear sections. The Skill also proposes follow-up customizations such as creating custom agents, hooks, prompts, or skills for specific workflows.