algorithms skills

89 tagged algorithms, measured the same way as everything else here.

Browse within: book 31golang 29ai-context 24anki-cards 24coverage-report 24go 24api 14bandits 14decision-intelligence 14fastify 14data-structures 9design-patterns 6best-practices 5learning 5

diagnose

01

Totoro-jam/battle-tested-patterns

Skill Claude CodeCodex

Structured debugging loop for exercise tests or build failures. Reproduce → isolate → hypothesize → fix → verify.

339 1mo ago A 25 tokens original MIT

new-pattern

02

Totoro-jam/battle-tested-patterns

Skill Claude CodeCodex

Guided workflow to create a new pattern following the project template and quality standards. Walks through topic validation, source verification, implementation, exercises, challenge questions, and bilingual docs.

339 1mo ago A 39 tokens original MIT

verify-source

03

Totoro-jam/battle-tested-patterns

Skill Claude CodeCodex

Verify all production proof source links in pattern documents. Run automated checks for HTTP status, format, SHA permanence, and line-range content accuracy.

339 1mo ago A 31 tokens original MIT

thermite

04

raygon-renderer/thermite

Skill Claude CodeCodex

Thermite, the generic ISA-portable Rust SIMD library, and its thermite- companions (special, dual/autodiff, compensated/double-double, sort, sdf, geometry, ffi). Load when writing/reviewing/debugging code using thermite/thermite- crates - GenericVector/NumericVector/FloatVector bounds, the policy math library, masks…

317 3d ago A 195 tokens Apache-2.0

algo-sensei

05

karanb192/algo-sensei

Skill Claude CodeCodex

Your personal DSA & LeetCode mentor. Use for problem explanations, progressive hints, code reviews, mock interviews, pattern recognition, complexity analysis, and custom problem generation. Automatically adapts to your learning style and request type.

261 10mo ago A 51 tokens original MIT

kirilxd/swe-interview-coach

Skill Claude CodeCodex

Reference frameworks (STAR, SBI, CARL), anti-patterns, and standard interviewer follow-ups for behavioral interview prep. Use when extracting STAR stories from user's experience, mapping stories to a specific company or JD, running mock behavioral interviews, rehearsing behavioral story delivery, or debriefing a real…

78 1mo ago A 67 tokens original MIT

coding-frameworks

07

kirilxd/swe-interview-coach

Skill Claude CodeCodex

Reference frameworks for coding interviews — the UMPIRE method, a pattern taxonomy (two-pointers, sliding-window, BFS/DFS, backtracking, dynamic-programming, graphs, and more), a Big-O cheatsheet, Python idioms, communication guidance, and anti-patterns. Used by the coding commands (/coding-explain, /practice-coding…

78 1mo ago A 103 tokens original MIT

kirilxd/swe-interview-coach

Skill Claude CodeCodex

Reference frameworks (RESHADED, the 4S shorthand), capacity estimation cheatsheet, core building blocks (load balancing, caching, queues, sharding, replication, CAP), common tradeoffs, and anti-patterns for system design interview prep. Use when running /mock-sysdesign, /practice-sysdesign, /sysdesign-explain, or…

78 1mo ago A 97 tokens original MIT

x-impact-checker

09

tonkotsuboy/x-impact-checker

Skill Claude CodeCodex

Analyze X (Twitter) posts for viral potential using the actual recommendation algorithm. Use when user wants to: (1) Check if a post will go viral, (2) Optimize a tweet for engagement, (3) Improve post performance. Triggers: "Check if this will go viral", "Make this post buzz", "Will this tweet perform well?"…

36 4mo ago A 140 tokens original Apache-2.0

oraclaw-bandit

10

Whatsonyourmind/oraclaw

Skill Claude CodeCodex

A/B testing and feature optimization for AI agents. Pick the best option automatically using Multi-Armed Bandits and Contextual Bandits (LinUCB). No data warehouse needed — works from request.

13 7d ago A 45 tokens original MIT

oraclaw-decide

11

Whatsonyourmind/oraclaw

Skill Claude CodeCodex

Decision intelligence for AI agents. Analyze options, map decision dependencies with PageRank, detect when information sources conflict, and find the choices that matter most.

13 7d ago A 36 tokens original MIT

oraclaw-pathfind

12

Whatsonyourmind/oraclaw

Skill Claude CodeCodex

A pathfinding and task sequencing for AI agents. Find the optimal path through workflows, dependencies, and decision trees. K-shortest paths via Yen's algorithm. Cost/time/risk breakdown.

13 7d ago A 45 tokens original MIT

Arcadi4/nerdy

Skill Claude CodeCodex

Use when augmenting balanced trees or dynamic sets with maintained metadata, order-statistic trees, interval trees, rank/select queries, overlap search, red-black-tree augmentation theorems, or production choices around custom indexed structures.

7 4mo ago A 50 tokens original MIT

Arcadi4/nerdy

Skill Claude CodeCodex

Use when disjoint sets, union-find, dynamic connectivity, connected components, weighted union, union by rank, path compression, inverse Ackermann bounds, linked-list set representations, offline minimum, or offline LCA reasoning appears.

7 4mo ago A 54 tokens original MIT

Arcadi4/nerdy

Skill Claude CodeCodex

Use when solving, proving, implementing, or reviewing minimum spanning tree problems, including safe edges, cuts, light edges, Kruskal, Prim, union-find, priority queues, bottleneck trees, second-best trees, or MST update questions.

7 4mo ago A 57 tokens original MIT

epics

16

Unique-Divine/jiyuu

Skill Claude CodeCodex

Discover, read, create, edit, normalize, and synthesize Epics+ markdown documents in the boku repository. Use for active tasks, priorities, epics for specific repos or tags, durable epic/spec handoffs, or regenerating INDEX.md with the epics-plus CLI.

6 19d ago A 60 tokens original MIT

evm-rpc

17

Unique-Divine/jiyuu

Skill Claude CodeCodex

Query EVM JSON-RPC methods for transaction debugging and endpoint triage, including ethgetTransactionReceipt and debugtraceTransaction. Use when the user asks to inspect tx status, retrieve receipts, run tracers, compare EVM vs Cosmos outcomes, or choose between EVM RPC and Comet RPC endpoints.

6 19d ago A 66 tokens original MIT

gh-pr-review

18

Unique-Divine/jiyuu

Skill Claude CodeCodex

Review GitHub pull requests for correctness, design quality, test coverage, security, performance, and backward compatibility. Use when reviewing PRs, when asked to review code changes, or when the user mentions "review PR", "code review", or "check this PR".

6 19d ago A 58 tokens original MIT

fintech-algorithms

19

IslamBaraka90/Fintech-Algorithms-Library

Skill Claude CodeCodex

Compute market-data, trading and quantitative analytics with the fintech-algorithms npm package — 675 zero-dependency TypeScript algorithms covering statistics and financial-mathematics foundations (mean, median, percentiles, standard deviation, correlation, regression, distributions, z-scores, log returns…

4 14d ago A 248 tokens original MIT

ieeecsopen/mcp-cs

Skill Claude CodeCodex

Activate this skill whenever a user asks to reason about the asymptotic time or space complexity of a specific function, snippet, algorithm, or diff. Trigger on exact phrasings such as: "what's the complexity of this function", "is this O(n) or O(n^2)", "will this TLE on N=10^6", "why am I getting Time Limit…

3 4d ago A 272 tokens

ieeecsopen/mcp-cs

Skill Claude CodeCodex

Activate this skill when a user asks to "generate edge cases for this DSA problem", "find corner cases that break my solution", "stress test my algorithm", "what inputs would break this function", "give me adversarial test cases", "why does my solution fail on hidden test cases", "generate boundary/extreme inputs for…

3 4d ago A 212 tokens

perfect7613/dsa-system-design-optimizer

Skill Claude CodeCodex

Audits real codebases for data structure, algorithm, database, caching, scalability, reliability, and AI-system design improvements. Use when users ask to reduce time or space complexity, find hot paths, choose DSA patterns, optimize queries, improve architecture, scale a product, review infra, design RAG/agent…

2 3mo ago A 79 tokens original MIT

nerd

23

savagemechanic/nerd

Skill Claude CodeCodex

Explains any code, system, or flow as ASCII flowcharts that expose the fundamental data structures and algorithms underneath. Use /skill:nerd to get a bird's-eye-view map of how something works, then zoom into any specific algorithm or data structure for a deeper breakdown. Strips jargon, shows the actual machine …

1 1mo ago C 87 tokens original MIT