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/invalid" ~/.claude/skills/comeonoliver-skillshub-invalid && rm -rf "$T"
manifest:
skills/Jahrome907/minecraft-codex-skills/invalid/SKILL.mdsource content
CI Release Fixture
Required Secrets
MODRINTH_TOKEN
name: Broken Build on: push: branches: ["main"] steps: - run: echo path/to/workflows - env: CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }} run: echo release