Skip to content

45ck/data-structures-algorithmic-reasoning-skills

Repository files navigation

data-structures-algorithmic-reasoning-skills

data-structures-algorithmic-reasoning-skills logo

data-structures-algorithmic-reasoning-skills banner

MIT License 10 skills DSA

A platform-neutral data structures and algorithmic reasoning skill pack for structure selection, invariants, tracing, graph modelling, recursion transforms, and complexity tradeoff review.

Included skills

  • data-structure-selector
  • array-vs-linked-structure-reviewer
  • stack-queue-tree-graph-advisor
  • algorithm-trace-checker
  • invariant-finder
  • time-space-tradeoff-reviewer
  • sorting-searching-selector
  • graph-modeling-advisor
  • recursion-iteration-transformer
  • complexity-red-flag-detector

Features

  • Preserves the original skills/, templates/, and examples/ source material
  • Mirrors packaged skills into both .claude/skills/ and .agents/skills/
  • Focuses on reasoning quality, complexity tradeoffs, and data-structure fit

Install

Option A: Install globally

git clone https://github.com/45ck/data-structures-algorithmic-reasoning-skills.git
cd data-structures-algorithmic-reasoning-skills
bash install.sh

This installs every packaged skill into both:

  • ~/.claude/skills/
  • ~/.agents/skills/

Option B: Copy into a project

cp -R .claude /path/to/your-project/
cp -R .agents /path/to/your-project/

Uninstall

bash uninstall.sh

Usage

/data-structure-selector job queue and retry system
/algorithm-trace-checker current pathfinding logic
/invariant-finder balanced tree implementation
/time-space-tradeoff-reviewer caching vs recomputation choice
/graph-modeling-advisor dependency resolution problem
/complexity-red-flag-detector current search implementation

Repo structure

skills/                              original source skills
templates/                           reusable templates
examples/                            sample flow material
.claude/skills/<skill>/SKILL.md      packaged skill format
.agents/skills/<skill>/SKILL.md      mirrored packaged skill format
install.sh                           global installer
uninstall.sh                         global uninstaller
LICENSE                              MIT

Related workflow agents

Related skill packs

License

MIT

About

Data structures and algorithmic reasoning skill pack for complexity, invariants, graphs, recursion, and problem decomposition.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages