cross-campaign

cross-campaign is a skill for Cursor from Obedience-Corp/festival. It costs 52 tokens per session (603 once invoked), scanned A, original, Apache-2.0.

A tool for finding and working with projects and files stored in other campaigns. A campaign is a separate workspace for related work.

In plain words
What is it for?
Use it to list campaigns, switch to another workspace, read files there, and transfer files or directories between campaigns.
Why use it?
It removes the need to guess where another campaign’s files are or copy them manually.

Skill for Cursor

Written for Cursor: a Cursor plugin manifest.

Part of the festival plugin — 12 skills, 11 commands shipped together

Good fit Use it to list campaigns, switch to another workspace, read files there, and transfer files or directories between campaigns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/obedience-corp/festival/cross-campaign
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 cross-campaign
Clone the repo
git clone --depth 1 https://github.com/Obedience-Corp/festival

Made for: Cursor.

Or install festival, the plugin that ships this one along with the rest of its 12 skills, 11 commands.

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 cross-campaign

README.md
[![agentmods](https://agentmods.dev/badge/skills/obedience-corp/festival/cross-campaign/github.svg)](https://agentmods.dev/skills/obedience-corp/festival/cross-campaign)
Your own site
<a href="https://agentmods.dev/skills/obedience-corp/festival/cross-campaign"><img src="https://agentmods.dev/badge/skills/obedience-corp/festival/cross-campaign/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cross-campaign

Your own site · 80×15
<a href="https://agentmods.dev/skills/obedience-corp/festival/cross-campaign"><img src="https://agentmods.dev/badge/skills/obedience-corp/festival/cross-campaign.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 603 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.00052 $0.00603
Opus 5 $0.00026 $0.00302
Sonnet 5 $0.00010 $0.00121
Haiku 4.5 $0.00005 $0.00060

Measured 6d ago against content hash 7b1a2232f79d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

cross-campaign 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 6d 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/cross-campaign/SKILL.md · 74 lines

How it starts

The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cross-Camp Operations

A camp was previously called a campaign; treat the two words as the same thing whenever the user says either one.

When the user references another camp or a project that isn't in the current camp, use these commands to locate and access it.

Discovery

camp list                    # Show all registered camps with paths
camp list --format json      # JSON output for scripting
camp list --format simple    # Names only
camp switch <name>           # Switch to a camp (interactive if no name)
camp switch <name> --print   # Print path only (for cd or scripting)
cd "$(camp switch --print <name>)"  # Navigate without shell init

Reading From Another Camp

Use the path from camp list to read files directly:

# Get the path
camp list --format json | jq -r '.[] | select(.name=="My_Tools") | .path'

# Or just read camp list output and use the path
cat "$(camp switch --print My_Tools)/projects/samantha/main.go"

Transferring Files Between Camps

camp transfer other-camp:docs/design.md docs/          # Pull file here
camp transfer docs/plan.md other-camp:docs/plan.md     # Push file there
camp transfer other:festivals/F001/ festivals/reference/    # Pull directory

Syntax: camp-name:relative/path. Paths without a prefix resolve to the current camp.

Common User Phrases That Trigger This Skill

  • "In the X camp, there's a project called..." (or "in the X campaign...")
  • "We implemented this in another camp..."
  • "Check how Y was done in Z camp"
  • "Pull/copy that file from the other camp"
  • "Find which camp has project X"

Workflow

  1. Run camp list to find the target camp
  2. Use the path to read/explore the referenced code
  3. If the user wants to copy something, use camp transfer
  4. If you need extended work in the other camp, use camp switch

Common Mistakes

  • Asking the user for the camp path instead of running camp list
  • Forgetting that camp transfer copies, never moves
  • Using camp switch when you only need to read a file (just use the path from camp list)
  • Not checking camp list when the user says "the other camp" (or "campaign") or references a project you can't find locally

Read the full file on GitHub · 74 lines

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. 6d ago Changed · +5 lines · +2 tokens per session 7b1a2232f79d
  2. 10d ago First seen · 69 lines · 50 tokens per session scan A 564dab112a58

Subscribe to this mod's changes

cross-campaign is a skill published in the GitHub repository Obedience-Corp/festival (49 stars, last pushed today), licensed Apache-2.0. It adds 52 tokens to every session and 603 once invoked, about $0.0003 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.