ワンクリックで
jb-skill-prefs
Use when adding, updating, removing, inspecting, or installing JB preferred skills from the shared Gist registry.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when adding, updating, removing, inspecting, or installing JB preferred skills from the shared Gist registry.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when setting up or reviewing a development environment, especially Varlock env schemas, gitignored env files, macOS Keychain/local secret storage, SOPS/age optional GitOps secrets, CI secret access, dotenv bootstrapping, or secure local dev onboarding.
Use when the repo has .beans or the user mentions beans, beans-prime, flat-file issues, task tracking, or issue status changes.
Opinionated JB GitHub Actions release-attempt workflow. Use only when the repo already has .github/workflows/jb-release-v1.yaml (or equivalent JB release-attempt workflow) or the user explicitly asks to set it up. Do not use for ordinary local releases; use jb-local-release instead.
Use when the user asks to run a local release flow: prepare version/changelog changes, run local checks, commit, tag, and optionally publish only when explicitly requested.
Query MDN Web Docs through the official MDN MCP server using a persistent mcporter config, avoiding a direct MCP connection in the agent harness. Use when checking current web platform docs, CSS/HTML/JavaScript/Web API behavior, MDN browser compatibility data, Baseline support, or when the user asks whether a browser feature is supported.
Use when the user asks for Chrome MCP/DevTools MCP via mcporter, existing Chrome tabs, console/network inspection, screenshots, or performance traces.
| name | jb-skill-prefs |
| description | Use when adding, updating, removing, inspecting, or installing JB preferred skills from the shared Gist registry. |
| private | true |
| skill_author | bjesuiter@gmail.com |
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.