Skill Claude CodeCodex
Use when writing or editing LibrAIum data entries (data/entries//.md) — house style for summaries, Reception, Personal Notes, tags, and metadata.
Skill Claude CodeCodex
Use when writing or editing LibrAIum data entries (data/entries//.md) — house style for summaries, Reception, Personal Notes, tags, and metadata.
Skill Claude CodeCodex
Audit the library for rot — stale metadata, placeholder notes, tag drift — propose fixes and apply on approval.
Skill Claude CodeCodex
Mirror a data-format change across the Rust and Node implementations, prove conformance, and add a fixture.
Skill Claude CodeCodex
Run ONE iteration of the continuous-improvement loop — pick the highest-value backlog item, implement it, verify end-to-end, commit.
Skill Claude CodeCodex
Gather third-party Reception signal for entries and draft each.
Skill Claude CodeCodex
Run one PDCA iteration of the utilization loop — build one thing that makes the library pay off in real use.
Agent Claude Code
Read-only auditor of LibrAIum's dual-implemented data format. It diffs the Rust implementation (src-tauri/src/frontmatter.rs, store.rs, models.rs) against the Node one (mcp-server/lib/store.js) rule by rule, runs the conformance script and both test suites, and reports any behavioral drift with file:line citations.…
Agent Claude Code
Researches a single GitHub repository and drafts a high-quality LibrAIum data entry (data/entries/ / .md) in house style, with real GitHub metadata and validated frontmatter. Invoke it when the user wants a repo added to the library, when /add-entry needs the research and drafting offloaded, or when several repos…
Agent Claude Code
Repo-specific code reviewer for LibrAIum. It reviews diffs or recently written code against this project's hard rules — dual-implemented data format, Svelte 5 runes-only frontend, Tauri camelCase/snakecase boundary, async + spawnblocking for network work, keyring-only secrets, no swallowed errors — and returns…
Agent Claude Code
Read-only content auditor for LibrAIum's library (data/entries/). It runs the deterministic curation report and interprets it — lastchecked freshness buckets, thin shelves, singleton/near-synonym tag drift, uncovered stale/archived succession holes, reception staleness — adds the one judgment-only check the report…
Agent Claude Code
Gathers third-party Reception signal for ONE existing LibrAIum entry and writes (or refreshes) its ## Reception section in house style — sourced, attributive bullets synthesized from the GitHub dossier, with the provenance stamp and the receptiongathered date updated and the entry ticked in the coverage checklist.…
Agent Claude Code
Read-only scout that sources vetted GitHub candidates for a thin shelf (or a stale entry's successor), deduped against BOTH the shelved library and the rejected-candidates memory, and returns a severity-ranked shortlist that hands off to /add-entry or /bulk-add. It parallelizes the research half of /scout — run one…
Agent Claude Code
Read-only design reviewer for LibrAIum's frontend. It reviews a diff of src//.svelte and src//.css against DESIGN.md and the Flexoki token system in src/styles.css — tokens-only (no invented colors/fonts/radii/shadows/hex literals), one chromatic accent, light+dark both handled, the type/spacing/shape/motion scales…
Command Claude Code
Research a GitHub repo and add a curated entry to data/entries with real metadata and honest notes.
Command Claude Code
Batch-shelve several repos at once — from a URL list or your GitHub stars — then draft honest notes for each.
Command Claude Code
Audit the library for rot — stale metadata, placeholder notes, tag drift — propose fixes and apply on approval.
Command Claude Code
Mirror a data-format change across the Rust and Node implementations, prove conformance, and add a fixture.
Command Claude Code
Run ONE iteration of the continuous-improvement loop — pick the highest-value backlog item, implement it, verify end-to-end, commit.
Command Claude Code
Gather third-party Reception signal for entries and draft each.
Command Claude Code
Refresh entries' GitHub metadata (stars, push date, status) headlessly and review the delta digest.
Command Claude Code
Scout vetted GitHub candidates for a thin shelf (or a stale entry's successor), deduped against the library, ending in /add-entry offers.
Command Claude Code
Run one PDCA iteration of the utilization loop — build one thing that makes the library pay off in real use.
Command Claude Code
Run the full verification pipeline (scripts/verify-all.sh) and fix failures until every stage is green.
Hook Claude Code
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing post-edit.mjs via node. From nel-neru/LibrAIum.