Agent Package Manager packages
Find a file
Tobias J. Endres 913be9d528 feat(cpm): official Microsoft APM packages as team examples
Two thin CPM wrappers around official upstream packages, each with a
team-profile mapping their primitives to agent roles:

- microsoft-design-review: wraps microsoft/apm-sample-package#v1.0.0
  (design-standards, design-review, accessibility-audit, style-checker)
  -> roles: reviewer (oracle), style-checker (fixer), accessibility-auditor

- microsoft-issue-autopilot: wraps microsoft/apm/packages/apm-issue-autopilot
  (triage-panel, shepherd-driver, pr-description-skill) + github-mcp-server
  -> roles: triager, shepherd, pr-writer (custom), reviewer

Both validate with cpm check; README examples table added.
2026-08-23 17:45:55 +02:00
.apm/skills/job-application Refine SKILL.md: DIN 5008 cover letter rules, do's/don'ts, template handling 2026-08-21 23:16:20 +02:00
.idea feat(omos): sidecar adapter prototype 2026-08-23 17:03:40 +02:00
corentic-package-manager feat(cpm): official Microsoft APM packages as team examples 2026-08-23 17:45:55 +02:00
apm-omos-agent-teams-v3.md feat(omos): sidecar adapter prototype 2026-08-23 17:03:40 +02:00
apm.yml feat: add MCP dependencies (sharelatex, openviking) 2026-08-21 22:56:51 +02:00
README.md Add proper README with installation and MCP config 2026-08-21 23:22:30 +02:00

APM Packages

Custom Agent Package Manager packages for OpenCode.

Packages

Package Description
job-application Find matching jobs and create tailored German cover letters + CVs in ShareLaTeX

Installation

apm install tbi/APM-Packages

Dependencies

These packages require MCP servers to be configured:

MCP Server URL Auth
ShareLaTeX https://sharelatex-mcp.corentic.eu/sse None
OpenViking https://openviking.corentic.eu/mcp Bearer token

Add to your opencode.jsonc:

{
  "mcp": {
    "sharelatex": {
      "type": "remote",
      "url": "https://sharelatex-mcp.corentic.eu/sse"
    },
    "openviking": {
      "type": "remote",
      "url": "https://openviking.corentic.eu/mcp",
      "headers": {
        "Authorization": "Bearer ${OPENVIKING_API_KEY}"
      }
    }
  }
}

License

MIT