Skillshub non-workflow-yaml

CI Release Fixture

install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/Jahrome907/minecraft-codex-skills/non-workflow-yaml" ~/.claude/skills/comeonoliver-skillshub-non-workflow-yaml && rm -rf "$T"
manifest: skills/Jahrome907/minecraft-codex-skills/non-workflow-yaml/SKILL.md
source content

CI Release Fixture

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