spideynolove

68 mods across 3 repositories, 13 stars between them.

analyze

02

spideynolove/memory

Command Claude Code

Compare code edits against stored rules to detect violations.

3 5mo ago A 9 tokens original MIT

check

03

spideynolove/memory

Command Claude Code

Daily health check for the memory system.

3 5mo ago A 7 tokens original MIT

correct

04

spideynolove/memory

Command Claude Code

Review tracked rule violations before starting work.

3 5mo ago A 7 tokens original MIT

diary

05

spideynolove/memory

Command Claude Code

Create a structured diary entry from the current session transcript.

3 5mo ago A 10 tokens original MIT

extract

06

spideynolove/memory

Command Claude Code

Multi-dimensional analysis of a diary entry or session event to extract high-quality memories.

3 5mo ago A 15 tokens original MIT

full-check

07

spideynolove/memory

Command Claude Code

Weekly comprehensive audit of the memory system.

3 5mo ago A 7 tokens original MIT

reflect

08

spideynolove/memory

Command Claude Code

Analyze diary entries to identify patterns and propose CLAUDE.md updates.

3 5mo ago B 13 tokens original MIT

PreCompact

09

spideynolove/memory

Hook Claude Code

Runs before the context is compacted, executing pre_compact.py via python. From spideynolove/memory.

3 5mo ago A tokens not measured original MIT

UserPromptSubmit

10

spideynolove/memory

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit.py and context_router.py via python (2 commands). From spideynolove/memory.

3 5mo ago A tokens not measured original MIT

memory

11

spideynolove/memory

Settings file Claude Code

Agent settings declaring 2 hook events (PreCompact, UserPromptSubmit).

3 5mo ago A tokens not measured original MIT

codebase-analyst

12

spideynolove/claude-dotfiles

Agent

Analyzes a codebase using repomix + sequential-thinking + knowledge-graph. Returns structured tables covering architecture, runtime behaviors, and failure modes. Stores findings in .aim/ for future sessions. Use when onboarding to a new codebase or before planning a feature.

2 3mo ago A 60 tokens original MIT

mcp-manager

13

spideynolove/claude-dotfiles

Agent

Executes MCP tool calls and CLI tasks while keeping tool schemas out of the main context window. Tries available AI CLIs in priority order before falling back to direct mcporter calls. Use when any agent needs to run an MCP tool without polluting its own context.

2 3mo ago A 58 tokens original MIT

orchestrator

14

spideynolove/claude-dotfiles

Agent

Runs the full coding workflow end-to-end for a given goal: clarify → analyze codebase → plan → implement → review → test. Spawns codebase-analyst and mcp-manager as subagents. Use when given a feature request or bug fix that requires understanding the codebase before touching code.

2 3mo ago A 65 tokens original MIT

task-runner

15

spideynolove/claude-dotfiles

Agent

Generic task executor that delegates work to a specified AI CLI tool based on role assignment. Receives structured task with role, tool preference, and context from predecessor tasks. Use when the orchestrator needs to delegate a task to an external tool.

2 3mo ago A 52 tokens original MIT

mcp-knowledge-graph

16

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Use when starting work on a codebase you want to remember across sessions, extracting architectural facts, or querying persistent project knowledge instead of re-reading files. Centers the knowledge-graph MCP and project-local .aim storage.

2 3mo ago A 51 tokens original MIT

code-review-graph

17

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Use code-review-graph through CLI or mcporter for codebase maps, impact analysis, semantic search, graph status, and review context without keeping the MCP server natively registered in Codex.

2 3mo ago A 44 tokens original MIT

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Use when the user is learning a new concept, wants to build skill through interaction, or asks for explanations alongside solutions. Guides Codex toward high skill-formation interaction modes instead of pure delegation.

2 3mo ago A 42 tokens original MIT

rlm-workflow

22

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Orchestrates the RLM repo workflow end-to-end with phase gates, locked artifacts, addenda, traceability, and automatic bootstrap/upsert of AGENTS/PLANS scaffolding. Trigger phrases: "Implement requirement ", "Run RLM Phase ", "resume requirement", "lock Phase ", "verify locks".

2 3mo ago A 75 tokens original MIT

code-reviewer

23

spideynolove/claude-dotfiles

Agent

Use this agent when a major project step has been completed and needs to be reviewed against the original plan and coding standards. Examples: After sub-phase implementation, after major feature completion, before merging to verify work meets requirements.

2 3mo ago A 48 tokens original MIT

implementer

24

spideynolove/claude-dotfiles

Agent

Use this agent when implementing a single sub-phase from an RLM plan. The agent should receive the full sub-phase text, current codebase context, and implement the feature with TDD discipline.

2 3mo ago A 42 tokens original MIT