init

Generate a standardized AGENTS.md contributor guide for new repositories.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/lucking7/factory-plugins --skill init-lucking7
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/lucking7/factory-plugins/tree/main/plugins/core/skills/init
Command: npx skills add https://github.com/lucking7/factory-plugins --skill init-lucking7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically generates a ready-to-use AGENTS.md contributor guide for a fresh repository, ensuring consistent documentation from day one.

Core Features & Use Cases

  • Automated AGENTS.md generation with a standardized outline for project structure, development workflow, and contribution guidelines.
  • Structured guidance that accelerates onboarding for new contributors and reduces setup time.
  • Use Case: initialize a new project and immediately commit a complete contributor guide to the repository root.

Quick Start

Example workflow:

  • Create or open a repository at the project root.
  • Run the skill to produce AGENTS.md with sections: Project Structure, Build, Testing, Commit Guidelines, and Onboarding.
  • Review and customize AGENTS.md, then commit the changes: git add AGENTS.md git commit -m "Add AGENTS.md contributor guidelines" git push

Frequently Asked Questions about init

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

FAQPage Schema
How do I automatically generate contributor guidelines for a new git repository?▼

To generate contributor guidelines for a new git repository, use this Skill during initialization to output a standardized AGENTS.md file with sections for project structure, workflow, and contribution rules.

What is AGENTS.md and how does it help with repository onboarding?▼

AGENTS.md is a standardized Markdown document that accelerates onboarding by providing ready-to-use sections for build instructions, testing, commit guidelines, and project structure for new contributors.

How do I create a standardized contributor guide during project initialization?▼

Create a standardized contributor guide during project initialization by running this Skill at the repository root to produce an extensible AGENTS.md file, which you then review, customize, and commit via git.

Do I need any dependencies to generate an AGENTS.md file for my project?▼

No dependencies are required to generate an AGENTS.md file for your project. The Skill operates independently to produce a consistent, extensible Markdown file driven by frontmatter prompts.

What sections are included in an automatically generated contributor guide?▼

An automatically generated contributor guide includes standardized sections for Project Structure, Build, Testing, Commit Guidelines, and Onboarding to ensure consistent documentation from day one.