career-ops-plugin-{{NAME}}
From santifer
How to use the {{NAME}} plugin and the data it produces.
Provides a template skill file for documenting an unnamed career-ops plugin, with unfilled TODOs.
Skip it if
- Source is a placeholder template with {{NAME}} and TODO sections, not a real plugin
- No actual data structure, settings, or hook behavior is defined
Facts
- Repository
- santifer/career-ops
- Status
- Actively maintained
- Last commit
- Source file
- plugins/_template/skill.md
Source preview
The instructions Claude Code reads when this skill runs.
# {{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`).View full source on GitHub →Other skills
django-tdd
★ 229,918Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.
affaan-mupdated 15d agoMITclickhouse-io
★ 229,918ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
affaan-mupdated 15d agoMITlaravel-patterns
★ 229,918Patrones de arquitectura Laravel, routing/controladores, Eloquent ORM, capas de servicio, colas, eventos, caché y API resources para aplicaciones en producción.
affaan-mupdated 15d agoMITverification-loop
★ 229,918Sistema de verificación completo para sesiones de Claude Code.
affaan-mupdated 15d agoMITstrategic-compact
★ 229,918Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
affaan-mupdated 15d agoMITfrontend-patterns
★ 229,918Patrones de desarrollo frontend para React, Next.js, gestión de estado, optimización de rendimiento y buenas prácticas de UI.
affaan-mupdated 15d agoMIT