spideynolove/claude-dotfiles

Providing personalized Claude Code configurations with sub-agents, slash commands, connection points, and skills for multi-agent coordination, knowledge graphs, and data transfer between machines.

2Stars on the repository
57Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

codebase-analyst

01

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

02

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

03

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

04

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

code-reviewer

05

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

06

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

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: