Install
openclaw skills install @leogoat2004/create-agent-appCreate or refactor production-grade TypeScript agent applications. Use when the user asks Codex to generate, scaffold, restructure, or harden a TypeScript agent app, including CLI agents, web agent apps, API services, internal tools, multi-agent harnesses, workflow-first systems, model provider wiri
openclaw skills install @leogoat2004/create-agent-appUse this skill to turn a user request into a real TypeScript agent application base. Its purpose is to prevent toy demos and false validation claims.
references/grill-questions.md.references/architecture-patterns.md for app and harness shape.references/provider-patterns.md for model/provider wiring.references/harness-contract.md for module boundaries and artifacts.references/safety-policy.md for tools, approvals, credentials, and destructive actions.references/validation-policy.md for verification requirements.references/official-docs.md before coding against SDK or framework APIs.references/modern-selection-policy.md before recommending "advanced" TypeScript, runtime, or agent-harness choices.references/industry-architecture-signals.md when evaluating production architecture, observability, governance, scaling, or agent orchestration patterns.references/generation-contract.md before implementing files.Do not create files, install packages, or scaffold until the user confirms:
If the user explicitly says to use sensible defaults, still show the defaults and ask for confirmation before code generation.
.env.example for variable names only.process.env access centralized in src/config/env.ts and validate with zod.When generation is complete, return: