Agent Package Manager packages
Find a file
Tobias J. Endres 0df9cec833 docs(cpm): translate all CPM project files to English
CPM is an international project; only the blogpost stays German.
Translated: cpm.py docstring/messages/help texts, README.md,
cpm-setup skill, all team-profile.yaml files (incl. runtime_agent
comments), example apm.yml wrappers and the model-mapping template.
Also fixes DEFAULT_MAPPING_PATH pointing to ~/.config/apm-team
instead of ~/.config/cpm.
2026-08-23 17:56:09 +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 docs(cpm): translate all CPM project files to English 2026-08-23 17:56:09 +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