spideynolove

68 mods across 3 repositories, 13 stars between them.

startup

50

spideynolove/claude-dotfiles

Command Claude Code

Single entry point for project onboarding. Chains onboard → init-project → detect-roles, skipping completed phases.

2 3mo ago A 21 tokens original MIT

token-efficient

52

spideynolove/claude-dotfiles

Command Claude Code

Enable token efficiency mode — compress responses using symbols and abbreviations to reduce context usage by 30-50%.

2 3mo ago A 22 tokens original MIT

validate_plan

53

spideynolove/claude-dotfiles

Command Claude Code

Validate implementation against plan — run automated checks, surface manual items, generate report.

2 3mo ago A 15 tokens original MIT

xia-group

54

spideynolove/claude-dotfiles

Command Claude Code

Run sequential /xia rounds against a ranked list of repos, distilling patterns into the current codebase one at a time.

2 3mo ago B 25 tokens original MIT

xia

55

spideynolove/claude-dotfiles

Command Claude Code

Borrow and adapt patterns from GitHub projects into the current codebase.

2 3mo ago A 14 tokens original MIT

agents-refine

56

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Iterative multi-model AGENTS.md refinement loop. Opus evaluates → patches → Codex evaluates → patches → Opus final polish. Supports root HLD mode and project LLD mode (references root).

2 3mo ago A 45 tokens original MIT

graphify

57

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Turn any folder of files into a navigable knowledge graph with community detection, an honest audit trail, and three outputs: interactive HTML, GraphRAG-ready JSON, and a plain-language GRAPHREPORT.md.

2 3mo ago A 27 tokens copy · 84% MIT

handoff

58

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Generate or update .claude/handoff.md to capture current work state before leaving a machine. Invoke before ending a session when work will continue on a different PC.

2 3mo ago A 36 tokens original MIT

reddit2md

59

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Convert a Reddit post URL to markdown. Use when user wants to read, summarize, archive, or analyze a Reddit post.

2 3mo ago A 29 tokens original MIT

skillnet

60

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Search, install, create, and evaluate AI agent skills from the SkillNet community registry (400k+ skills). Routes downloads to correct CLI directory (claude/codex/opencode).

2 3mo ago A 41 tokens original MIT

translate-book

61

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Translate books (PDF/DOCX/EPUB) into any language using parallel sub-agents. Converts input -> Markdown chunks -> translated chunks -> HTML/DOCX/EPUB/PDF.

2 3mo ago A 42 tokens original MIT

x2md

62

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Convert an X (Twitter) post URL to markdown. Use when user wants to read, summarize, archive, or analyze a tweet or X post.

2 3mo ago A 34 tokens original MIT

lightpanda

63

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Fast headless browser for fetching real web pages and scraping content. 9x less memory than Chrome, instant startup. Use instead of Playwright when you only need HTML content — no MCP overhead, pure CLI. Binary at /.local/bin/lightpanda.

2 3mo ago A 56 tokens original MIT

playwright

64

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Browser automation via Playwright MCP through mcporter. Use when you need to navigate pages, extract data, take screenshots, interact with UI elements, or scrape web content. All tools called via mcporter to avoid context pollution.

2 3mo ago A 48 tokens original MIT

repomix

65

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Pack local or remote repos into a single context blob for whole-repository understanding. Use before tasks spanning multiple directories, architecture reviews, or onboarding to an unfamiliar codebase.

2 3mo ago A 38 tokens original MIT

sequential-thinking

66

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Structure cognitive analysis using sequential reasoning chains. Use for codebase analysis, pattern extraction, complex problem decomposition, and building mental models before implementation.

2 3mo ago A 32 tokens original MIT

xia

67

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Borrow and adapt patterns from GitHub projects into the current codebase using a structured 6-phase protocol. Invoke with /xia [focus].

2 3mo ago B 35 tokens original MIT

ccs-delegation

68

spideynolove/claude-dotfiles

Skill Claude CodeCodex

Auto-activate CCS CLI delegation for deterministic tasks. Parses user input, auto-selects optimal profile (glm/kimi/custom) from /.ccs/config.json, enhances prompts with context, executes via ccs {profile} -p "task" or ccs {profile}:continue, and reports results. Triggers on "use ccs [task]" patterns…

2 3mo ago A 102 tokens copy · 98% MIT