一键导入
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)