Plugin Claude Code
Claude Code plugins by lacolaco.
Plugin Claude Code
Claude Code plugins by lacolaco.
Instructions file
Instructions for lacolaco/claude-plugins, covering claude-plugins, language, plugin change checklist, hook script conventions and plugin testing.
Plugin Claude Code
Knowledge base management skills for the LLM Wiki pattern (Karpathy-style). Provides ingest (project manifest changes → wiki pages), query (cross-project inventory questions), lint (OKF v0.1 conformance, broken links, staleness detection), and sync (re-ingest stale pages). The KB lives at /.knowledge/ with a raw/wiki.
Skill Claude CodeCodex
Edited a project's manifest, lockfile, or config? Added or deleted a whole project? Then its .knowledge/ wiki page is now stale — use this skill to ingest (regenerate the page) or deingest (remove it). Assume the user won't mention the wiki or KB; trigger from the file touched or the action alone. Fire when: a…
Skill Claude CodeCodex
Lint the knowledge base at /.knowledge/ (LLM Wiki). Deterministic checks are delegated to a script; contradictions, broken links, and staleness are reported as proposals only (no auto-fix). Use for KB health checks, contradiction detection, right after a batch ingest, or before relying on the KB as evidence.
Skill Claude CodeCodex
Use this skill whenever the user is trying to recall, verify, enumerate, or reconcile facts about their own collection of projects — especially "which of my projects do X" questions. X can be a library, package, framework, version, service, cloud platform, deploy target, architectural pattern, or "what even is this…
Skill Claude CodeCodex
Sync stale pages in the knowledge base at /.knowledge/ (LLM Wiki). Re-ingests wiki pages that drifted from their sources to resolve drift. Use for "refresh the KB", "update a stale page", or "sync".
Plugin Claude Code
Reproducible Japanese prose quality checker for persistent layers (memory, CLAUDE.md, skill definitions, style guides). Combines textlint-ja rules with custom rules (em-dash prohibition, English word detection, heading separator ban, no space after Japanese punctuation, Cyrillic homoglyph detection) to enforce writing.
Skill Claude CodeCodex
A Japanese-language quality checker for persistent text that shapes an agent's context, such as memory files, instructions, and skill documents. It uses textlint-ja and custom rules to detect issues, including unwanted English words.
Plugin Claude Code
Prevent git operations that would modify the main branch (or configured branches) in Claude Code. Blocks git commit, push, merge, rebase, reset, cherry-pick, revert, and am on the protected branch(es). Individual subcommands can be opted out via PROTECTMAINBRANCHALLOWEDSUBCOMMANDS, or the hook can b.
Hook
Runs before the agent uses a tool for Bash tool calls, executing protect-main-branch.sh. From lacolaco/claude-plugins.
Plugin Claude Code
Retrospective grounded in garbage-in-garbage-out: traces problems from Output back to their upstream origin across six stages, then fixes at the stage where the cause lives. Knowledge deficiencies get knowledge fixes, not downstream rule patches. Implements fixes in the current session. Three parallel critic agents…
Agent
Adversarial audit of the retrospective's stage attributions and library health — verifies that each problem is attributed to its true upstream origin. Invoked in parallel with critic-coverage and critic-remediation at Submission.
Agent
Adversarial audit of the retrospective for exhaustiveness — verifies that every rule and knowledge source was enumerated, all six stages were examined, and gap analysis is complete. Invoked in parallel with critic-classification and critic-remediation at Submission.
Agent
Adversarial audit of the retrospective's remediation — verifies that each fix targets the stage where the cause lives (not a downstream patch), that implementable fixes were actually implemented, and that submission text follows style norms. Invoked in parallel with critic-coverage and critic-classification at…
Skill Claude CodeCodex
Retrospective grounded in the garbage-in-garbage-out principle: traces problems from Output back to their upstream origin across six stages, then fixes at the stage where the cause lives — knowledge deficiencies get knowledge fixes, not downstream rule patches. Implements fixes in the current session. Use after…
Plugin Claude Code
Job-succession handover/takeover for Claude Code. Each document represents a job seat identified by (project, role) frontmatter and lives at / .md, where is the current holder's English first name. /handover writes a holder's handoff report (Knowledge block) and an append-only accountability ledge.
Skill Claude CodeCodex
Write or update your handover document so the next holder of this job seat can take over your responsibilities. The seat you hold is identified by (project, role) in the document's frontmatter; the document is a handoff report, not a personal diary. Use this skill whenever the user mentions 'handover', 'hand over'…
Skill Claude CodeCodex
Take over a job seat left by a previous holder — adopt responsibility for the work going forward, audit the predecessor's claims before relying on them, and continue under your own name. Every referenced artifact becomes a mandatory read task, drained before any work starts. The predecessor's report is yours to audit…
Plugin Claude Code
Read Claude Code responses aloud locally with a different Japanese voice per session. Instructs Claude to deliver mid-turn progress narration via a synchronous Bash call into the say adapter, plus a TodoWrite hook that nudges narration at task transitions. Permission prompts include the workspace name. ON by default…
Skill Claude CodeCodex
Toggle Claude Code TTS playback for the current session (session-tts plugin). TTS is ON by default at session start (controllable via SESSIONTTSENABLED env var); this skill is for silencing the current session, re-enabling it after off, or checking status. Argument is one of on, off, toggle, or status (default…
Skill Claude CodeCodex
Adjust the session-tts playback volume globally (afplay --volume coefficient). The default is 0.8 to keep TTS quieter than other audio (notifications, music). Argument is a decimal in [0.0, 1.0] to set the volume, status (default) to show the current value, or reset to restore the default. The setting is shared across…
Plugin Claude Code
Japanese technical writing norms for books, articles, and documentation. Covers formatting (footnotes, column headings), paragraph structure (paragraph writing), argumentative rigor, reader cognitive load management, perspective and narration, restraint in rhetoric, LLM-style filler prohibition, and redundancy…
Skill Claude CodeCodex
A Japanese-language guide for writing and editing technical material such as book chapters, articles, and explanations. It sets rules for structure, terminology, formatting, and logical flow.