From claude-squad
Create local project overrides for CLAUDE.md or specific agents without affecting global configuration.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-1 --plugin jamsajones-claude-squad# Squad Override - Local Configuration Override Create local project overrides for CLAUDE.md or specific agents without affecting global configuration. ## Override Options **Arguments**: $ARGUMENTS Available override types: 1. **claude** - Override CLAUDE.md in current project 2. **agent [name]** - Override specific agent in current project ## What Squad Override Does Creates local `.claude/` configuration that takes precedence over global `~/.claude/` settings: - **Local CLAUDE.md**: Project-specific rules and delegation patterns - **Local Agents**: Customized agent behavior for sp...
Create local project overrides for CLAUDE.md or specific agents without affecting global configuration.
Arguments: $ARGUMENTS
Available override types:
Creates local .claude/ configuration that takes precedence over global ~/.claude/ settings:
Check available templates and agents:
!echo "๐ฆ Available templates:" !ls -la ~/.claude/templates/ 2>/dev/null || echo "โ No templates found"
!echo "๐ฆ Available agents for override:" !ls ~/.claude/disabled_agents/ 2>/dev/null | sed 's/.md$//' | head -10 || echo "โ No agents found"
Parse arguments to determine override type:
Override Type: $ARGUMENTS
If overriding CLAUDE.md:
.claude/CLAUDE.md already exists~/.claude/templates/CLAUDE.md to ./claude/CLAUDE.mdIf overriding specific agent:
~/.claude/disabled_agents/./claude/agents/ directory if neededAfter successful override:
.claude/ directory/squad-dismiss --local to remove local overrides๐ฏ Local override created! Project now uses custom configuration.