Skip to main content

jimmc414/claude-code-plugin-marketplace

SkillsMP has collected 65 skills from jimmc414/claude-code-plugin-marketplace. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
65
GitHub stars
4
GitHub forks
6

Skills in this repository

Showing 40 of 65 collected skills.

occupation
Software Developers
description

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,…

updated
occupation
Software Developers
description

For cross-cutting concerns: add behavior without modifying functions, caching, timing, logging, validation wrappers.

updated
occupation
Software Developers
description

For performance work: measure before changing, profile to find bottlenecks, compare before and after.

updated
occupation
Software Developers
description

For symbolic computation: ASTs, mathematical expressions, code that manipulates code structure, expression transformations.

updated
occupation
Software Developers
description

For ordered processing: A* search, Dijkstra, event simulation, task scheduling. Efficient min/max extraction with heap-based queue.

updated
occupation
Software Developers
description

For dynamic programming: overlapping subproblems, recursive solutions with repeated computations, memoization to avoid redundant work.

updated
occupation
Software Developers
description

For persistent state: closures capture outer variables, alternative to classes for simple state, factory functions that remember context.

updated
occupation
Software Developers
description

For flexible parsing: try multiple type conversions in order, graceful fallback from specific to general types.

updated
occupation
Software Developers
description

For iteration with errors: catch exceptions during exploration, skip invalid cases, continue to next attempt.

updated
occupation
Software Developers
description

For hot loop optimization: repeated formula evaluation, regex patterns, expression compilation. Transform string to callable once, call many times.

updated
occupation
Software Developers
description

For complex behavior: build from tiny functions, chain transformations, make code read like a pipeline of operations.

updated
occupation
Software Developers
description

For probability and counting: permutations, combinations, sample spaces, Monte Carlo simulation, brute-force enumeration, card/dice problems.

updated
occupation
Software Developers
description

For new modules: define type aliases as vocabulary, make code self-documenting, create domain-specific language feel.

updated
occupation
Software Developers
description

For heterogeneous data: pattern matching on type/structure, interpreter eval loops, handling different expression types.

updated
occupation
Software Developers
description

For 2D debugging: visualize grid/board state, show puzzle progress, make algorithm behavior visible.

updated
occupation
Software Developers
description

For cross-version support: try/except imports, optional dependencies, graceful degradation across Python versions.

updated
occupation
Data Scientists
description

For computational geometry: convex hull, point enclosure, polygon operations. Uses monotone chain algorithm with stack-based turn detection.

updated
occupation
Software Developers
description

For pathfinding and search: shortest path, maze solving, game AI, route planning, graph traversal, BFS/DFS, Dijkstra, A* problems.

updated
occupation
Software Developers
description

For result reporting: tabular output, aligned columns, statistics summaries, human-readable reports.

updated
occupation
Software Developers
description

For graph exploration: frontier collection with configurable pop order, BFS/DFS/random via strategy change.

updated
occupation
Software Developers
description

For tree/maze generation: spanning trees, random mazes, graph coverage. Uses frontier-based exploration with configurable traversal order.

updated
occupation
Software Developers
description

For boundary conditions: empty collections, zero values, recursive base cases, null checks, prevent crashes at edges.

updated
occupation
Software Developers
description

For fast comparison: ensure only one instance of each symbol, use 'is' instead of '==', symbol tables for interpreters.

updated
occupation
Software Developers
description

For combinatorial iteration: permutations, combinations, cartesian products, without storing all results in memory.

updated
occupation
Software Developers
description

For two-sided matching: hospital-resident, stable marriage, college admissions. Gale-Shapley algorithm for stable matching with preferences.

updated
occupation
Software Developers
description

For NP-hard optimization: TSP, scheduling, assignment problems. Uses greedy construction + local improvement (2-opt, hill climbing).

updated
occupation
Software Developers
description

For domain-specific languages: operator overloading, make Python look like math/domain notation, expression builders.

updated
occupation
Software Developers
description

For text processing: extract numbers, words, structured data from messy text using regex patterns, parsing utilities.

updated
occupation
Software Developers
description

For generic algorithms: strategy pattern, callbacks, configurable behavior. Pass functions as parameters to customize algorithm behavior.

updated
occupation
Software Developers
description

For static relationships: graph structure, grid neighbors, constraint peers. Calculate once at module load, reference throughout program.

updated
occupation
Software Developers
description

For constraint problems: eliminate impossibilities before guessing, reduce search space through inference, fail fast on contradictions.

updated
occupation
Software Developers
description

For long functions: break into smaller pieces, extract helper functions, reduce nesting, improve testability and readability.

updated
occupation
Software Developers
description

For graceful failure: return None or False instead of exceptions, let caller decide how to handle failure.

updated
occupation
Software Developers
description

For comparison: display before/after, multiple solutions, diffs side by side for visual comparison.

updated
occupation
Actuaries
description

For constraint satisfaction: Sudoku, scheduling, N-queens, logic puzzles, SAT-like problems, assignment problems. Uses propagate-then-search pattern.

updated
occupation
Software Developers
description

For 2D grid problems: mazes, board games, tile maps, pixel grids, coordinate systems, cellular automata, flood fill. Uses dict-based Grid class pattern.

updated
occupation
Software Developers
description

For search with undo: explicit decision stack, backtracking when paths fail, depth-first exploration with state restoration.

updated
occupation
Software Quality Assurance Analysts & Testers
description

For data structure validation: test lengths, relationships, constraints that must hold, verify setup is correct.

updated
occupation
Software Quality Assurance Analysts & Testers
description

For example-driven development: test cases as specifications, input/output pairs, documentation through examples.

updated
occupation
Software Developers
description

For performance reporting: timing wrappers, throughput calculations, profiling summaries.

updated
Showing 40 of 65 collected skills.