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