Agents
What next
Top skills
Pricing
Resources
Install
GitHub
Sign in
Sign up
back to leaderboard
TH
@thedotmack
contributor on implexa, with 14 skills ranked by
SkillRank
across 3 sources.
thedotmack on github
publishes to skills.sh
publishes to smithery
publishes to clawhub
skills, ranked by SkillRank
score
source
skill
6.3
skills.sh
knowledge-agent
knowledge-agent builds filtered observation corpora and loads them into conversational ai sessions for domain-specific querying. users filter observations by project, type, concept, or date, then prime the corpus and ask questions conversationally.
6.2
skills.sh
make-plan
make-plan orchestrates phased implementation planning by delegating fact-gathering to subagents while retaining synthesis. enforces source-backed reporting to ground recommendations in actual apis and code.
6.2
skills.sh
how-it-works
how-it-works explains claude-mem's observation capture, memory injection timing (second session onward), and local storage model. covers optional /learn-codebase fast-path and data residency guarantees.
—
skills.sh
claude-code-plugin-release
Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, plugin.json…
—
skills.sh
timeline-report
Generate a "Journey Into [Project]" narrative report analyzing a project's entire development history from claude-mem's timeline. Use when asked for a timeline…
—
skills.sh
do
Execute a phased implementation plan using subagents. Use when asked to execute, run, or carry out a plan — especially one created by make-plan.
—
skills.sh
smart-explore
Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find…
—
skills.sh
mem-search
Search claude-mem's persistent cross-session memory database. Use when user asks "did we already solve this?", "how did we do X last time?", or needs work from…
—
smithery
mem-search
Search claude-mem's persistent cross-session memory database. Use when user asks "did we already solve this?", "how did we do X last time?", or needs work from previous sessions.
—
skills.sh
pathfinder
pathfinder — an installable skill for AI agents, published by thedotmack/claude-mem.
—
clawhub
Official Claude-Mem OpenClaw Memory Plugin
Enables persistent agent memory with a live-updating MEMORY.md file and optional real-time observation feed streaming via OpenClaw.
—
skills.sh
wowerpoint
Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about <file>", "turn this report into slides", or any…
—
skills.sh
learn-codebase
Prime a codebase by reading every source file in full. Use when starting work on a new or unfamiliar project, or when the user asks to "learn the codebase",…
—
skills.sh
babysit
Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all…