By sonz-ai
Internal-only companion plugin to sonzai-sdk. Layers awareness of the Sonzai monolith (sonzai-ai-monolith-ts: contextengine, platform/api, ai-character-service) and SDK source workspace ($SONZAI_WORKSPACE/sonzai-sdk/) onto the public skills so Sonzai staff can dogfood sonzai-sdk, full-auto, and cto-loop with full server-side context. Useless without read access to the private monolith repo — do not install unless you are Sonzai internal staff.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A multi-plugin skill repo for AI coding agents (Claude Code, Codex, Gemini CLI, Copilot CLI) building on the Sonzai SDK. Two plugins ship from this repo:
| Plugin | Skills | Audience |
|---|---|---|
sonzai-sdk (public) | sonzai-sdk (wizard) + full-auto (autonomous) + cto-loop (semi-auto with 2 operator gates) | Any developer using the Sonzai SDK |
sonzai-internal-staff (internal-only) | sonzai-internal-staff | Sonzai staff with read access to private monolith repos |
The sonzai-internal-staff plugin is install-time gated — it lives in a separate plugin manifest, so it is never copied to a non-staff disk just because they installed sonzai-sdk.
| If you have... | And you want... | Use |
|---|---|---|
| A scoping conversation with stakeholders | Interactive wizard → spec + plan (no build) | sonzai-sdk |
| A meeting transcript + no human in the loop | Unattended build → running app, no prompts | full-auto |
| A meeting transcript + a tech lead available | Build + 2 operator gates (masterplan + live-app review) | cto-loop |
full-auto and cto-loop share the same core machinery (tech-stack derivation/intake, brownfield audit, version-search hard rule, builder + fixer subagents, docker-compose deploy, functional QA loop). The only differences:
full-auto runs end-to-end autonomously; auto-fixer loop on QA failure (bounded 5 cycles).cto-loop inserts two gates (masterplan approval + live-app review), swaps autonomous tech-stack derivation for an interactive 7-question intake on greenfield (or a detect-and-confirm audit on brownfield), and replaces the auto-fixer with an operator-feedback-driven fixer (bounded 5 cycles + 1 explicit "one more").sonzai-sdk skill (the wizard)When invoked:
https://api.sonz.ai/docs/openapi.json. Catches stale code generation.intake.md). 8-question diagnostic interview (Q1–Q8: archetype, integration path, latency, capabilities, brand/persona, proactive, scope, runtime mode). Skips any answered by workspace inference. Forks on greenfield vs existing-codebase.companion — 1:1 persistent companion (Replika-shaped)guide-router — MBTI / personality-routed (intake guide + N specialists)enterprise-assistant — team-shared, KB-heavy, auditedcustomer-support — KB + custom tools + webhooksgame-npc — inventory + custom states + dialogue + eventscoach-therapist — long sessions, sync memory, diary, moodhybrid-custom — combinations / multi-tenantsuperpowers:subagent-driven-development or superpowers:executing-plans.For developers who just want a syntax lookup, a skip-wizard path falls through to the per-language references (python.md, typescript.md, go.md).
full-auto skill (autonomous, transcript → running app)Take a transcript, ship a running local app. Zero operator prompts. Bounded fix loop.
SONZAI_API_KEY checkdocs/cto-review/<date>-masterplan.mddocker-compose.yml (postgres / postgres+redis / stateless variants); docker compose up -d --wait; functional QA against the running appdocs/cto-review/<date>-final-report.md; live app stays runningOperator owns the push decision — full-auto commits locally, never pushes.
cto-loop skill (semi-auto, transcript → running app + 2 gates)Same pipeline as full-auto, with two operator gates inserted and an interactive tech-stack intake on greenfield (instead of autonomous defaults).
npx claudepluginhub sonz-ai/sonzai-claude-skill --plugin sonzai-internal-staffHelp AI coding agents implement the Sonzai SDK (Python, TypeScript, Go) correctly against the live api.sonz.ai OpenAPI spec.
Three skills for Sonzai SDK developers: (1) sonzai-sdk — wizard-driven spec + plan; (2) full-auto — autonomous transcript → running-app pipeline (tech-stack derivation OR brownfield audit, masterplan, builder subagent with always-search rule, docker-compose deploy, functional QA, auto-fixer loop, all bounded); (3) cto-loop — same pipeline as full-auto with two operator gates (masterplan approval + live-app review) and an interactive 7-question tech-stack intake. Covers 7 archetypes across Python / TypeScript / Go. BYOK is the recommended production posture. Shared core lives in full-auto/; cto-loop is a thin overlay. v1.7.0 adds outbound Slack DM + Gmail notifications on pipeline events for both full-auto and cto-loop, and async reply support for cto-loop gates (operator can approve/feedback/abort via Slack DM or Gmail; skill polls 20min cadence, 24h timeout, resumable).
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.