lacolaco

24 mods across 2 repositories, 7 stars between them.

lacolaco/claude-plugins

Instructions file

Instructions for lacolaco/claude-plugins, covering claude-plugins, language, plugin change checklist, hook script conventions and plugin testing.

5 6d ago A 1,053 tokens original MIT

llm-wiki

03

lacolaco/claude-plugins

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.

5 6d ago A tokens not measured original MIT

kb-ingest

04

lacolaco/claude-plugins

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…

5 6d ago A 375 tokens original MIT

kb-lint

05

lacolaco/claude-plugins

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.

5 6d ago A 74 tokens original MIT

kb-query

06

lacolaco/claude-plugins

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…

5 6d ago A 220 tokens original MIT

kb-sync

07

lacolaco/claude-plugins

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".

5 6d ago A 54 tokens original MIT

memory-sanitize

08

lacolaco/claude-plugins

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.

5 6d ago A tokens not measured original MIT

memory-sanitize

09

lacolaco/claude-plugins

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.

5 6d ago A 136 tokens original MIT

protect-main-branch

10

lacolaco/claude-plugins

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.

5 6d ago A tokens not measured original MIT

PreToolUse

11

lacolaco/claude-plugins

Hook

Runs before the agent uses a tool for Bash tool calls, executing protect-main-branch.sh. From lacolaco/claude-plugins.

5 6d ago A tokens not measured original MIT

retrospective

12

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…

5 6d ago A tokens not measured original MIT

lacolaco/claude-plugins

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.

5 6d ago A 46 tokens original MIT

critic-coverage

14

lacolaco/claude-plugins

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.

5 6d ago A 53 tokens original MIT

critic-remediation

15

lacolaco/claude-plugins

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…

5 6d ago A 62 tokens original MIT

retrospective

16

lacolaco/claude-plugins

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…

5 6d ago A 89 tokens original MIT

session-handover

17

lacolaco/claude-plugins

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.

5 6d ago A tokens not measured original MIT

handover

18

lacolaco/claude-plugins

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'…

5 6d ago A 127 tokens original MIT

takeover

19

lacolaco/claude-plugins

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…

5 6d ago A 129 tokens original MIT

session-tts

20

lacolaco/claude-plugins

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…

5 6d ago A tokens not measured original MIT

tts

21

lacolaco/claude-plugins

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…

5 6d ago A 93 tokens original MIT

volume

22

lacolaco/claude-plugins

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…

5 6d ago A 91 tokens original MIT

tech-writing

23

lacolaco/claude-plugins

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…

5 6d ago A tokens not measured original MIT

tech-writing

24

lacolaco/claude-plugins

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.

5 6d ago A 150 tokens original MIT