Skillshub indented-workflow

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/indented-workflow" ~/.claude/skills/comeonoliver-skillshub-indented-workflow && rm -rf "$T"
manifest: skills/Jahrome907/minecraft-codex-skills/indented-workflow/SKILL.md
source content

CI Release Fixture

  • Example workflow:

    name: Build
    on:
      push:
        branches: ["main"]