agent-integrator

Create or update AGENTS.md to register AgenticDev skills for AI agents.

11|3|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/bodangren/git-workflow --skill agent-integrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-integrator
Source: https://github.com/bodangren/git-workflow/tree/main/.claude/skills/agent-integrator
Command: npx skills add https://github.com/bodangren/git-workflow --skill agent-integrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that AI agents can discover and understand the AgenticDev methodology and the skills available within a project, facilitating smoother AI-driven workflows.

Core Features & Use Cases

  • Automated AGENTS.md Generation: Creates or updates the AGENTS.md file in the project root.
  • Skill Registration: Lists available AgenticDev skills and their purposes for AI agent discovery.
  • Methodology Documentation: Provides a central place to document the AgenticDev philosophy and workflow.
  • Use Case: After adding new skills to your project, run this skill to update the AGENTS.md file so that any AI agent can immediately see and utilize the new capabilities.

Quick Start

Run the bash script to update the AGENTS.md file in the project root.

Frequently Asked Questions about agent-integrator

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

FAQPage Schema
How do I register AgenticDev skills for discovery by AI agents?

To register AgenticDev skills for AI agent discovery, you run a bash script that idempotently creates or updates the AGENTS.md file in your project root. This file acts as a structured guide, listing available skills and workflow information for compatible agents.

What is the AGENTS.md file used for in AI-driven development workflows?

The AGENTS.md file serves as a central documentation point for the AgenticDev methodology, providing a skill catalog and workflow information. It ensures any compatible AI agent working in the repository can discover and understand available capabilities.

How do I update the skill catalog for AI agents after adding new project files?

You update the skill catalog by running the agent-integrator script, which idempotently updates the AGENTS.md file. This ensures newly added AgenticDev skills are immediately visible and usable by any AI agent operating in the repository.

Can I use this skill to document the AgenticDev methodology for any compatible agent?

Yes, you can use this skill to document the AgenticDev methodology for any compatible agent. It generates a structured guide in the AGENTS.md file that standardizes how skills and workflows are presented for AI discovery.

Does the agent-integrator script overwrite existing documentation in the AGENTS.md file?

The agent-integrator script idempotently creates or updates the AGENTS.md file, meaning it safely maintains existing documentation while adding or refreshing the skill catalog and workflow information needed for AI agent discovery.

What is the best way to automate AI agent discovery for new repository skills?

The best way to automate AI agent discovery is to run the agent-integrator script after adding new skills. It updates the AGENTS.md file with a structured catalog, allowing compatible agents to immediately see and utilize the new capabilities.