cross-campaign
Installation
SKILL.md
Cross-Campaign Operations
When the user references another campaign or a project that isn't in the current campaign, use these commands to locate and access it.
Discovery
camp list # Show all registered campaigns with paths
camp list --format json # JSON output for scripting
camp list --format simple # Names only
Navigation
camp switch <name> # Switch to campaign (interactive if no name)
camp switch <name> --print # Print path only (for cd or scripting)
cd "$(camp switch --print <name>)" # Navigate without shell init