Build, test, and deploy apps for ManAurum OS. Default flow as of v2.0.0: Platform v2 (containerized hosted apps with capability gateway). Legacy v1 (iframe + manaurum.js) supported for existing apps. Covers manifest authoring, Dockerfile patterns, capability use, deploy API, rollback, and the legacy v1 path.
Build apps for ManAurum OS — a multi-tenant browser-based virtual desktop. As of 2026-05, the default flow is Platform v2 (containerized hosted apps with capability gateway). Use whenever the user wants to create, build, generate, or develop a ManAurum app, or mentions ManAurum SDK / SeregaOS / iframe app / capability gateway. Covers v2 manifests, Dockerfiles, capabilities, deploy API, and the legacy v1 (iframe + manaurum.js) path for older apps.
Deploy a ManAurum OS app. As of 2026-05, the default flow is Platform v2 (containerized — `POST /api/dev/v2/deploy` with an `mna_*` token). Legacy v1 (iframe bundle — `POST /api/dev/apps/deploy` with an `mnu_*` token) is supported for existing apps. Use whenever the user wants to deploy, publish, host, upload, or release their ManAurum/SeregaOS app. Covers token issuance, build context preparation, deploy contract, rejection codes, rollback, and the post-deploy install/open flow.
Scaffold a new ManAurum OS app project. As of 2026-05, the default flow is Platform v2 (containerized hosted apps); v1 (iframe bundles) is supported for legacy apps. Use when the user wants to start building a new ManAurum/SeregaOS app, scaffold a project from scratch, or initialize a fresh app directory.
Current version: 1.6.0 (runtime Database API documented; tenant-aware Deploy API since 1.5.0 — see CHANGELOG)
Build, test, and deploy apps for ManAurum OS using Claude Code.
ManAurum OS is a browser-based virtual desktop. Apps run as standalone HTML/JS pages inside iframe windows. This plugin gives Claude the knowledge to help you build ManAurum apps from prompts.
# Add the marketplace (one time)
claude plugin marketplace add sergeysuaib-ui/manaurum-dev-sdk
# Install the plugin
claude plugin install manaurum-dev-sdk@manaurum-sdk
When a new version is available, run:
# Pull latest from marketplace
claude plugin marketplace update manaurum-sdk
# Update the plugin
claude plugin update manaurum-dev-sdk@manaurum-sdk
Then restart Claude Code to apply changes.
| Skill | Trigger | What it does |
|---|---|---|
manaurum-app | "Build a ManAurum app..." | Generates app code with SDK, manifest, theme support |
manaurum-deploy | "Deploy my ManAurum app" | Guides hosting setup and publishing flow |
manaurum-setup | "Set up a ManAurum project" | Scaffolds project from scratch |
After installing, just describe what you want:
Build a ManAurum OS app that shows the current time with a dark/light theme
Or use skills directly:
/manaurum-setup
/manaurum-app Create a weather widget
/manaurum-deploy
Your app is a regular web page. ManAurum loads it in a sandboxed iframe and communicates via postMessage:
manaurum:init (theme, user, permissions)manaurum:readyThat's it. Any HTML page can become a ManAurum app.
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 sergeysuaib-ui/manaurum-dev-sdk --plugin manaurum-dev-sdkComprehensive 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.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review