agents-generation

Generate an AGENTS.md guardrails document from installed APM packages.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/henrybravo/developer-readiness-portal --skill agents-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents-generation
Source: https://github.com/henrybravo/developer-readiness-portal/tree/main/.github/skills/agents-generation
Command: npx skills add https://github.com/henrybravo/developer-readiness-portal --skill agents-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Synthesizes engineering standards from APM packages into a single AGENTS.md guardrails document to streamline governance and onboarding.

Core Features & Use Cases

  • AGENTS.md generation by synthesizing standards from installed APM packages.
  • Automatic setup guidance for new projects and guidelines updates after package changes.
  • Templates and example outputs to accelerate documentation, including a starter AGENTS.md structure for backend, frontend, and tooling.

Quick Start

Run the APM workflow to generate AGENTS.md for your project.

Frequently Asked Questions about agents-generation

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

FAQPage Schema
How do I consolidate engineering standards from APM packages into a single document?

You can consolidate engineering standards into a single AGENTS.md guardrails document by running an APM workflow that aggregates rules from installed packages. This synthesizes backend, frontend, and documentation guidelines into one reproducible file at your project root.

What is an AGENTS.md guardrails document used for in software engineering?

An AGENTS.md guardrails document is used to streamline governance and onboarding by consolidating coding guidelines into a single file. It enforces engineering standards across backend, frontend, and documentation workflows.

How do I update coding guidelines after upgrading APM packages?

To update coding guidelines after upgrading APM packages, run the APM workflow to regenerate the AGENTS.md file. This automates package installation via the APM CLI and aggregates the newly updated rules into your existing guardrails document.

Do I need to manually configure backend and frontend rules when setting up a new project?

You do not need to manually configure rules for initial project setup. The APM workflow provides automatic setup guidance and uses templates to accelerate documentation, generating a starter AGENTS.md structure for backend, frontend, and tooling.

What's the best way to enforce coding guidelines across multiple workflows?

The best way to enforce coding guidelines across multiple workflows is generating a reproducible AGENTS.md file at the project root. This synthesizes engineering standards from installed APM packages into a unified guardrails document.