Agent Package Manager packages
Find a file
2026-08-23 18:30:17 +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 chore: IDE workspace update 2026-08-23 18:30:17 +02:00
corentic-package-manager feat(cpm): integrate 'apm install' into the guided flow 2026-08-23 18:24:25 +02:00
APM Package Model-2026-08-22-213643.png docs(blog): current drafts, fact-check review and image assets 2026-08-23 18:29:59 +02:00
APM Paket Skill-2026-08-22-213610.png docs(blog): current drafts, fact-check review and image assets 2026-08-23 18:29:59 +02:00
apm-omos-agent-teams-v3.md docs(blog): current drafts, fact-check review and image assets 2026-08-23 18:29:59 +02:00
apm.yml feat: add MCP dependencies (sharelatex, openviking) 2026-08-21 22:56:51 +02:00
blog-review.md docs(blog): current drafts, fact-check review and image assets 2026-08-23 18:29:59 +02:00
homer.jpg docs(blog): current drafts, fact-check review and image assets 2026-08-23 18:29:59 +02:00
incompatible.jpg docs(blog): current drafts, fact-check review and image assets 2026-08-23 18:29:59 +02:00
MCP Package Dependencies-2026-08-22-204525.png docs(blog): current drafts, fact-check review and image assets 2026-08-23 18:29:59 +02:00
oh-my-opencode-slim.png docs(blog): current drafts, fact-check review and image assets 2026-08-23 18:29:59 +02:00
omos-deep-dive.md docs(blog): current drafts, fact-check review and image assets 2026-08-23 18:29:59 +02:00
README.md Add proper README with installation and MCP config 2026-08-21 23:22:30 +02:00
skilldependencygraph.png docs(blog): current drafts, fact-check review and image assets 2026-08-23 18:29:59 +02:00
snes.jpg docs(blog): current drafts, fact-check review and image assets 2026-08-23 18:29:59 +02:00
standards_2x.png docs(blog): current drafts, fact-check review and image assets 2026-08-23 18:29:59 +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