gist-management

Manage GitHub Gists via the gh CLI from Claude Code.

Updated Oct 20, 2025
One-click install
npx skills add https://github.com/Nice-Wolf-Studio/agent-github-skills --skill gist-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gist-management
Source: https://github.com/Nice-Wolf-Studio/agent-github-skills/tree/main/skills/gist-management
Command: npx skills add https://github.com/Nice-Wolf-Studio/agent-github-skills --skill gist-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies and speeds up the management of GitHub Gists by enabling you to create, edit, list, view, delete, clone, star, and fork gists directly from Claude Code using the gh CLI.

Core Features & Use Cases

  • Create, edit, and delete gists from the command line using gh gist.
  • List, view, and clone gists for quick sharing, backup, and collaboration.
  • Fork and star/unstar gists to organize snippets and collaborate with others.
  • Use Case: Back up code snippets or share configuration snippets across machines and teammates.

Quick Start

Use the gist-management skill to create a new gist from a file: gh gist create myfile.js --desc "Useful snippet" --public List your gists: gh gist list View a gist: gh gist view abc123def456

Frequently Asked Questions about gist-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage GitHub Gists from the command line?

You can manage GitHub Gists from the command line by using the gh CLI to create, list, view, edit, delete, clone, fork, and star gists directly through Claude Code for sharing and backup.

Do I need to install the GitHub CLI to create and edit gists?

Yes, creating and editing gists requires the GitHub CLI (gh) to be installed and authenticated, with no additional external services needed to perform gist management tasks.

What's the best way to back up code snippets across multiple machines?

Backing up code snippets across machines is best done by creating public or private gists using gh gist create, then cloning those gists onto other machines to synchronize configurations.

Can I fork and star gists to organize code snippets for collaboration?

Yes, you can fork and star gists to organize code snippets for collaboration, allowing you to build a personal library of useful configurations and share them with teammates.

How do I view and list existing gists without leaving the terminal?

To view and list existing gists without leaving the terminal, use the gh gist list command to see all your gists, then run gh gist view with a specific gist ID to read its contents.