agentfile-init

Generate a ready-to-sync Agentfile.yaml configuring MCP servers, skills, and sources.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fyodoriv/agentbrew --skill agentfile-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentfile-init
Source: https://github.com/fyodoriv/agentbrew/tree/main/skill-plugins/dev/agentfile-init
Command: npx skills add https://github.com/fyodoriv/agentbrew --skill agentfile-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create an Agentfile.yaml at the project root that declares MCP servers, skills, and sources for the project. After creating it, run agentbrew sync to deploy to all agents.

Core Features & Use Cases

  • Detects the project stack and references to tailor an Agentfile.yaml.
  • Suggests MCP servers from the catalog and writes a ready-to-sync config.
  • Enables a one-step setup workflow across all agents with drift-free synchronization.

Quick Start

Create an Agentfile.yaml at the project root and run agentbrew sync to deploy to all agents.

Frequently Asked Questions about agentfile-init

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

FAQPage Schema
How do I generate an Agentfile.yaml for MCP server configuration?

To generate an Agentfile.yaml for MCP server configuration, use this tool to analyze your project root, detect the tech stack, and map it to appropriate MCP servers from the local catalog. It writes a ready-to-sync configuration file automatically.

How does stack detection work when setting up MCP servers?

Stack detection works by analyzing your project root to identify tech stack details, CI signals, and documentation references. It uses these local catalog rules to suggest appropriate MCP servers and write a minimal, conflict-free configuration.

What's the best way to configure MCP servers across multiple agents?

The best way to configure MCP servers across multiple agents is to generate a single Agentfile.yaml at the project root and run agentbrew sync. This enables a one-step setup workflow with drift-free synchronization across all agents.

Can I sync skills and sources across all agents without configuration conflicts?

Yes, you can sync skills and sources without configuration conflicts by declaring them in an Agentfile.yaml. The tool creates a minimal, conflict-free configuration tailored to your project stack before you run the sync command.

Do I need to manually select MCP servers before generating an Agentfile?

No, you do not need to manually select MCP servers before generating an Agentfile. The tool suggests appropriate MCP servers from the catalog by analyzing your project's detected stack and documentation references.

Why does my project setup need an Agentfile.yaml for deployment readiness?

Your project setup needs an Agentfile.yaml for deployment readiness because it declares MCP servers, skills, and sources in a standardized format. This enables automated config generation and drift-free synchronization across all agents.