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

SkillDescription
conventional-commitsCommit message format
git-flowGit Flow branching workflow
create-prHow to create a correct Pull Request
versioningDecide the correct SemVer version bump
changelogWrite and maintain CHANGELOG.md entries
labelsApply and roll out org-wide labels to repositories
create-skillCapture and share knowledge as APM skills
github-issuesWhere to create issues, how to organize and transfer them