camp-projects

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

A guide for managing campaign project repositories, including submodules, linked workspaces, and Git worktrees.

In plain words
What is it for?
Use it to commit, inspect, pull, push, rename, or create and remove project worktrees with the correct campaign scope.
Why use it?
It clarifies which repository a command affects and helps prevent accidental broad changes or unsynchronised project references.

Skill for Cursor

Written for Cursor: a Cursor plugin manifest.

Good fit Use it to commit, inspect, pull, push, rename, or create and remove project worktrees with the correct campaign scope.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/obedience-corp/festival/camp-projects
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-projects
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-projects

README.md
[![agentmods](https://agentmods.dev/badge/skills/obedience-corp/festival/camp-projects.svg)](https://agentmods.dev/skills/obedience-corp/festival/camp-projects)
Your own site
<a href="https://agentmods.dev/skills/obedience-corp/festival/camp-projects"><img src="https://agentmods.dev/badge/skills/obedience-corp/festival/camp-projects.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 405 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.00041 $0.00405
Opus 5 $0.00020 $0.00202
Sonnet 5 $0.00008 $0.00081
Haiku 4.5 $0.00004 $0.00040

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

Security

Grade A, and why

camp-projects 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 3d 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-projects/SKILL.md · 67 lines

What it actually says

Camp Projects

A camp was previously called a campaign; project commands work the same either way.

Commit in Submodules

camp p commit -m "fix: message"

Pointer sync is intentional and root-level:

camp refs-sync
camp refs-sync projects/camp

Scope-Safe Status / Sync

camp status
camp status --sub
camp status all

camp pull --sub
camp push --sub

Use all commands only when broad workspace churn is intended.

Rename a Project

camp project rename <current> <new>
camp project rename <current> <new> --dry-run --json
camp project rename <current> <new> --remote-url [email protected]:org/new-name.git

Renames submodules, linked workspace symlinks, and camp-owned directories, migrating the camp references in one transaction. Dirty checkouts and linked worktrees are preserved; destination collisions and unmanaged directories are rejected before anything is written.

Camp never guesses that the upstream repository was renamed too. Pass --remote-url to move origin as part of the same transaction.

Worktrees

camp project worktree add <name>
camp project worktree list
camp project worktree remove <name>

Common Mistakes

  • Assuming submodule commits should auto-update camp-root pointers.
  • Running camp pull/camp push expecting submodule scope without --sub.
  • Passing worktree path to remove; command expects worktree name.
  • Renaming a project directory by hand instead of camp project rename, which leaves the camp references pointing at the old name.
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. 3d ago Changed · +2 lines 65c01e0d2cd4
  2. 8d ago First seen · 65 lines · 41 tokens per session scan A cffba58d742d

Subscribe to this mod's changes

camp-projects is a skill published in the GitHub repository Obedience-Corp/festival (50 stars, last pushed 4d ago), licensed Apache-2.0. It adds 41 tokens to every session and 405 once invoked, about $0.0002 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.