Domain: `build` | Depth: `axiom`
Scanned 9/12/2026
Install to Claude Code
npx -y skills add garochee33/DSH --skill algorithms --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Algorithms?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/garochee33-algorithms-dsh)More formats (shields.io, HTML) on the badges page.
# Skill: Algorithms
Domain: `build` | Depth: `axiom`
## Capabilities
- Graph algorithms: shortest path, MST, centrality, community detection (networkx)
- Sorting, searching, dynamic programming
- Optimization: gradient descent, genetic algorithms, simulated annealing (scipy)
- Cryptographic primitives: hashing, entropy
- Tree structures: BST, heap, trie
- Complexity analysis tools
- Pathfinding: A*, Dijkstra, BFS, DFS
## Libraries
| Library | Purpose |
|-----------|---------|
| networkx | Graph algorithms |
| scipy | Optimization algorithms |
| numpy | Array-based algorithm primitives |
## Module
`agents/skills/algorithms.py`
## Key Functions
- `shortest_path(graph, src, dst)` — Dijkstra shortest path
- `mst(graph)` — minimum spanning tree
- `centrality(graph)` — betweenness + eigenvector centrality
- `astar(grid, start, goal, heuristic)` — A* pathfinding
- `genetic_optimize(fitness_fn, population, generations)` — genetic algorithm
- `entropy(data)` — Shannon entropy
- `topological_sort(dag)` — topological ordering
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.