cloudnative-co/claude-code-starter-kit — Summary
cloudnative-co/claude-code-starter-kit is a Japanese-language interactive setup wizard for Claude Code, featuring a plugin marketplace system, 3 installation profiles (minimal/standard/full), and 19+ commands + 9 agents + 12 skills. The installer (install.sh / install.ps1) runs an interactive wizard that asks about OS, editor, and profile preference, then builds ~/.claude/CLAUDE.md, assembles settings.json via jq fragment merging, and deploys agents/rules/commands/skills/memory to ~/.claude/. The key innovation is a config/plugins.json pointing at two marketplace sources (anthropics/claude-plugins-official and anthropics/skills) with 10+ plugin names mapped to install profiles — standard and full profiles auto-install official Anthropic plugins. The framework was created by the CEO of CloudNative Inc., who is also the Ministry of Education's Chief Information Security Advisor.
differs_from_seeds: Closest to spec-kit (commands + skills + hooks + profile system) but implemented as a wizard-driven shell installer rather than a Python CLI. The plugin marketplace integration (pointing at anthropics/claude-plugins-official) is unique — no seed routes installations through the official Anthropic plugin registry. The /orchestrate command's sequential agent workflow (planner → tdd-guide → code-reviewer → security-reviewer) resembles claude-flow's sequential chain pattern but without an MCP server.