apm-org
April 6, 2026 · View on GitHub
Organization-wide APM (Agent Package Manager) configuration for winccoa-tools-pack.
Overview
This package contains AI agent skills, prompts, and instructions that are shared across ALL repositories in the organization.
Setup
1. Install APM (once per machine)
Windows (PowerShell):
irm https://aka.ms/apm-windows | iex
macOS / Linux:
curl -sSL https://aka.ms/apm-unix | sh
For alternative install methods (Homebrew, Scoop, pip) see the official guide:
https://microsoft.github.io/apm/getting-started/quick-start/
2. After cloning any repository
apm install
This syncs skills, instructions, and prompts from apm.yml into .github/, .claude/, .cursor/ — the native directories your AI tools read automatically.
3. Keeping up to date
Re-run apm install when apm.yml or apm.lock.yaml changes (e.g. after git pull).
Usage in repositories
Add to your apm.yml:
dependencies:
apm:
- winccoa-tools-pack/apm-org
Contents
.apm/skills/— Reusable AI capabilities.apm/instructions/— Context for AI agents.apm/prompts/— Prompt templates
Skills
| Skill | Description |
|---|---|
| conventional-commits | Commit message format |
| git-flow | Git Flow branching workflow |
| create-pr | How to create a correct Pull Request |
| versioning | Decide the correct SemVer version bump |
| changelog | Write and maintain CHANGELOG.md entries |
| labels | Apply and roll out org-wide labels to repositories |
| create-skill | Capture and share knowledge as APM skills |
| github-issues | Where to create issues, how to organize and transfer them |