- 'superclaude install' now installs all skills to ~/.claude/skills/
and agents to ~/.claude/agents/; new --minimal flag installs only
the confidence-check skill with no agents
- 'superclaude update' force-reinstalls the same set
- Rename install_commands.py -> install_assets.py (agents only);
remove dead install_commands/list_*_commands functions
- install_skill: dual source resolution (package dir + plugins/),
new install_all_skills helper
- doctor: recognize SKILL.md skill layout (legacy implementation.md
still accepted)
- install.sh / Makefile: drop slash-command install/sync steps
- Update unit and e2e tests to the new install behavior
Formatted 14 files to comply with ruff formatting rules:
- Consistent code style across codebase
- Improved readability
- All formatting checks now pass
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>