One-click install
npx skills add https://github.com/ElbertePlinio/dotfiles --skill init-elberteplinio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/ElbertePlinio/dotfiles/tree/main/private_dot_factory/plugins/marketplaces/factory-plugins/plugins/core/skills/init
Command: npx skills add https://github.com/ElbertePlinio/dotfiles --skill init-elberteplinio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating AGENTS.md for new repositories is time-consuming, and missing critical context like build commands, test runners, and codebase architecture slows down AI agent productivity and leads to repeated context-building overhead.

Core Features & Use Cases

  • Automated AGENTS.md Generation: Analyzes the target codebase to pull relevant context from existing files like README.md, CLAUDE.md, and project rule files.
  • Context Consolidation: Combines high-level architecture insights, common development commands, and existing project guidelines into a single, agent-ready documentation file.
  • Use Case: When onboarding a new codebase for AI-assisted development, this skill eliminates hours of manual documentation work by automatically surfacing the most relevant operational context.

Quick Start

Use the init skill to generate a tailored AGENTS.md file for the current repository.

Frequently Asked Questions about init

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

FAQPage Schema
How do I generate an AGENTS.md file for AI agent onboarding in a new repository?

To generate an AGENTS.md file for AI agent onboarding, use the init skill to analyze your codebase and automatically consolidate build commands, test runners, and architecture context into a single standardized agent-facing documentation file.

What context does automated AGENTS.md creation pull from an existing codebase?

Automated AGENTS.md creation pulls relevant context from existing files like README.md, CLAUDE.md, and project rule files, combining high-level architecture insights, common development commands, and existing project guidelines into one agent-ready document.

Can I use init to set up AI agent context for an existing software repository instead of a new one?

You can use init to set up AI agent context for existing software repositories, as it analyzes the current codebase structure to surface operational guidance and consolidated project rules regardless of whether the repository is newly created or established.

What is the best way to consolidate development documentation and build commands for AI-assisted coding?

The best way to consolidate development documentation and build commands for AI-assisted coding is automating AGENTS.md generation, which extracts and combines repository setup rules, architecture details, and test runner configurations into a single file.

Do I need to manually write build commands and test runner instructions in my AGENTS.md file?

You do not need to manually write build commands and test runner instructions in your AGENTS.md file, because the init skill automatically extracts these development commands and structural context directly from your existing project files.

Why does my AI agent lack codebase architecture context when starting development on a new repository?

Your AI agent lacks codebase architecture context because manually creating AGENTS.md is time-consuming and often misses critical operational guidance, which can be resolved by automating the consolidation of project rules and structural context.