By muhkoo
Describe an app idea in plain language and build it end-to-end on Muhkoo: provision the backend (app key, database tables, channels, agents, serverless functions), scaffold a Vite + React client against @muhkoo/connect, verify it with a live Cypress suite, give it a responsive distinctive design, and host it at <slug>.apps.muhkoo.dev (or your own custom domain).
A Claude Code plugin that turns an app idea into a working application on Muhkoo — end-to-end.
You describe what you want ("a shared task board where a team logs in, adds tasks,
and chats about them"). Claude designs the data model, provisions the backend
(app key, database tables, channels, agents, serverless functions), and scaffolds
a real Vite + React client wired to the @muhkoo/connect
SDK — with ZK auth, the database, and realtime channels already working.
npm run dev immediately.https://<slug>.apps.muhkoo.dev and can
be deployed there with one command (npm run deploy) or the bundled GitHub Action. No
separate hosting account. On a paid plan, serve it on your own domain too (add it in
the portal + two CNAMEs; Cloudflare auto-issues the cert).frontend-design
skill (preserving the test hooks), so apps don't ship the generic default look.This repo is a Claude Code plugin and its own plugin marketplace. In Claude Code:
/plugin marketplace add muhkoo/builder
/plugin install muhkoo-app-builder@muhkoo
(muhkoo/builder is the GitHub repo; muhkoo is the marketplace name from
.claude-plugin/marketplace.json.) That's it — the build-muhkoo-app skill is now
available. To update later: /plugin marketplace update muhkoo.
Try it locally first (from a checkout):
/plugin marketplace add ./app-builder
/plugin install muhkoo-app-builder@muhkoo
Then just ask:
Build me a team standup app on Muhkoo.
Claude auto-invokes the skill, asks a couple of clarifying questions, shows you the design, provisions it, scaffolds + tests the client, and gives it a distinctive look.
.claude-plugin/plugin.json # plugin manifest
skills/build-muhkoo-app/
SKILL.md # the workflow Claude follows
references/ # platform (SDK, routes, provisioning, decorators) + design pass
scripts/ # provision.mjs (backend), eject-agent.mjs (agent prompt)
templates/starter-app/ # Vite + React + @muhkoo/connect client + Cypress suite
examples/task-board/ # a complete worked app (design pass applied; suite green)
The workflow composes with two other skills when present:
frontend-design — the design pass that gives each app a distinctive look
(see skills/build-muhkoo-app/references/design.md for the preservation contract
that keeps the Cypress hooks intact).frontend-design is invoked during the scaffold step.fetch).MIT
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.
npx claudepluginhub muhkoo/builder --plugin muhkoo-app-builderComprehensive 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.
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.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls