APM-Packages/omos/examples/package/apm.yml
Tobias J. Endres f0f1915251 feat(omos): example package, team profile, mapping and setup skill
- examples/package: copy of the job-application APM package with
  corentic.team-profile/v1 declaration (orchestrator, researcher,
  writer, checker, notifier)
- examples/model-mapping.yaml: user-side model class mapping with
  simple and extended entries
- skills/omos-setup: skill guiding users through
  resolve-validate-render and activation
2026-08-23 17:03:40 +02:00

21 lines
520 B
YAML

name: job-application
version: 1.0.0
description: Find matching jobs and create tailored cover letters + CVs in ShareLaTeX
author: Tobias Endres
license: MIT
type: skill
targets:
- generic
- opencode
dependencies:
mcp:
- name: sharelatex
registry: false
transport: sse
url: https://sharelatex-mcp.corentic.eu/sse
- name: openviking
registry: false
transport: sse
url: https://openviking.corentic.eu/mcp
headers:
Authorization: Bearer ${OPENVIKING_API_KEY}