veryfront
Build and run AI apps and agents with Veryfront CLI
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Build and run AI apps and agents with Veryfront CLI
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Build, test, push, deploy, and verify with rollback through Git on failure.
Development flywheel - autonomous cycle of run, observe, fix, verify. Use for continuous development with browser automation.
Build Veryfront apps. Use for real-time errors, route preview, HMR control, and scaffolding pages/APIs/components/AI tools.
Onboard to veryfront-code architecture, testing, conventions, and PR process.
Diagnose and fix build failures using structured error output.
Diagnose runtime errors by connecting to dev server via MCP.
| name | veryfront |
| description | Build and run AI apps and agents with Veryfront CLI |
| license | Apache-2.0 |
| compatibility | Claude Code, Cursor, VS Code, Codex, Gemini CLI |
| metadata | {"author":"veryfront","version":"1.0"} |
Veryfront is a framework for building and running AI apps and agents in TypeScript and React.
Use these folders as runtime boundaries. Create folders only when the feature needs them.
app/: pages, layouts, route handlers, and user-facing API routes.agents/: model reasoning and tool use.tools/: deterministic callable capabilities.workflows/: multi-step coordination.skills/: reusable agent instructions in skills/<id>/SKILL.md.veryfront.config.ts: project metadata and router configuration.veryfront dev.veryfront generate <type> <name>.veryfront schema --json.veryfront routes.Prefer Veryfront scaffold tools over hand-written boilerplate. Keep app routes, agents, tools, workflows, and skills in their expected folders.
Agent routes need model access. Use veryfront login for the Veryfront Cloud gateway, set VERYFRONT_API_TOKEN, or set provider keys such as OPENAI_API_KEY or ANTHROPIC_API_KEY.