No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
yxzero 48e7041260 Add Raven B4 scripting skill
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/.
2026-07-21 23:42:55 +08:00
examples Add Raven B4 scripting skill 2026-07-21 23:42:55 +08:00
raw Add Raven B4 scripting skill 2026-07-21 23:42:55 +08:00
reference Add Raven B4 scripting skill 2026-07-21 23:42:55 +08:00
.gitignore Add Raven B4 scripting skill 2026-07-21 23:42:55 +08:00
README.md Add Raven B4 scripting skill 2026-07-21 23:42:55 +08:00
SKILL.md Add Raven B4 scripting skill 2026-07-21 23:42:55 +08:00

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 rules
  • reference/ — the full API, split by domain (client, entity, world, render, packets, …)
  • examples/ — a template plus real, confirmed-working scripts
  • raw/ — 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).