init

Generate a starter AGENTS.md contributor guide with project structure, commands, style, testing, and PR sections.

101|10|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/Factory-AI/factory-plugins --skill init-factory-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/Factory-AI/factory-plugins/tree/main/plugins/core/skills/init
Command: npx skills add https://github.com/Factory-AI/factory-plugins --skill init-factory-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a starter AGENTS.md contributor guide for a repository.

Core Features & Use Cases

  • Creates a structured, out-of-the-box AGENTS.md at the repository root.
  • Provides sections for Project Structure & Module Organization, Build, Test, and Development Commands, Coding Style & Naming Conventions, Testing Guidelines, and Commit & Pull Request Guidelines.
  • Ensures a consistent, professional format suitable for onboarding new contributors and aligning team practices.

Quick Start

Create AGENTS.md at the repository root containing a clear contributor guide.

Frequently Asked Questions about init

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

FAQPage Schema
How do I generate a contributor guide for a new repository?

To generate a contributor guide, you can create an AGENTS.md file at the repository root. This provides a structured policy covering project structure, build commands, coding standards, testing, and PR guidelines for new contributors.

What sections should be included in an AGENTS.md file?

An AGENTS.md file should include sections for Project Structure, Build/Test Commands, Coding Style, Testing Guidelines, and Pull Request Guidelines. These sections align team practices and streamline contributor onboarding.

How long should a starter contributor guide be for a repository?

A starter contributor guide should adhere to a 200–400 word guideline. This length ensures the AGENTS.md file remains concise while delivering essential project structure, commands, and PR standards.

Can I use a standardized markdown contributor guide for reorganized projects?

Yes, generating a standardized markdown contributor guide works for reorganized projects. It establishes a fresh AGENTS.md at the repository root to realign team practices with updated project structure and development commands.

What is the best way to document build and test commands for contributors?

The best way to document build and test commands is using a dedicated section in your AGENTS.md file. This ensures contributors have immediate access to standardized development commands directly at the repository root.