skills/gist-skills/SKILL.md
How to save & load skills from my gist
npx skillsauth add kuboon/dotfiles gist-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Each skill directory should have .<skill-name>.SKILL.md that will contain matadata.
<skill-description>
- updated_on: YYYY-MM-DD
- [gist](<gist-url>)
Because gist list page shows filename, SKILL.md is not helpful.
gh gist list --filter "SKILL.md <other queries>"
gh gist view <gist-id><workdir-root>/.agents/skills/<skill-name>/*gh gist create .<skill-name>.SKILL.md -p -d "<skill-name>/SKILL.md <tag> <tag> <tag>"updated_on field in metadatagh gist edit <gist-id> "<update-filename>"development
jsr release workflow for Deno projects. Use when publishing or releasing packages to JSR (JavaScript Registry) using Deno.
tools
Rules for using Deno
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------