# career-ops-plugin-{{NAME}}

> How to use the {{NAME}} plugin and the data it produces.

- Skill: `santifer/career-ops-plugin-name` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add santifer/career-ops-plugin-name`
- Raw SKILL.md: https://api.skillmd.com/api/skills/santifer/career-ops-plugin-name/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: santifer (https://skillmd.com/u/santifer)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/santifer/career-ops-plugin-name

---


# {{NAME}}

> This file teaches an AI agent how to drive THIS plugin. Keep it scoped to the
> plugin's own domain — it must not instruct the agent to edit core files, change
> scoring, or act outside the plugin's declared hooks.

## How to run it

- `node plugins.mjs run {{NAME}}` — runs the plugin's hook.

## What it produces

TODO: describe the data structure. For a producer hook, the `Job[]` fields you
emit (title, url, company, location). For an export hook, what you push and where.

## Settings

TODO: any non-secret options the user sets in `config/plugins.yml` under
`plugins.{{NAME}}` (these arrive as `ctx.settings`).

