项目文件夹

文件
kazuki f33e7c9e40 feat(cli): install skills and agents instead of slash commands
- '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
2026-06-12 11:21:33 +09:00
..