microsoft

1,468 mods across 240 repositories, 1267k stars between them.

batch-bug-shepherd

193

microsoft/apm

Skill Claude CodeCodex

Use this skill to drive a batch of suspected bugs in microsoft/apm from raw issue list to mergeable PR queue. Fan out one triage subagent per issue (LEGIT / UNCLEAR / FIXED-AT-HEAD), gate every legit bug against PRINCIPLES.md via an apm-ceo strategic-alignment pass, cross-reference legit issues against open PRs, then…

3.7k 2d ago A 227 tokens original MIT

cli-logging-ux

194

microsoft/apm

Skill Claude CodeCodex

Use this skill when editing or creating CLI output, logging, warnings, error messages, progress indicators, or diagnostic summaries in the APM codebase. Activate whenever code touches console helpers (richsuccess, richwarning, richerror, richinfo, richecho), DiagnosticCollector, STATUSSYMBOLS, CommandLogger, or any…

3.7k 2d ago A 94 tokens original MIT

cut-release

195

microsoft/apm

Skill Claude CodeCodex

Use this skill to cut an APM release from the current worktree: assess whether the cycle since the last tag warrants a patch or minor bump (semver discipline against the merged-since-last-tag diff), sanitize the [Unreleased] CHANGELOG block into a dated version block with one concise "so what" entry per merged PR…

3.7k 2d ago A 198 tokens original MIT

devx-ux

196

microsoft/apm

Skill Claude CodeCodex

Activate when designing or modifying CLI command surfaces, command help text, install/init/run flows, error wording, or first-run experience in the APM CLI -- even when the user does not say "UX" explicitly.

3.7k 2d ago A 48 tokens original MIT

docs-corpus-audit

197

microsoft/apm

Skill Claude CodeCodex

Use this skill to run a holistic regrounding pass on the entire microsoft/apm documentation corpus against current source code, page-by-page, and emit surgical fixes for stale claims. Activate when the maintainer wants a WHOLE-CORPUS audit (not per-PR review) -- typical triggers include "audit the docs", "reground the…

3.7k 2d ago A 222 tokens original MIT

microsoft/apm

Skill Claude CodeCodex

Use this skill to verify CLAIM-LEVEL grounding of a documentation page (or set of pages) against the source code. Activate when you have specific pages to check for factual accuracy -- not when sweeping a whole corpus (use docs-corpus-audit for that) and not when triaging a PR diff (use docs-sync for that). Trigger…

3.7k 2d ago A 211 tokens original MIT

docs-impact-architect

199

microsoft/apm

Skill Claude CodeCodex

Use this skill when the docs-impact-classifier returns a structural verdict, signalling that the documentation TOC must change to accommodate the PR. Proposes TOC deltas (new pages, moves, merges) and emits new-page outline stubs that the doc-sync panel later fleshes out. Holds the 3-promise narrative (consume /…

3.7k 2d ago A 85 tokens original MIT

microsoft/apm

Skill Claude CodeCodex

Use this skill to classify the documentation impact of a pull request diff, returning one of three verdicts -- no-change, in-place edit, or structural change -- with bounded LLM cost. Activate as a sibling skill of docs-sync; the orchestrator calls this first, before any panel spawn, to keep cost floor at 1 LLM call…

3.7k 2d ago A 99 tokens original MIT

docs-impact-localizer

201

microsoft/apm

Skill Claude CodeCodex

Use this skill to translate a classifier's in-place verdict into a precise, page-by-page work plan for the docs-sync panel. Activate after docs-impact-classifier returns verdict inplace; reads the candidate page list, fetches the actual page contents, narrows scope to specific sections within each page, and emits the…

3.7k 2d ago A 78 tokens original MIT

docs-sync

202

microsoft/apm

Skill Claude CodeCodex

Use this skill whenever a pull request is opened, reopened, or synchronized in microsoft/apm to assess whether and how the documentation corpus must change to stay truthful with the proposed code change. Activate even when the PR title or body says nothing about docs -- the skill must run on every PR to detect silent…

3.7k 2d ago A 150 tokens original MIT

oss-growth

203

microsoft/apm

Skill Claude CodeCodex

Activate for OSS adoption work -- README conversion surfaces, quickstart, templates, release announcements, contributor funnel, story angles -- and any update to the maintained growth strategy at WIP/growth-strategy.md.

3.7k 2d ago A 44 tokens original MIT

pr-description-skill

204

microsoft/apm

Skill Claude CodeCodex

Use this skill to write the PR description (PR body) for any pull request opened against microsoft/apm. Produces one self-sufficient GitHub-Flavored Markdown artifact: TL;DR, Problem (WHY), Approach (WHAT), Implementation (HOW), 1-3 validated mermaid diagrams, explicit trade-offs, validation evidence, and a…

3.7k 2d ago A 131 tokens original MIT

python-architecture

205

microsoft/apm

Skill Claude CodeCodex

Activate when creating new modules, refactoring class hierarchies, introducing design patterns, or making changes spanning 3+ files in the APM CLI codebase.

3.7k 2d ago A 37 tokens original MIT

shepherd-driver

206

microsoft/apm

Skill Claude CodeCodex

Use only as the composed drive-to-merge stage of an APM batch orchestrator (batch-bug-shepherd, apm-issue-autopilot) that has already selected ONE open pull request in microsoft/apm. Do NOT use for user-facing requests to triage issues, sweep a queue, or open PRs -- the parent orchestrator owns those. Spawn one…

3.7k 2d ago A 193 tokens original MIT

supply-chain-security

207

microsoft/apm

Skill Claude CodeCodex

Activate when reviewing or modifying dependency resolution, lockfile schema, package downloaders, signature/integrity checks, file integration cleanup, or anything that could expose APM to dependency confusion, typosquatting, malicious packages, or token leakage.

3.7k 2d ago A 54 tokens original MIT

agentic-workflows

208

microsoft/apm

Agent

GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing.

3.7k 2d ago A 24 tokens copy · 86% MIT

apm-ceo

209

microsoft/apm

Agent

Strategic owner of microsoft/apm. OSS PM/CEO persona. Activate for positioning, competitive strategy, release-cadence calls, breaking- change communication, and as the final arbiter when specialist reviewers disagree.

3.7k 2d ago A 48 tokens original MIT

microsoft/apm

Agent

Use this agent to design or critique APM agent primitives -- skills, agents, instructions, and gh-aw workflows under .apm/ and .github/. Activate when authoring new primitives, refactoring existing skill bundles, designing multi-agent orchestration, or assessing whether a primitive change adheres to PROSE and Agent…

3.7k 2d ago A 74 tokens original MIT

auth-expert

211

microsoft/apm

Agent

Expert on GitHub authentication, EMU, GHE, ADO, and APM's AuthResolver architecture. Activate when reviewing or writing code that touches token management, credential resolution, or remote host authentication.

3.7k 2d ago A 46 tokens original MIT

cdo

212

microsoft/apm

Agent

APM Chief Documentation Officer. Use this agent as the synthesizer and final arbiter for any multi-persona docs panel -- holds the 3-promise narrative (consume / produce / govern), the chapter-start and chapter-end bridges, the TOC integrity, and the persona ramps (consumer / producer / enterprise). Activate to…

3.7k 2d ago A 95 tokens original MIT

cli-logging-expert

213

microsoft/apm

Agent

Expert on CLI output UX, CommandLogger patterns, and diagnostic rendering in APM. Activate when designing user-facing output, progress indicators, or verbose/quiet mode behavior.

3.7k 2d ago A 40 tokens original MIT

devx-ux-expert

214

microsoft/apm

Agent

Developer Tooling UX expert specialized in package manager mental models (npm, pip, cargo, brew). Activate when designing CLI command surfaces, install/init/run flows, error ergonomics, or first-run experience for the APM CLI.

3.7k 2d ago A 53 tokens original MIT

doc-analyser

215

microsoft/apm

Agent

Describe what this custom agent does and when to use it.

3.7k 2d ago A 12 tokens original MIT

doc-writer

216

microsoft/apm

Agent

APM documentation writer. Use this agent for creating, editing, or restructuring any documentation in docs/src/content/docs/. Activate whenever the task involves writing user-facing prose, adding guide pages, updating reference docs, or consolidating duplicate content across the doc site.

3.7k 2d ago A 51 tokens original MIT