contribute
Onboard to veryfront-code architecture, testing, conventions, and PR process.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Onboard to veryfront-code architecture, testing, conventions, and PR process.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build, test, push, deploy, and verify with rollback through Git on failure.
Build and run AI apps and agents with Veryfront CLI
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.
Diagnose and fix build failures using structured error output.
Diagnose runtime errors by connecting to dev server via MCP.
| name | contribute |
| description | Onboard to veryfront-code architecture, testing, conventions, and PR process. |
| metadata | {"version":"1.0.0"} |
Onboard to the veryfront-code repository: architecture, testing, conventions, and PR process.
Read project documentation
AGENTS.md: project overview, architecture, conventionscli/AGENTS.md: CLI-specific conventions for adding commandsUnderstand conventions (via MCP)
Use vf_get_conventions for coding patterns and style guide.
Explore the schema
veryfront schema --json
Understand available commands and their categories.
Make changes
Follow the patterns in AGENTS.md:
#veryfront/ for src, #cli/ for CLIdefineError() from error registrycreateArgParser()cli/commands/{name}/ with handler.ts, command.ts, command-help.tsRun tests
veryfront test --json
Run linter
veryfront lint --json
Format code
deno fmt
veryfront test)veryfront lint)deno fmt --check)router.ts and command-definitions.ts