Lightpanda
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.
Handoff
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.
Sequential Thinking Mcp V2
Sequential Thinking MCP server follows First principle thinking framework
Rlm Debugging
Use when RLM requirement involves debugging a bug, test failure, or unexpected behavior. Insert Phase 1.5 between Phase 1 and Phase 2 to perform systematic root cause analysis before attempting any fixes. Trigger phrases: "debug", "investigate", "failing tests", "crash", "root cause".
Skillnet
Search, install, create, and evaluate AI agent skills from the SkillNet community registry (400k+ skills). Routes downloads to correct CLI directory (claude/codex/opencode).
Xia
Borrow and adapt patterns from GitHub projects into the current codebase using a structured 6-phase protocol. Invoke with /xia <github-repo> [focus].
Repomix
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.
Agents Refine
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).
Nuxt
A Claude skill from spideynolove/claude-dotfiles.
Rlm Tdd
Use when implementing any code in RLM Phase 3. Enforces strict RED-GREEN-REFACTOR discipline with The Iron Law - no production code without a failing test first. Trigger phrases: "implement this", "add feature", "fix bug", "write a failing test", "TDD".
Graphify
any input (code, docs, papers, images) → knowledge graph → clustered communities → HTML + JSON + audit report
Playwright
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.
Vue Enterprise
A Claude skill from spideynolove/claude-dotfiles.
Rlm Workflow
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-id>", "Run RLM Phase <N>", "resume requirement", "lock Phase <N>", "verify locks".
Ccs Delegation
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, typo/test/refactor keywords. Excludes complex architecture, security-critical code, perform…
Next Best Practices
A Claude skill from spideynolove/claude-dotfiles.
Sequential Thinking
Structure cognitive analysis using sequential reasoning chains. Use for codebase analysis, pattern extraction, complex problem decomposition, and building mental models before implementation.
Translate Book
Translate books (PDF/DOCX/EPUB) into any language using parallel sub-agents. Converts input -> Markdown chunks -> translated chunks -> HTML/DOCX/EPUB/PDF.
Mcp Knowledge Graph
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.
Claude Code In Action
The process I experienced firsthand through the https://anthropic.skilljar.com/claude-code-in-action course using real-world daily projects
X2md
Convert an X (Twitter) post URL to markdown. Use when user wants to read, summarize, archive, or analyze a tweet or X post.
Code Review Graph
Use code-review-graph through native MCP, CLI, or mcporter for codebase maps, impact analysis, semantic search, graph status, and review context.
Rlm Worktree
Use when starting any RLM requirement to set up an isolated git worktree. REQUIRED before Phase 1 - creates isolated workspace, verifies clean test baseline, and prevents main branch pollution. Trigger phrases: "create worktree", "worktree isolation", "set up worktree", "do not work on main".
Interactive Learning
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.
Rlm Subagent
Master skill for parallel subagent-driven execution with automatic fallback to single-agent sequential mode. Use when implementing plans with multiple independent sub-phases (SP1, SP2...) to dispatch parallel subagents, or when requiring code review between implementation and testing. Trigger phrases: "parallelize", "dispatch subagent", "split into sub-phases", "code review subagent", "parallel t…
Reddit2md
Convert a Reddit post URL to markdown. Use when user wants to read, summarize, archive, or analyze a Reddit post.
Quality Tests
A Claude skill from spideynolove/claude-dotfiles.