gist-update

Update existing GitHub Gists with new file content and regenerate README documentation.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/cxm6467/caboose-cursor-tools --skill gist-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gist-update
Source: https://github.com/cxm6467/caboose-cursor-tools/tree/main/cursor-plugins/plugins/gist/skills/gist-update
Command: npx skills add https://github.com/cxm6467/caboose-cursor-tools --skill gist-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of updating existing GitHub Gists with new code content and regenerates the associated README documentation, ensuring your gists are always up-to-date and well-documented.

Core Features & Use Cases

  • Update Existing Gists: Modifies content of a gist without creating a new one.
  • Automatic README Regeneration: Creates or updates the README comment based on code changes.
  • Gist Discovery: Can find existing gists by filename if the ID is not provided.
  • Use Case: You've made changes to a code snippet you previously shared as a gist. Use this Skill to push those changes and update the explanatory README comment automatically.

Quick Start

Use the gist-update skill to update the gist for the file 'main.py'.

Frequently Asked Questions about gist-update

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

FAQPage Schema
How do I update an existing GitHub Gist with new code content?

To update a GitHub Gist, this skill modifies the content of your existing gist without creating a new one, preserving the original URL and maintaining version history for your shared code snippets.

Can I automatically regenerate README documentation for my GitHub Gists?

Yes, you can automatically regenerate README documentation. This skill creates or updates the README comment within your gist to reflect the latest code changes automatically.

How do I find and update a GitHub Gist if I don't have the ID?

You can find a GitHub Gist by filename. If the explicit gist ID is not provided, this skill supports gist discovery by searching for the specific file name.

What is the best way to keep my shared code snippets and gist documentation in sync?

The best way to keep code snippets and documentation in sync is to push changes through this skill, which updates the existing gist files and regenerates the explanatory README comment in one step.

Does updating a GitHub Gist change the original sharing URL?

No, updating a GitHub Gist does not change the sharing URL. This skill modifies the file content and README while preserving the original gist URL for consistent code sharing.