원클릭으로
vibee-gen
Generate Zig or Verilog code from VIBEE specifications. Use when creating or updating .tri specs and regenerating code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate Zig or Verilog code from VIBEE specifications. Use when creating or updating .tri specs and regenerating code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Trinity Bridge manual — architecture, endpoints, commands, patterns for Perplexity-Railway-Mac-Claude Code channel. Reference for all AI agents.
Generate Zig or Verilog code from VIBEE specifications. Use when creating or updating .tri specs and regenerating code.
GOD MODE — Agent monitoring dashboard. Shows swarm status, task queue, pipeline compliance, circuit breakers, git activity, and rule violations.
HEALER — diagnose, heal, commit dirty files, monitor junk & docs & duplicates, report honestly. Every loop = action + proof.
Agent swarm development dashboard — live Railway containers, issue queue, PR pipeline, JSONL events, pool utilization, and queue drain status. Use when checking agent dev tasks, spawning status, or monitoring issues #315-#319.
Trinity Arena 2.0 — LLM Battle Platform dashboard. Live leaderboard, battle history, scientific metrics, deploy to Railway.
| name | vibee-gen |
| description | Generate Zig or Verilog code from VIBEE specifications. Use when creating or updating .tri specs and regenerating code. |
| argument-hint | <path/to/spec.tri> |
| allowed-tools | Bash(zig *), Bash(cat *), Bash(ls *), Read, Grep, Glob |
!find /Users/playra/trinity-w1/specs -name "*.tri" 2>/dev/null | head -20
Generate code from VIBEE specification: $ARGUMENTS
cd /Users/playra/trinity-w1 && zig build vibee -- gen $ARGUMENTSvar/trinity/output/ (Zig) or var/trinity/output/fpga/ (Verilog)zig test <generated_file>name: module_name
version: "1.0.0"
language: zig # or: varlog (Verilog), python
module: module_name
types:
TypeName:
fields:
field: Type
behaviors:
- name: function_name
given: Precondition
when: Action
then: Result
specs/tri/*.tri, trinity-nexus/tri/*.trivar/trinity/output/tri/zig/var/trinity/output/fpga/trinity-nexus/lang/src/ (imported as trinity-lang module)