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