plugins
All plugins

navigating-github

v2.5.0

Adaptive GitHub companion for all skill levels. AI-driven assessment that meets you where you are — from first commit to team workflows.

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 2 hours ago

Source

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

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/navigating-github/ inside the repository.

Layout

plugins/productivity/navigating-github/
├── .claude-plugin/plugin.json
└── skills/navigating-github/SKILL.md

Skills1

navigating-githubskills/navigating-github/SKILL.md

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 with "set up my repo", "help me with github", "teach me github", "learn git", "what are branches", "teach me PRs", or "how do I use github".

Manifests1

plugins/productivity/navigating-github/.claude-plugin/plugin.json
{
  "name": "navigating-github",
  "version": "2.5.0",
  "description": "Adaptive GitHub companion for all skill levels. AI-driven assessment that meets you where you are — from first commit to team workflows.",
  "author": {
    "name": "Jeremy Longshore",
    "email": "jeremy@intentsolutions.io"
  },
  "repository": "https://github.com/jeremylongshore/navigating-github",
  "homepage": "https://tonsofskills.com",
  "license": "MIT",
  "keywords": [
    "github",
    "git",
    "beginner",
    "intermediate",
    "advanced",
    "vibe-coding",
    "version-control",
    "collaboration",
    "learning",
    "onboarding",
    "adaptive"
  ]
}