
🧰 Not standalone. This skill ships with microsoft/apm and only works together with that tool — install the tool first, then add this skill.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
{{project_name}}
{{description}}
What This Package Does
This is a starter APM package that demonstrates how to create reusable agent primitives.
Available Primitives
- Instructions: Guardrails and standards in
.apm/instructions/ - Prompts: Executable workflows in
.apm/prompts/ - Agents: Specialized personas in
.apm/agents/
Included Workflows
hello-world.prompt.md- A simple hello world workflowfeature-implementation.prompt.md- A feature implementation workflow
Copy & paste — that's it
npx skills add https://github.com/microsoft/apm --skill {{project_name}}Run this in your project — your agent picks the skill up automatically.
Getting Started
apm install your-org/{{project_name}}
apm compileNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MIT— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →