ワンクリックで
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 ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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)