No description
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Agent Skill for writing/modifying Raven B4 Minecraft client scripts: SKILL.md entrypoint, per-domain API reference, examples (template + confirmed-working scripts), and the verbatim doc scrape in raw/. |
||
| examples | ||
| raw | ||
| reference | ||
| .gitignore | ||
| README.md | ||
| SKILL.md | ||
Raven B4 Scripting Skill
An Agent Skill that teaches your AI coding agent how to write, modify, and debug scripts for the Raven B4 Minecraft client (the daikirai scripting API).
Works with Claude Code and OpenAI Codex — both use the same SKILL.md format.
What's inside
SKILL.md— entrypoint: script anatomy, event lifecycle, correctness rulesreference/— the full API, split by domain (client, entity, world, render, packets, …)examples/— a template plus real, confirmed-working scriptsraw/— the verbatim doc scrape the reference was built from
Install
Clone this repo into your agent's skills directory:
# Claude Code
git clone https://git.yxz.is/yxzero/raven-scripting-skill.git ~/.claude/skills/raven-b4-scripting
# OpenAI Codex
git clone https://git.yxz.is/yxzero/raven-scripting-skill.git ~/.codex/skills/raven-b4-scripting
Restart the agent. For a single project instead of globally, copy the folder
into .claude/skills/ (Claude Code) or .agents/skills/ (Codex) inside that repo.
Use
Just ask — the skill auto-triggers on Raven scripting requests. For example:
Write a Raven b4 script that renders a box around the nearest player.
Or invoke it explicitly with /raven-b4-scripting (Claude Code) or
$raven-b4-scripting (Codex).