camp-workitems

camp-workitems is a skill for Cursor from Obedience-Corp/festival. It costs 79 tokens per session (481 once invoked), scanned A, original, Apache-2.0.

A skill for finding and managing tracked campaign work items, such as plans, design notes, research notes, and festivals. It supports filtering, selecting, creating, and adopting work-item directories.

In plain words
What is it for?
It is for listing or filtering work items by type, stage, or text, browsing them interactively, and creating or adopting tracked work directories.
Why use it?
It gives agents and people a consistent way to discover current work instead of searching workflow folders manually.

Skill for Cursor

Written for Cursor: a Cursor plugin manifest.

Good fit It is for listing or filtering work items by type, stage, or text, browsing them interactively, and creating or adopting tracked work directories.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/obedience-corp/festival/camp-workitems
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Obedience-Corp/festival --skill camp-workitems
Clone the repo
git clone --depth 1 https://github.com/Obedience-Corp/festival

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for camp-workitems

README.md
[![agentmods](https://agentmods.dev/badge/skills/obedience-corp/festival/camp-workitems.svg)](https://agentmods.dev/skills/obedience-corp/festival/camp-workitems)
Your own site
<a href="https://agentmods.dev/skills/obedience-corp/festival/camp-workitems"><img src="https://agentmods.dev/badge/skills/obedience-corp/festival/camp-workitems.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 481 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00079 $0.00481
Opus 5 $0.00039 $0.00241
Sonnet 5 $0.00016 $0.00096
Haiku 4.5 $0.00008 $0.00048

Measured 4d ago against content hash 20795efeada5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

camp-workitems scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor-plugin/skills/camp-workitems/SKILL.md · 67 lines

What it actually says

Camp Workitems

Use camp workitem to find current camp work across intents, workflow design/explore docs, festivals, and tracked workflow directories.

camp workitem is canonical. camp wi and camp workitems are aliases.

Discover

Agents and scripts should prefer JSON:

camp workitem --json
camp workitem --json --type design --query auth
camp workitem --json --type intent --stage ready --limit 5

Use path output only when shell integration needs a destination:

camp workitem --print --type festival

Non-interactive use requires --json or --print.

Useful filters:

  • --type intent|design|explore|festival|<custom>
  • --stage inbox|active|ready|planning
  • --query <text>
  • --limit <n>

Interactive

camp workitem

Use the TUI for human browsing, prioritization, and selection.

Create Or Adopt

Use custom workitems for workflow/<type>/<slug> directories that should appear in discovery.

camp workitem create <slug> --type feature --title "Human title"
camp workitem adopt workflow/feature/existing-dir --type feature --title "Human title"

Slug and type values must be path-safe: no /, \, whitespace, or control characters; no leading . or -; max 80 characters.

Avoid

  • Running the interactive TUI from an agent session instead of using --json.
  • Hand-writing tracking metadata for custom workitems. Use camp workitem create or camp workitem adopt so discovery state stays compatible.
  • Editing .campaign/settings/workitems.json manually. It is tool-managed priority state, not the work-item source of truth.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago Changed 20795efeada5
  2. 8d ago First seen · 67 lines · 79 tokens per session scan A 9b3c99638005

Subscribe to this mod's changes

camp-workitems is a skill published in the GitHub repository Obedience-Corp/festival (50 stars, last pushed 4d ago), licensed Apache-2.0. It adds 79 tokens to every session and 481 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.