CI Release Fixture

SkillAI & models

Minecraft AI agent skills and dual-target plugin bundle for Codex and Claude Code.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the CI Release Fixture skill

What this skill tells your AI

The instructions your AI receives, as published by jahrome907/minecraft-agent-skills in tests/fixtures/validators/ci-release/non-workflow-yaml/SKILL.md and read by ahel’s review.

Required Secrets

  • MODRINTH_TOKEN
# In all workflow jobs:
- name: Setup Gradle
  uses: gradle/actions/setup-gradle@v3
  with:
    cache-read-only: ${{ github.event_name == 'pull_request' }}
name: Build
on:
  push:
    branches: ["main"]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - run: echo ok
      - env:
          MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
        run: echo release

Signals

GitHub stars
141
Forks
8
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
non-workflow-yaml
Source
github.com/jahrome907/minecraft-agent-skills