How to use the {{NAME}} plugin and the data it produces.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add career-ops-hq/career-ops --skill _template --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Template?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/career-ops-hq-template)More formats (shields.io, HTML) on the badges page.
---
name: career-ops-plugin-{{NAME}}
description: How to use the {{NAME}} plugin and the data it produces.
license: MIT
---
# {{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`).
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!