agentsclimarketplace

Multiline flow

Skill Jahrome907/minecraft-agent-skills/tests/fixtures/validators/ci-release/multiline-flow

Fixture with valid multiline flow collections in workflow YAML.From its SKILL.md

Install
npx -y skills add Jahrome907/minecraft-agent-skills --skill multiline-flow

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.6 KB, 141 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.

Keep looking

Skills are one crate of 326,764. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.