apm-integration

Compile engineering standards from APM packages into a single AGENTS.md file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates modular engineering standards from APM packages into a single AGENTS.md at the project root, enabling consistent governance and easy sharing across teams.

Core Features & Use Cases

  • Compile multiple APM packages into a single AGENTS.md at the project root to centralize standards.
  • Automatically reflect updates from installed packages to keep governance current.
  • Share standardized guidelines across repositories and teams via packaged standards.

Quick Start

Install the APM CLI, configure apm.yml with your dependencies, and run apm compile to generate AGENTS.md at the project root.

Frequently Asked Questions about apm-integration

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

FAQPage Schema
How do I compile engineering standards into a single AGENTS.md file?

To compile engineering standards into AGENTS.md, install the APM CLI, configure your apm.yml file with dependencies, and run apm compile to generate the centralized governance document at your project root.

What is the best way to centralize governance documents across multiple repositories?

Centralizing governance documents across repositories is achieved by packaging modular engineering standards into APM packages and compiling them into a single AGENTS.md file at the project root for consistent team sharing.

How do I keep AGENTS.md current when installed standards packages are updated?

Keeping AGENTS.md current with package updates requires running the apm compile command, which automatically reflects changes from installed APM packages into the centralized governance document.

Do I need the APM CLI to generate an AGENTS.md file at the project root?

Generating the AGENTS.md file at the project root requires the APM CLI, an apm.yml configuration file, and access to installed APM packages to consolidate the modular engineering standards.

When should I use APM packages for engineering standards instead of manual documentation?

Using APM packages for engineering standards is ideal when teams share standardized guidelines via packages and need a centralized governance document that automatically reflects updates across multiple repositories.