Instructions file
Instructions for edimuj/tokenlean, covering tokenlean, project structure, adding a new tool, conventions and shell completions.
Instructions file
Instructions for edimuj/tokenlean, covering tokenlean, project structure, adding a new tool, conventions and shell completions.
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.
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.
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.
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.
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.
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.
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…
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.
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.
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.
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.
Command Claude Code
Run pre-flight checks, bump version, commit, tag, push, and monitor CI.
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.
Plugin Claude Code
Bundled skills and agents for claude-rig — multi-rig management for Claude Code.
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…
Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-mneme.
Plugin Claude Code
Automatic session memory for Claude Code — every session picks up where the last one left off.
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.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.mjs via node. From 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.
Hook
Runs when the agent finishes a response, executing stop-capture.mjs via node. From edimuj/claude-mneme.
Hook
Runs when a session ends, executing session-stop.mjs via node. From edimuj/claude-mneme.
Hook
Runs before the context is compacted, executing pre-compact.mjs via node. From edimuj/claude-mneme.