A high-performance multi-agent orchestration playbook for building TypeScript, Next.js, and Convex applications without architectural chaos.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install web-architecture
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install web-architecture using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Web Architecture skill provides a battle-tested framework for managing complex AI-driven development. Born from the lessons of high-volume agent deployments, this skill enforces a phased approach to building full-stack applications. It prioritizes schema stability and functional verification over simple code generation, ensuring that Openclaw Skills produce working products rather than just syntactically correct code.
By implementing strict sub-agent policies and a sequential-to-parallel workflow, developers can leverage multiple AI agents to scale productivity without running into common pitfalls like context fragmentation or duplicate definitions. This skill transforms individual agent outputs into a cohesive system by locking core architectural foundations before parallelizing feature work.
Initialize your project by ensuring the Bootstrap phase is completed by a single agent before spawning parallel tasks. Use the following commands to initialize the environment:
npx convex dev --once
bun run build
You must create the essential configuration files including convex/schema.ts, CONTRACTS.md, and lib/types.ts to lock the architectural foundation for subsequent Openclaw Skills operations.
The skill organizes data through a strict directory locking system and metadata files that serve as single sources of truth for the entire development lifecycle.
| Directory/File | Access Policy | Description |
|---|---|---|
convex/schema.ts |
Locked after Phase 0 | The definitive source for database tables and relations. |
CONTRACTS.md |
Locked after Phase 0 | Documentation of all API shapes and data contracts. |
lib/types.ts |
Locked after Phase 0 | Shared frontend TypeScript definitions. |
app/ |
Directory Isolation | Agents write only to their assigned feature or route directories. |
components/ui/ |
Sequential Owner | Centralized component library to ensure UI consistency. |
Loading
A senior-level engineering skill for implementing flawless Clerk authentication and route protection in Next.js 15/16+ applications.

A production-grade development workflow for AI agents that manages tasks, stacked PRs, and deployment verification.

A high-performance skill for AI agents to generate production-ready, visually stunning frontend interfaces that break away from generic AI design patterns.

An architecture-first development workflow that ensures every line of code justifies its existence within a system's strict design principles.

A specialized CLI tool that queries Xcode IndexStoreDB to find every Swift file referencing a specific symbol.

A lightweight, decentralized product management framework designed to synchronize humans and AI agents within a code repository.








































