Generates AGENTS.md documentation by synthesizing engineering standards from APM packages. Use this skill when asked to generate AGENTS.md, set up engineering standards, install APM packages, or configure development guidelines.
This skill generates the AGENTS.md guardrails file by installing APM packages and synthesizing engineering standards that all agents follow.
AGENTS.md is a consolidated file containing all engineering standards and guidelines that agents follow automatically. It's generated from APM (Agent Package Manager) packages that contain modular, reusable engineering standards.
if ! command -v apm &> /dev/null; then
echo "APM not found. Installing APM CLI..."
curl -sSL "https://raw.githubusercontent.com/danielmeppiel/apm/main/install.sh" | sh
export PATH="$HOME/.local/bin:$PATH"
fi
apm install
This command:
apm.yml for package dependenciesapm_modules/@1.0.0 or @latest)apm compile
This command:
.apm/instructions/ in all installed packagesapplyTo)AGENTS.md at project rootThe apm.yml file defines which packages to install: