---
name: Career Ops Plugin
slug: career-ops-plugin-2
category: Automation
description: "Career Ops Plugin teaches an AI agent how to run a plugin hook and understand the data it produces. Use it when working with a plugin's declared settings, inputs, or emitted job data."
github: "https://github.com/career-ops-hq/career-ops/tree/main/plugins/_template"
language: JavaScript
stars: 69952
forks: 13232
install: "npx degit https://github.com/career-ops-hq/career-ops/tree/main/plugins/_template ~/.claude/skills/_template"
installs_to: ~/.claude/skills/_template
source_path: plugins/_template/skill.md
collection_size: 8
category_size: 1754
collection_url: "https://dirskills.com/collections/career-ops-hq/career-ops"
added: 2026-09-03T06:03:10.618Z
last_synced: 2026-09-03T06:03:10.618Z
canonical_url: "https://dirskills.com/skills/career-ops-plugin-2"
---

# Career Ops Plugin

Career Ops Plugin teaches an AI agent how to run a plugin hook and understand the data it produces. Use it when working with a plugin's declared settings, inputs, or emitted job data.

**Install:**

```bash
npx degit https://github.com/career-ops-hq/career-ops/tree/main/plugins/_template ~/.claude/skills/_template
```

## README

# {{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`).
