Awesome-omni-skill github
Integrate with GitHub for repository management and collaboration. Use when you need to: (1) manage repositories, issues, and pull requests, (2) search code and repositories, (3) manage collaborators and teams, or (4) automate GitHub workflows.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/tools/github" ~/.claude/skills/diegosouzapw-awesome-omni-skill-github-619706 && rm -rf "$T"
manifest:
skills/tools/github/SKILL.mdsource content
github
Integrate with GitHub for repository management and collaboration. Use when you need to: (1) manage repositories, issues, and pull requests, (2) search code and repositories, (3) manage collaborators and teams, or (4) automate GitHub workflows.
Installation
refly skill install skp-n66acwiuci1z1xgvol5nz8mz
Usage
After installation, run the skill using your installation ID:
refly skill run <installationId> --input '{}'
The installation ID is returned when you run
refly skill install.