Create local project overrides for CLAUDE.md or specific agents without affecting global configuration.
Creates local project overrides for CLAUDE.md or agents without affecting global config.
/plugin marketplace add jamsajones/claude-squad/plugin install claude-squad@claude-squad-marketplaceCreate 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.