jimmc414/claude-code-plugin-marketplace
Command
Start a collaborative planning session with iterative Q&A before implementation.
jimmc414/claude-code-plugin-marketplace
Command
Start a collaborative planning session with iterative Q&A before implementation.
jimmc414/claude-code-plugin-marketplace
Command
Thorough collaborative planning with iterative disambiguation - resolves all ambiguity before planning.
jimmc414/claude-code-plugin-marketplace
Plugin Claude Code
Collaborative specification building with iterative Q&A before implementation.
jimmc414/claude-code-plugin-marketplace
Command
Build an aspirational specification for existing code and identify gaps to address.
jimmc414/claude-code-plugin-marketplace
Command
Start a collaborative specification building session with iterative Q&A before implementation.
jimmc414/claude-code-plugin-marketplace
Plugin Claude Code
Iterative deep research with progressive exploration and structured synthesis.
jimmc414/claude-code-plugin-marketplace
Skill Claude CodeCodex
Conducts iterative deep research on any topic using web search, progressive exploration, and structured synthesis. Use when asked for comprehensive research, deep investigation, thorough analysis, or multi-source exploration of any topic. Triggers: research, investigate, deep dive, comprehensive analysis, explore…
jimmc414/claude-code-plugin-marketplace
Plugin Claude Code
Validate documentation by simulating a developer with zero project knowledge.
jimmc414/claude-code-plugin-marketplace
Agent
Validates documentation by simulating a developer with zero project knowledge. Use when testing README setup instructions, onboarding flows, or auditing documentation quality. PROACTIVELY USE this agent when docs may be outdated.
jimmc414/claude-code-plugin-marketplace
Skill Claude CodeCodex
Provides heuristics for identifying incomplete or broken documentation. Use when validating README setup instructions, testing onboarding flows, or auditing documentation quality. Triggers: docs, readme, onboarding, setup validation, documentation audit.
jimmc414/claude-code-plugin-marketplace
Plugin Claude Code
Audit and rewrite error messages to be helpful and actionable.
jimmc414/claude-code-plugin-marketplace
Agent
Audits and rewrites error messages to be helpful and actionable. Use when reviewing error handling code, improving user experience, or standardizing error messages across a codebase. PROACTIVELY USE when you see poor error messages.
jimmc414/claude-code-plugin-marketplace
Skill Claude CodeCodex
Principles and patterns for writing error messages that help users recover. Use when auditing, writing, or improving error messages in code. Triggers: error messages, user experience, error handling, exception messages, validation errors.
jimmc414/claude-code-plugin-marketplace
Plugin Claude Code
Manage local Ollama LLM models for development and testing.
jimmc414/claude-code-plugin-marketplace
Agent
Set up and configure local Ollama LLM environment. Use for installing Ollama, polling hardware, getting model recommendations, pulling models, creating custom Modelfiles, or troubleshooting. Triggers: setup ollama, install ollama, recommend models, configure local llm, check gpu.
jimmc414/claude-code-plugin-marketplace
Skill Claude CodeCodex
Manage local Ollama LLM models for development and testing. Use when: running local models, configuring Ollama, switching between fast/quality models, optimizing VRAM usage, troubleshooting model performance, creating Modelfiles, or integrating local LLMs with applications via OpenAI-compatible API. Triggers: ollama…
jimmc414/claude-code-plugin-marketplace
Plugin Claude Code
54 elegant coding patterns derived from Peter Norvig's pytudes. Guides Claude to write cleaner, more Pythonic code using proven patterns for algorithms, data structures, testing, and code structure.
jimmc414/claude-code-plugin-marketplace
Skill Claude CodeCodex
For cross-cutting concerns: add behavior without modifying functions, caching, timing, logging, validation wrappers.
jimmc414/claude-code-plugin-marketplace
Skill Claude CodeCodex
For performance work: measure before changing, profile to find bottlenecks, compare before and after.
jimmc414/claude-code-plugin-marketplace
Skill Claude CodeCodex
For symbolic computation: ASTs, mathematical expressions, code that manipulates code structure, expression transformations.
jimmc414/claude-code-plugin-marketplace
Skill Claude CodeCodex
For ordered processing: A search, Dijkstra, event simulation, task scheduling. Efficient min/max extraction with heap-based queue.
jimmc414/claude-code-plugin-marketplace
Skill Claude CodeCodex
For dynamic programming: overlapping subproblems, recursive solutions with repeated computations, memoization to avoid redundant work.
jimmc414/claude-code-plugin-marketplace
Skill Claude CodeCodex
For persistent state: closures capture outer variables, alternative to classes for simple state, factory functions that remember context.
jimmc414/claude-code-plugin-marketplace
Skill Claude CodeCodex
For flexible parsing: try multiple type conversions in order, graceful fallback from specific to general types.