skills/jb-skill-prefs/SKILL.md
Use when adding, updating, removing, inspecting, or installing JB preferred skills from the shared Gist registry.
npx skillsauth add bjesuiter/skills jb-skill-prefsInstall 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.
This local skill is the registry editor and resource locator.
The portable install/bootstrap/update workflow lives in the Gist setup document. Do not duplicate that full workflow here.
Use exactly:
https://gist.github.com/bjesuiter/98d5768dc360093affb8d8fdb064e45fjb-skill-preferences.json5jb-skill-preferences-setup.mdJB shared preferred AI skill registryhttps://gist.github.com/bjesuiterTreat filenames as canonical. Do not invent alternates.
gh installed and authenticated for gist read/write.global and project sections.Read the registry:
gh gist view https://gist.github.com/bjesuiter/98d5768dc360093affb8d8fdb064e45f \
--filename jb-skill-preferences.json5 \
--raw
Read the install/update workflow:
gh gist view https://gist.github.com/bjesuiter/98d5768dc360093affb8d8fdb064e45f \
--filename jb-skill-preferences-setup.md \
--raw
If the pinned gist fails, find it by filename/description:
gh gist list --limit 100 --filter 'jb-skill-preferences\.json5|JB shared preferred AI skill registry'
global or project:
global = always-available/local-machine preferences.project = per-repo/topic preferences.core, experimental, appleDev, designWork, devLibs, openclawDev, browser-testing.jb-skill-preferences.json5 from the Gist.{ source, skills: [...] } over repeated { source, skill } entries for the same repo.npx -y json5 -c /path/to/jb-skill-preferences.json5
gh gist edit https://gist.github.com/bjesuiter/98d5768dc360093affb8d8fdb064e45f \
--filename jb-skill-preferences.json5 \
/path/to/jb-skill-preferences.json5
global.topics.* = globally installed preferences.project.topics.* = project-local preferences.prompts: [], extensions: [], etc.).description = short topic summary.notes = freeform context.reviewAfter only for experimental topics; default window is three months.skill: "name" = one selected skill.skills: ["a", "b"] = multiple selected skills from the same repo.skill: "*" requires wildcard: true.cli: "skills@latest"; latest is the default.piExtensions for Pi coding-agent-specific install sources; do not put them in generic packages.If adding/updating preferences and the registry does not exist, create a secret gist from a temp file using the established schema:
gh gist create /path/to/jb-skill-preferences.json5 -d 'JB shared preferred AI skill registry'
If only inspecting or installing, ask before initializing.
If JB asks to install after adding a registry entry:
jb-skill-preferences-setup.md from the Gist.For full machine bootstrap/update, always defer to jb-skill-preferences-setup.md.
global and project semantics separate.testing
Use when the user mentions Clawpatch/clawpatch.ai, semantic feature review, repo-wide AI audit, persistent findings, or clawpatch init/map/review/report/fix/revalidate.
development
Use when the user asks for autoreview, Codex/Claude second-model review, or final review of dirty changes, a branch, commit, or PR before ship.
testing
Use when the user asks to cut, prepare, publish, tag, or verify a release, especially npm/package releases.
tools
Use when adding, writing, fixing, or exposing a script for the Tuna macOS launcher.