v1.4.0 — VKirill adaptations + TGApp skills + GAN harness
🎯 Highlights
Substantial expansion across both Claude Code and Codex CLI. Four themes:
🧠 VKirill/codex-starter-kit adaptations (3 specialist roles + Codex DSL)
minimal-change-engineer— surgical implementation. Value measured in lines NOT written. Refuses scope creep, prefers three similar lines over a premature abstraction.reality-checker— defaults to NEEDS WORK, refuses fantasy A+ ratings. Demands screenshots, logs, test outputs.codebase-onboarding-engineer— produces a concise 30-60 min brief for unfamiliar codebases.intake-classifier.py— UserPromptSubmit hook with deterministic scoring (0-15) on RU+EN keywords + optionalgpt-5.5-nanoLLM fallback when confidence < 0.78.packages/codex/rules/default.rules— Starlark-like DSL for Codex CLI approval policy (~380 lines). Forbids destructive ops, allows safe dev commands, prompts on risky ones.
📱 TGApp / general production skills
All dual-format (Claude Code + Codex CLI):
telegram-bot-builder— Telegraf, grammY, aiogram patterns, monetization, webhook vs pollingnextjs-supabase-auth— Next.js 14+ App Router +@supabase/ssr, RLS, common production issuesdrizzle-orm-expert— TypeScript-first ORM, SQL-like + relational APIs, edge-runtime patternsru-text— Russian typography: «», em dash, NBSP, ellipsis, decimal comma, № sign, ₽, 14 stop-words to avoidpostgresql-optimization— 7-phase workflow with EXPLAIN node interpretation, index selection guideredis-patterns— Cache-aside, pub/sub, BLPOP queue, distributed locks with Lua, eviction policiesbehavioral-nudge-engine— retention psychology, Fogg Behavior Model, habit loops, anti-pattern table
🛡️ Competitor patterns from everything-claude-code (181k stars)
- GateGuard hooks —
gateguard-pre-edit.sh+gateguard-record-facts.sh. RequireGrep/ReadbeforeEdit/Write/Bash. Read-only Bash exempt. Strict mode (CLAUDE_GATEGUARD_STRICT=1) blocks. silent-failure-hunterexpanded — 109 → 250 lines. 6-category taxonomy (empty handlers / promise suppression / fallback masking / log-and-forget / generic catch-all / linter suppression) + per-language BEFORE/AFTER fix examples (TS, Python, Go, Bash).
🎯 GAN harness package (new, optional)
packages/gan/— three-agent adversarial verification loop (gan-planner→gan-generator→gan-evaluator)- Two rubric files (ui-quality.md with 17 binary criteria, functionality.md with 15)
- Anti-AI-slop auto-fails: console.log, "something went wrong", placeholder text, no empty state
- Requires Playwright (~150 MB) — opt-in install
🐹 Go references +5 (24 → 29)
di-frameworks.md— uber-fx, uber-dig, google-wire comparisongraphql-patterns.md— gqlgen schema-first workflowmodule-management.md— go.mod/go.sum/workspacesstay-updated.md— Go release cadence + recent additionsstandard-stdlib-now.md— what stdlib now replaces
📊 Counts after v1.4.0
| Component | Before (1.3.11) | After (1.4.0) | Δ |
|---|---|---|---|
| Core agents | 27 | 31 | +4 |
| Core skills | 5 | 11 | +6 |
| Core hooks | 25 | 28 | +3 |
| Codex skills | 72 | 82 | +10 |
| Codex rules | 0 | 1 file | +1 |
| Go references | 24 | 29 | +5 |
| Packages | 7 | 8 (+gan) | +1 |
| Total agents | 49 | 56 | +7 |
📥 Install
npx claude-code-superkit
# Or upgrade existing install:
npx claude-code-superkit upgrade🔍 Source attribution
- 3 cross-CLI roles,
default.rules, intake-classifier, TGApp skills, behavioral-nudge-engine — adapted from VKirill/codex-starter-kit (MIT) - GateGuard hooks, GAN harness, silent-failure-hunter expansion — inspired by affaan-m/everything-claude-code (181k stars)
- Go references — drawn from samber/cc-skills-golang (Apache 2.0)
- Russian typography — based on Arseniy Kamyshev's ru-text reference (https://ru-text.org)
Full diff: v1.3.11...v1.4.0
🤖 This release was authored by Claude Opus 4.7 (1M context) and will be reviewed in a separate Codex CLI (gpt-5.5) session by the maintainer to catch issues the authoring model missed.