denisraison

48 mods across 1 repository, 3 stars between them.

memory

25

denisraison/claude-plugins

Plugin Claude Code

Persistent session memory: auto-checkpoints sessions (PreCompact/SessionEnd), /note-session writes daily logs, /rollup-day distills them, /recall searches the curated layer.

3 2mo ago A tokens not measured

note-session

26

denisraison/claude-plugins

Command

Checkpoint the current session into the global daily session log. Idempotent, append-only, safe to run multiple times and before /compact.

3 2mo ago A 28 tokens

recall

27

denisraison/claude-plugins

Command

Search and navigate the global session memory. Use natural questions like "what was I doing yesterday in the api repo?" or "what did we decide about JWT cookies?".

3 2mo ago B 33 tokens

rollup-day

28

denisraison/claude-plugins

Command

Distill a day's raw session log into a compact daily rollup that /recall prefers. Default target is yesterday. Idempotent, overwrites the rollup file each run.

3 2mo ago A 37 tokens

memory-system

29

denisraison/claude-plugins

Skill Claude CodeCodex

Multi-layer memory system for sessions, daily rollups, and per-project knowledge via /recall, /rollup-day, /note-session commands.

3 2mo ago A 32 tokens

pep

30

denisraison/claude-plugins

Plugin Claude Code

PEP (Project Enhancement Proposal) workflow: markdown-driven planning, investigation, and execution with wave shapes, adversarial review, and gate evidence. Audit hook records what actually ran. No engine, no state.db. Folds in the spike (investigation) flow. Includes the grill skill (alignment interview + domain…

3 2mo ago A tokens not measured

gate-keeper

31

denisraison/claude-plugins

Agent

Use this agent when the user wants to verify that a PEP wave is complete, validate gate criteria, or get a confidence-scored evaluation of implementation progress. This agent reads the PEP, checks the diff, evaluates gate criteria, and produces a structured verdict.

3 2mo ago A 57 tokens

grill

32

denisraison/claude-plugins

Skill Claude CodeCodex

This skill should be used when the user says "grill me", "grill with docs", "stress-test this plan", "interview me", "interrogate this design", "poke holes in this", "am I missing anything", or wants to align on what to build before building it. Interviews the user one question at a time until every branch of the…

3 2mo ago A 122 tokens

pep

33

denisraison/claude-plugins

Skill Claude CodeCodex

This skill should be used when the user says "create a PEP", "update PEP", "PEP status", "document this", "spike", "investigate", "explore", "look into", "scout", "research", "scope out", "figure out", or references PEP-.md files. Manages PEP (Project Enhancement Proposal) documents covering both investigation ("I…

3 2mo ago A 133 tokens

qa

34

denisraison/claude-plugins

Plugin Claude Code

QA spine. qa-scenarios generates user-impact test scenarios from a code change, reading a layered repo-local QA.md failure-mode corpus discovered at runtime. Product-agnostic; grows the corpus as the user reacts to scenarios.

3 2mo ago A tokens not measured

qa-scenarios

35

denisraison/claude-plugins

Skill Claude CodeCodex

Generate user-impact QA test scenarios from a code change, in the style of a human QA tester probing real failure states. Use this whenever the user wants QA help on a commit, diff, branch, or PR; asks "what should I test here", "what would break", "what would a user hit"; wants to bootstrap or grow a failure-mode…

3 2mo ago A 158 tokens

skill-creator

37

denisraison/claude-plugins

Skill Claude CodeCodex

This skill should be used when the user asks to "create a skill", "add a skill to a plugin", "add a skill to a repository", "scaffold a skill", "write a new skill", "improve skill description", or needs guidance on skill structure, progressive disclosure, or skill development best practices.

3 2mo ago A 69 tokens

workflow-tools

38

denisraison/claude-plugins

Plugin Claude Code

Code review, cleanup, comment deslopping, refactoring, debugging discipline, browser testing agent, and gate-keeper evaluation agent. PEP workflow moved to its own marketplace at the pep repo.

3 2mo ago A tokens not measured

browser-tester

39

denisraison/claude-plugins

Agent

Use this agent when the user wants to visually check, test, or debug frontend changes in a browser. This agent uses claude-in-chrome to see the page, interact with elements, and read console logs.

3 2mo ago A 47 tokens

code-cleanup

41

denisraison/claude-plugins

Skill Claude CodeCodex

This skill should be used when the user asks to "clean up tests", "clean up code", "tidy up tests", "remove dead tests", "organize test files", "fix test structure", or mentions test hygiene, test bloat, removing temporary tests, or following test best practices. Unlike the code-review skill (which reviews a diff for…

3 2mo ago A 99 tokens

diagnose

42

denisraison/claude-plugins

Skill Claude CodeCodex

This skill should be used when the user says "diagnose this", "debug this", "why is this failing", "this is broken", "track down this bug", or reports something throwing, crashing, returning wrong output, or a performance regression. A disciplined diagnosis loop for hard bugs: build a feedback loop, reproduce…

3 2mo ago A 0 tokens

fix-comments

43

denisraison/claude-plugins

Skill Claude CodeCodex

Review code comments in a diff and remove or trim AI slop, bloat, and noise, keeping only comments that earn their place. Use when the user says "review the comments", "remove slop comments", "deslop the branch", "trim the comments", "do we need this comment", "we added too many comments", "can we cleanup comments"…

3 2mo ago A 109 tokens

code-refactor

44

denisraison/claude-plugins

Skill Claude CodeCodex

This skill should be used when the user asks to "refactor this package", "reorganize this code", "split this file", "this code is a mess", "too many files", "simplify this module", "restructure this", or mentions god structs, god components, god classes, package organization, module structure, or code that is hard to…

3 2mo ago A 106 tokens

code-review

45

denisraison/claude-plugins

Skill Claude CodeCodex

Reviews code changes for quality issues. Use when user says "review my changes", "review the diff", "review my code", "check for issues", "sanity check", or asks to find holes, gaps, or simplification opportunities.

3 2mo ago A 52 tokens

self-evaluating

46

denisraison/claude-plugins

Skill Claude CodeCodex

This skill should be used when creating or editing documents, diagrams, handover docs, PEPs, or any substantial written output. Also activates when the user says "evaluate this", "run in a loop until good", "rate this out of 10", "is this 10/10", "loop until fixed", "keep improving", or asks for iterative quality…

3 2mo ago A 85 tokens

trim-context

47

denisraison/claude-plugins

Skill Claude CodeCodex

Trim CLAUDE.md and AGENTS.md files to reduce context cost. Apply the "less is more" finding from empirical research on agentic coding context files. Use when user says "trim our context files", "lean up CLAUDE.md", "optimize our agents.md", "reduce context", "our CLAUDE.md is too long", or asks to audit instruction…

3 2mo ago A 85 tokens

writing-naturally

48

denisraison/claude-plugins

Skill Claude CodeCodex

This skill should be used when writing documentation, PR descriptions, handover docs, PEPs, Confluence pages, or any prose output. Activates when the user asks to "write a document", "create a handover", "update the docs", "write a PR description", "draft a PEP", or any task producing written content. Enforces…

3 2mo ago A 90 tokens