navigating-github

First-time GitHub setup and interactive git learning. Walks users from

Content Preview
---
name: navigating-github
description: |
  First-time GitHub setup and interactive git learning. Walks users from
  zero to a working GitHub repo, then teaches git through 9 hands-on
  lessons on their actual project. Adapts language and depth to skill
  level — inferred from environment, not questionnaires. Two modes:
  Setup (guided onboarding) and Learn (progressive curriculum from
  commits to CI/CD). Use when the user asks to set up GitHub, learn
  git, or says "teach me github". Trigger 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/navigating-github.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/productivity/navigating-github/skills/navigating-github/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/productivity/navigating-github/skills/navigating-github/SKILL.md

Related Skills