edimuj

31 mods across 5 repositories, 39 stars between them.

tokenlean CLAUDE.md

01

edimuj/tokenlean

Instructions file

Instructions for edimuj/tokenlean, covering tokenlean, project structure, adding a new tool, conventions and shell completions.

11 1mo ago A 583 tokens original MIT

add-feature

02

edimuj/tokenlean

Skill Claude CodeCodex

Add new functionality by understanding existing patterns and dependencies before writing code. Locates where the feature belongs, studies conventions, implements following precedent, then verifies integration. Use when asked to add a feature, flag, endpoint, component, or module.

11 1mo ago A 51 tokens original MIT

code-review

03

edimuj/tokenlean

Skill Claude CodeCodex

Thorough code review using token-efficient context gathering. Analyzes PRs, diffs, or staged changes by checking blast radius, complexity, and dependencies before reviewing the actual code. Use when asked to review a PR, review changes, or do a code review.

11 1mo ago A 57 tokens original MIT

debug-bug

04

edimuj/tokenlean

Skill Claude CodeCodex

Systematically investigate and fix bugs using token-efficient context gathering. Reproduces the issue first, localizes with blame and history, traces the call path, then verifies the fix. Use when asked to fix a bug, investigate an error, or debug unexpected behavior.

11 1mo ago A 57 tokens original MIT

debug-performance

05

edimuj/tokenlean

Skill Claude CodeCodex

Diagnose and fix performance issues by measuring before optimizing. Establishes baselines, identifies bottlenecks through call graphs and complexity analysis, then confirms improvements with numbers. Use when asked to optimize, speed up, reduce memory usage, or fix slowness.

11 1mo ago A 55 tokens original MIT

dedup

06

edimuj/tokenlean

Skill Claude CodeCodex

Find duplicate functions and eliminate them so they stay gone. Triage tl dupes output by tier, apply the right consolidation pattern, and lock the win with a duplication-ratchet test. Use when asked to dedupe, remove duplication, consolidate copy-paste, clean up repeated helpers, or act on tl dupes output.

11 1mo ago A 69 tokens original MIT

explore-codebase

07

edimuj/tokenlean

Skill Claude CodeCodex

Efficiently explore and understand an unfamiliar codebase using token-lean context gathering. Maps project structure, identifies key files, and builds understanding progressively without reading everything. Use when onboarding to a new project, asked to understand a codebase, or starting work in unfamiliar code.

11 1mo ago A 60 tokens original MIT

github

08

edimuj/tokenlean

Skill Claude CodeCodex

Git commits, pushes, and GitHub operations using tokenlean. Covers tl push (with multi-file safety guard), tl commit-prep, tl gh (bulk issue/PR/release operations), and when to use tl gh vs gh CLI vs GitHub MCP. Use when committing, pushing, creating/closing/viewing issues, managing PRs, creating releases, or any…

11 1mo ago A 83 tokens original MIT

migrate-framework

09

edimuj/tokenlean

Skill Claude CodeCodex

Migrate frameworks, APIs, or language versions incrementally with verification at each step. Surveys the migration surface, batches work by dependency order, and commits after each verified batch. Use when asked to migrate between frameworks, upgrade major versions, or adapt to new API versions.

11 1mo ago A 58 tokens original MIT

safe-refactor

10

edimuj/tokenlean

Skill Claude CodeCodex

Refactor code safely by analyzing blast radius and dependencies before making changes. Covers renaming, moving, extracting, and restructuring code with verification at each step. Use when refactoring, renaming symbols, extracting functions, moving files, or restructuring code.

11 1mo ago A 54 tokens original MIT

upgrade-deps

11

edimuj/tokenlean

Skill Claude CodeCodex

Upgrade dependencies safely by auditing usage, researching breaking changes, and verifying after upgrade. Scales effort to version jump size — light check for patches, full audit for majors. Use when asked to upgrade, bump, or update a dependency or package.

11 1mo ago A 53 tokens original MIT

write-tests

12

edimuj/tokenlean

Skill Claude CodeCodex

Write effective tests by studying existing test patterns and understanding the code under test before writing assertions. Discovers test conventions, prioritizes public API coverage, and validates results. Use when asked to write tests, add test coverage, or create test files.

11 1mo ago A 52 tokens original MIT

release

13

edimuj/vexscan

Command Claude Code

Run pre-flight checks, bump version, commit, tag, push, and monitor CI.

9 4mo ago A 17 tokens original Apache-2.0

openclaw

14

edimuj/vexscan

Skill Claude CodeCodex

Scans extensions, skills, and code for security threats: prompt injection, malicious code, obfuscation, data exfiltration. Also scans inbound messages for injection patterns automatically.

9 4mo ago A 0 tokens original Apache-2.0

claude-rig

15

edimuj/claude-rig

Plugin Claude Code

Bundled skills and agents for claude-rig — multi-rig management for Claude Code.

8 2mo ago A tokens not measured original MIT

edimuj/claude-rig

Skill Claude CodeCodex

Understanding claude-rig — a tool that manages multiple Claude Code configurations ("rigs") in parallel. MUST be consulted before modifying any Claude Code configuration: installing/removing plugins, adding/configuring MCP servers, editing settings.json, editing .claude.json, editing CLAUDE.md, adding skills, hooks…

8 2mo ago B 172 tokens original MIT

claude-mneme

17

edimuj/claude-mneme

Plugin Claude Code

Plugin marketplace listing 1 plugin: claude-mneme.

3 3mo ago A tokens not measured original MIT

claude-mneme

18

edimuj/claude-mneme

Plugin Claude Code

Automatic session memory for Claude Code — every session picks up where the last one left off.

3 3mo ago A tokens not measured original MIT

SessionStart

19

edimuj/claude-mneme

Hook

Runs when a session starts on compact, executing cleanup-stale-versions.mjs, session-start.mjs and post-compact.mjs via node (3 commands). From edimuj/claude-mneme.

3 3mo ago A tokens not measured copy · 86% MIT

UserPromptSubmit

20

edimuj/claude-mneme

Hook

Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.mjs via node. From edimuj/claude-mneme.

3 3mo ago A tokens not measured copy · 86% MIT

PostToolUse

21

edimuj/claude-mneme

Hook

Runs after a tool call finishes for Write, Edit and Bash tool calls, executing post-tool-use.mjs via node (3 commands). From edimuj/claude-mneme.

3 3mo ago A tokens not measured original MIT

Stop

22

edimuj/claude-mneme

Hook

Runs when the agent finishes a response, executing stop-capture.mjs via node. From edimuj/claude-mneme.

3 3mo ago A tokens not measured original MIT

SessionEnd

23

edimuj/claude-mneme

Hook

Runs when a session ends, executing session-stop.mjs via node. From edimuj/claude-mneme.

3 3mo ago A tokens not measured original MIT

PreCompact

24

edimuj/claude-mneme

Hook

Runs before the context is compacted, executing pre-compact.mjs via node. From edimuj/claude-mneme.

3 3mo ago A tokens not measured copy · 73% MIT