Claude
Cursor
opencode
Skill
camp-navigation
Navigate a camp with `cgo` and `camp go`. Use when you need to move between projects/festivals/workflow directories, switch context quickly, or resolve script-safe paths with `camp go --print`.
Virus-scanned
Reviewed automatically before listing.
Download
obedience-corp-festival-claude-plugin_skills_camp-navigation-01263e8.zip · 0 KB
Install
skills CLI
npx skills add https://github.com/Obedience-Corp/festival/tree/main/claude-plugin/skills/camp-navigation
Claude Code
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install obedience-corp-festival@llmmart
Git
git clone https://github.com/Obedience-Corp/festival.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole obedience-corp/festival collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
Camp Navigation
Use cgo for interactive directory changes and camp go --print for scripts.
Primary Commands
cgo # toggle camp root <-> last location
cgo p # projects/
cgo f # festivals/
cgo i # .campaign/intents/ (intents)
cgo cr # workflow/code_reviews/
cgo p camp # projects/camp/
camp go p --print
camp go f --print
cd "$(camp go p --print)"
Notes
cgorequires shell init:eval "$(camp shell-init zsh)".camp godoes not change shell directory by itself.- Shortcut source of truth:
camp shortcuts.
Common Mistakes
- Expecting
camp goto behave likecd. - Using raw path
cdeverywhere instead of camp shortcuts. - Forgetting shell init and then assuming
cgois broken.
Files (festival)
-
SKILL.md 1 KB
--- name: camp-navigation description: Navigate a camp with `cgo` and `camp go`. Use when you need to move between projects/festivals/workflow directories, switch context quickly, or resolve script-safe paths with `camp go --print`. --- # Camp Navigation Use `cgo` for interactive directory changes and `camp go --print` for scripts. ## Primary Commands ```bash cgo # toggle camp root <-> last location cgo p # projects/ cgo f # festivals/ cgo i # .campaign/intents/ (intents) cgo cr # workflow/code_reviews/ cgo p camp # projects/camp/ ``` ```bash camp go p --print camp go f --print cd "$(camp go p --print)" ``` ## Notes - `cgo` requires shell init: `eval "$(camp shell-init zsh)"`. - `camp go` does not change shell directory by itself. - Shortcut source of truth: `camp shortcuts`. ## Common Mistakes - Expecting `camp go` to behave like `cd`. - Using raw path `cd` everywhere instead of camp shortcuts. - Forgetting shell init and then assuming `cgo` is broken.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.