Multiline Flow Fixture

SkillAI & models

Fixture with valid multiline flow collections in workflow YAML.

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 Multiline Flow 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/multiline-flow/SKILL.md and read by ahel’s review.

Required Secrets

  • MODRINTH_TOKEN
name: Matrix Build
on:
  push:
    branches: ["main"]
jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        include:
          - { platform: fabric, dir: fabric }
          - { platform: neoforge, dir: neoforge }
    steps:
      - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803
      - env:
          MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
        run: "./gradlew :${{ matrix.dir }}:build --no-daemon"

Signals

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