Tyler-R-Kendrick

60 mods across 1 repository, 11 stars between them.

dev

49

Tyler-R-Kendrick/agent-skills

Skill Claude CodeCodex

Use when working with fundamental software development knowledge — patterns, algorithms, architecture, and craftsmanship principles drawn from canonical published works. USE FOR: development fundamentals, pattern selection, architecture decisions, algorithm choice, code quality principles, choosing between…

11 2mo ago A 88 tokens original MIT

algorithms

50

Tyler-R-Kendrick/agent-skills

Skill Claude CodeCodex

Use when selecting algorithms, analyzing complexity, or reasoning about data structure choices. Covers Big-O notation, space vs time tradeoffs, amortized analysis, and algorithmic problem-solving strategy based on Knuth's "The Art of Computer Programming." USE FOR: algorithm selection, Big-O analysis, complexity…

11 2mo ago A 105 tokens original MIT

combinatorial

51

Tyler-R-Kendrick/agent-skills

Skill Claude CodeCodex

Use when solving problems involving permutations, combinations, backtracking, branch and bound, subset generation, and constraint satisfaction. Covers N-Queens, Sudoku solving, generating functions, and pruning strategies. Based on Knuth's TAOCP Vol. 4A. USE FOR: permutation and combination generation, backtracking…

11 2mo ago A 111 tokens original MIT

data-structures

52

Tyler-R-Kendrick/agent-skills

Skill Claude CodeCodex

Use when selecting, implementing, or reasoning about data structures. Covers arrays, linked lists, stacks, queues, hash tables, trees (BST, AVL, Red-Black, B-Tree, Trie), heaps, and graphs (adjacency list, adjacency matrix). Based on Knuth's TAOCP Vol. 1. USE FOR: choosing data structures by access pattern…

11 2mo ago A 120 tokens original MIT

dynamic-programming

53

Tyler-R-Kendrick/agent-skills

Skill Claude CodeCodex

Use when solving optimization problems with overlapping subproblems and optimal substructure. Covers memoization (top-down) vs tabulation (bottom-up), classic DP problems (Knapsack, LCS, LIS, Edit Distance, Coin Change, Matrix Chain, Rod Cutting), and the DP framework. Based on Knuth's TAOCP. USE FOR: optimization…

11 2mo ago A 123 tokens original MIT

graph-algorithms

54

Tyler-R-Kendrick/agent-skills

Skill Claude CodeCodex

Use when working with graph problems including traversal, shortest paths, minimum spanning trees, topological sorting, and connectivity analysis. Covers BFS, DFS, Dijkstra, Bellman-Ford, Floyd-Warshall, Prim, Kruskal, Tarjan, Kosaraju, A, and Union-Find. Based on Knuth's TAOCP. USE FOR: graph traversal, shortest path…

11 2mo ago A 129 tokens original MIT

sorting-searching

55

Tyler-R-Kendrick/agent-skills

Skill Claude CodeCodex

Use when implementing or selecting sorting and searching algorithms. Covers comparison sorts (Quicksort, Mergesort, Heapsort, Insertion sort, Timsort), linear sorts (Counting, Radix, Bucket), and searching techniques (binary search, interpolation search, two pointers, sliding window). Based on Knuth's TAOCP Vol. 3.…

11 2mo ago A 131 tokens original MIT

architecture

56

Tyler-R-Kendrick/agent-skills

Skill Claude CodeCodex

Use when selecting architecture styles, evaluating system decomposition strategies, or analyzing architecture characteristics (quality attributes) for a system. USE FOR: architecture style selection, comparing monolith vs microservices, architecture characteristics analysis, system decomposition strategy DO NOT USE…

11 2mo ago A 93 tokens original MIT

Tyler-R-Kendrick/agent-skills

Skill Claude CodeCodex

Domain-Driven Design (DDD) strategic and tactical patterns based on Eric Evans' "Domain-Driven Design" -- covering bounded contexts, aggregates, context maps, and ubiquitous language for modeling complex domains. USE FOR: bounded context identification, context mapping, aggregate design, ubiquitous language, domain…

11 2mo ago A 107 tokens original MIT

event-driven

58

Tyler-R-Kendrick/agent-skills

Skill Claude CodeCodex

Event-Driven Architecture (EDA), Event Sourcing, and CQRS -- complementary but independent patterns for building reactive, scalable systems with rich audit trails and temporal queries. USE FOR: event-driven architecture, event sourcing, CQRS, event stores, projections, eventual consistency, compensating transactions…

11 2mo ago A 100 tokens original MIT

hexagonal

59

Tyler-R-Kendrick/agent-skills

Skill Claude CodeCodex

Hexagonal Architecture (Ports and Adapters), Onion Architecture, and their relationship to Clean Architecture -- enabling technology-independent domain logic with high testability. USE FOR: hexagonal architecture, ports and adapters, onion architecture, driving/driven adapters, technology-independent domain design…

11 2mo ago A 98 tokens original MIT

microservices

60

Tyler-R-Kendrick/agent-skills

Skill Claude CodeCodex

Microservice architecture patterns and practices based on Sam Newman's "Building Microservices" -- covering service decomposition, inter-service communication, data management, and operational patterns. USE FOR: microservice decomposition, inter-service communication, service mesh, API gateway, saga pattern, service…

11 2mo ago A 92 tokens original MIT