Alex Dunmow cb1acbab6b developing-blockninja-plugins: rewrite for the wasm-plugin era
.so pipeline is dead (cms a04277ee2): standalone plugins are reactor-mode
wasip1 wasm packed into .bnp artifacts. Skill now teaches ninja plugin
build/verify/publish --bnp, bnwasm sqlc DB (per-plugin role, own schema
only), capability dispositions, per-instance-state gotchas (HostServices,
deps stashing), sandbox constraints (data_dir, buffered HTTP, hot-swap),
with plugins/testplugin as the worked example. html-blocks.md: reword the
one .so compat line.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-03 22:09:55 +08:00
2026-06-12 14:36:07 +08:00
2026-06-12 13:51:20 +08:00
2026-06-12 13:51:20 +08:00
2026-06-12 13:51:20 +08:00
2026-06-12 13:51:20 +08:00
2026-06-12 06:40:27 +00:00

skills

Personal Claude Code skills and commands, source of truth for ~/.claude/skills/ and ~/.claude/commands/.

Each skill directory (and command file under commands/) is symlinked back into place:

~/.claude/skills/<name>        -> ../../src/skills/<name>   # Claude Code
~/.agents/skills/<name>        -> ../../src/skills/<name>   # Codex / cross-runtime
~/.claude/commands/<name>.md   -> ../../src/skills/commands/<name>.md

Skills

  • developing-blockninja-plugins — creating, building, and publishing BlockNinja CMS plugins/themes
  • fleet — apply a change across many BlockNinja repos with per-repo verification
  • golang-bob — reference for the Bob Go SQL toolkit (query builder, generated models/ORM, bobgen code generation, factories, scanning)
  • grill-with-docs — stress-test a plan against the domain model and update docs inline
  • revenuecat-api-v2 — server-side reference for the RevenueCat REST API v2 (endpoints, auth, write-safety)
  • shipit — full BlockNinja plugin/theme pre-publish pipeline
  • star-response-builder — turn experience/achievements into STAR-style responses
  • workorder — generate numbered work-order documents (WO-NNN)

Commands

  • sitrep — generate a comprehensive resume prompt for session handoff

Adding a skill

mkdir ~/src/skills/<name>          # write SKILL.md inside
ln -s ../../src/skills/<name> ~/.claude/skills/<name>   # Claude Code
ln -s ../../src/skills/<name> ~/.agents/skills/<name>   # Codex
Description
No description provided
Readme 153 KiB
Languages
Markdown 100%