Multiline flow
Skill AIKUSAN/minecraft-agent-skills-bundle/tests/fixtures/validators/ci-release/multiline-flow
Fixture with valid multiline flow collections in workflow YAML.From its SKILL.md
npx -y skills add AIKUSAN/minecraft-agent-skills-bundle --skill multiline-flowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.6 KB, 142 tokens by cl100k_base, as published. Nobody here has run it
Multiline Flow Fixture
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@v4
- env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
run: ./gradlew :${{ matrix.dir }}:build --no-daemon
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.