web-architecture
Multi-agent orchestration for complex TypeScript/Next.js/Convex projects.
Setup & Installation
Install command
clawhub install michaelmonetized/web-architectureIf the CLI is not installed:
Install command
npx clawhub@latest install michaelmonetized/web-architectureOr install with OpenClaw CLI:
Install command
openclaw skills install michaelmonetized/web-architectureor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/michaelmonetized/web-architectureWhat This Skill Does
A multi-agent development workflow for TypeScript/Next.js/Convex projects. Defines a phased build sequence with strict agent ordering, file ownership rules, and functional verification checkpoints at each phase. Derived from a real project where 29 parallel agents produced 50K lines of code that compiled but had zero actual functionality.
Prevents the specific failure mode where parallel agents produce compiling but non-functional code by requiring a single schema owner and functional verification before each phase begins.
When to Use It
- Coordinating parallel agents on a Next.js/Convex app without schema conflicts
- Enforcing type contracts between frontend and backend agents before any code is written
- Verifying agent-built features actually work end-to-end, not just pass a build check
- Assigning isolated directory ownership to prevent parallel agents from overwriting each other
- Structuring phased builds where schema bootstrapping blocks all downstream agent work
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Coordinating parallel agents on a Next.js/Convex app without schema conflicts
- 1Coordinating parallel agents on a Next.js/Convex app without schema conflicts
- 2Enforcing type contracts between frontend and backend agents before any code is written
- 3Verifying agent-built features actually work end-to-end, not just pass a build check
- 4Assigning isolated directory ownership to prevent parallel agents from overwriting each other
- 5Structuring phased builds where schema bootstrapping blocks all downstream agent work
Multi-agent orchestration for complex TypeScript/Next.js/Convex projects.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.