veryfront
Build and run AI apps and agents with Veryfront CLI
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Build and run AI apps and agents with Veryfront CLI
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.