Skip to content

Instantly share code, notes, and snippets.

@kuboon
Last active April 1, 2026 21:40
Show Gist options
  • Select an option

  • Save kuboon/e2954a108b3d4f7cef5b59c94785d2a1 to your computer and use it in GitHub Desktop.

Select an option

Save kuboon/e2954a108b3d4f7cef5b59c94785d2a1 to your computer and use it in GitHub Desktop.
gist-skills/SKILL.md skill claude

How to save & load skills from my gist

updated_at: 2026-02-04 13:26 +09:00 gist

name gist-skills
description How to save & load skills from my gist
metadata
url updated_on
2026-04-01

List skills

gh gist list --filter "SKILL.md <other queries>"

Load skill

  • get gist-id by "List skills"
  • get contents by gh gist view <gist-id>
  • save them to <workdir-root>/.agents/skills/<skill-name>/*

Save or update

  • metadata.url in frontmatter is not exist or no gist-url saved:
    • gh gist create SKILL.md -p -d "<skill-name>/SKILL.md <tag> <tag> <tag>"
  • update metadata in frontmatter
metadata:
  url: https://gist.github.com/kuboon/<gist-id>
  updated_on: 2026-04-01
  • gh gist edit <gist-id> "<update-filename>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment