10 Commits

Author SHA1 Message Date
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
Alex Dunmow
b23e0219b7 developing-blockninja-plugins: add html-blocks guidance
Agents default to registering a custom block type (BlockMeta + Go render func +
Module Federation editor) for section/content blocks. RED baseline confirmed it.
Add html-blocks.md: when to use the built-in html block vs a custom block,
pre-rendered vs live render modes, driving nav/footer from editable menus, and
the master-page reconcile / publish / ReconcileBlocks gotchas. SKILL.md gains a
routing row + a decision callout so the html-block path is seen before an agent
reaches for a custom block. GREEN-verified: fresh agents now pick the html block
(with reasoning) on both a clear case and the nuanced field-form case.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-28 09:53:38 +08:00
Alex Dunmow
7bc233df1a feat(golang-bob): add Bob Go SQL toolkit reference skill
Reference skill for github.com/stephenafamo/bob (v0.46.0): query builder,
generated models/ORM, bobgen code generation, factories, and result scanning.
SKILL.md routes to per-subsystem reference files (query-builder, models,
code-generation, execution, comparisons). Symlinked into ~/.claude/skills and
~/.agents/skills (Codex).

Verified with a RED/GREEN subagent test and cross-checked against v0.46.0
source (flat mod import paths, AppendHooks, plural table var, WhereMod ops).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-22 20:51:55 +08:00
Alex Dunmow
d7c7607058 docs(plugins): route plugin skill to platform data-table provisioning (EnsureDataTable, View-rootable) 2026-06-22 20:51:55 +08:00
Alex Dunmow
182d64403e feat: add revenuecat-api-v2 reference skill
Server-side reference for the RevenueCat REST API v2: endpoint map,
sk_/atk_ auth, pagination, expandables, rate limits, error types, and
write-safety. Symlinked into ~/.claude/skills and listed in README.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-22 20:51:55 +08:00
b8535ff7d9 Update workorder/SKILL.md 2026-06-12 06:40:27 +00:00
Alex Dunmow
0b39858edf add skill frontmatter to sitrep
~/.agents/skills/sitrep/SKILL.md is now a symlink to this file, so it
needs valid skill frontmatter (name + description).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 14:36:07 +08:00
ca4e8757b3 Update commands/sitrep.md 2026-06-12 06:29:51 +00:00
Alex Dunmow
8818816b1d add sitrep command
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 14:27:26 +08:00
Alex Dunmow
e92a8f4be0 first commit 2026-06-12 13:51:20 +08:00