← Back to list

x07-ffi-c
by x07lang
X07 public website and documentation site
⭐ 0🍴 0📅 Jan 26, 2026
SKILL.md
name: x07-ffi-c description: Emit C output and a C header for embedding X07 in C/C++ via x07c --emit-c-header. metadata: short-description: Emit C + header version: 0.1.0 kind: docs
x07-ffi-c
Use this skill when embedding an X07 program as a library.
Canonical commands
-
Emit C + header from a program file:
x07c compile --program src/main.x07.json --world solve-pure --module-root src --out target/out.c --emit-c-header target/out.h
-
Emit C + header from a project manifest:
x07c build --project x07.json --out target/out.c --emit-c-header target/out.h
Notes
--emit-c-headerdisables emitting amainentrypoint, so the output is linkable/embeddable.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon