By sonz-ai
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).
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Use when given a meeting transcript or scoping document and the goal is a running, locally-deployed product with operator (CTO / tech lead) approval at two gates — masterplan validation before any build work, then live-app review after docker-compose boot. Triggers on phrases like "CTO in the loop", "tech-lead review build", "transcript with two gates", "build it and let me review the running app". Runs full-auto's pipeline with two operator gates inserted and an interactive tech-stack intake (7 questions) instead of autonomous defaults. For unattended autonomous builds, use full-auto. For wizard-only output (spec + plan, no build), use sonzai-sdk. Operator can ALSO reply to gates via Slack DM or Gmail when those MCPs are enabled — skill polls every 20min for up to 24h.
Use when given a meeting transcript or scoping doc and asked to ship a working Sonzai SDK integration end-to-end with zero human prompts. Reads transcript, derives tech stack autonomously (greenfield) or audits existing repo (brownfield), assembles a masterplan, dispatches a builder subagent that always-searches current package versions before writing any manifest, then generates Dockerfile + docker-compose, boots the app locally with `docker compose up -d --wait`, runs functional QA against the running app, and auto-fixes via a bounded fixer loop. Bounded, fully autonomous, no operator prompts.
Use when the user is installing, configuring, or writing code against the Sonzai SDK (pip install sonzai, npm install @sonzai-labs/agents, go get github.com/sonz-ai/sonzai-go), calling api.sonz.ai, working with Sonzai agents/memory/personality/sessions, building a companion / matchmaker / personality-routed app / enterprise assistant / game NPC / coach / customer support agent, or migrating from raw HTTP curl calls to the typed SDK.
Requires secrets
Needs API keys or credentials to function
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).
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 claimnpx claudepluginhub sonz-ai/sonzai-claude-skill --plugin sonzai-sdkInternal-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.
Help AI coding agents implement the Sonzai SDK (Python, TypeScript, Go) correctly against the live api.sonz.ai OpenAPI spec.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.