Skip to main content

← All sources

Claude-Mem skills

Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex,.... 20 skills. skills-hub.ai mirrors 20 skills from Claude-Mem daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/thedotmack/claude-mem

Installing a Claude-Mem skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Claude-Mem skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Claude-Mem skills via API
curl https://skills-hub.ai/api/v1/skills?source=claude-mem

# Browse all sources
open https://skills-hub.ai/sources

Top Claude-Mem skills

See all →

The most-installed skills from Claude-Mem, ranked by adoption.

  1. 01babysit

    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 actionable issues are resolved.

    Buildfrom Claude-Mem
  2. 02do

    Execute a phased implementation plan using subagents. Use when asked to execute, run, or carry out a plan — especially one created by make-plan.

    Buildfrom Claude-Mem
  3. 03how-it-works

    Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".

    Buildfrom Claude-Mem
  4. 04mem-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.

    Buildfrom Claude-Mem
  5. 05oh-my-issues

    Cluster a GitHub issue backlog by root cause into a small set of plan-master issues, redirect children with a standardized comment, and bundle architectural-fix PRs that close clusters atomically. Use when an issue tracker has accumulated dozens of reports that share underlying defects, when asked to triage / consolidate / cluster / dedupe issues, when asked to build a plan series or roadmap from open issues, or when routing a new incoming bug into an existing plan.

    Buildfrom Claude-Mem
  6. 06smart-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 functions, or explore a codebase efficiently.

    Buildfrom Claude-Mem
  7. 07standup

    Facilitate a read-only standup across git worktrees, branches, or PRs to compare changes and produce one consolidation plan.

    Buildfrom Claude-Mem
  8. 08version-bump

    Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, plugin.json manifests, build verification, git tagging, GitHub releases, and changelog generation. NPM publishing (so `npx [email protected]` resolves) is handed off to the human maintainer, who raised npm security.

    Buildfrom Claude-Mem
  9. 09weekly-digests

    Generate a serial week-by-week narrative digest of a project's full claude-mem timeline. Splits the timeline into per-ISO-week files, then runs one consecutive subagent per week — each receiving the prior week's carry-forward block — to produce one chapter per ISO week of data. Use when asked for "weekly digests", "week-by-week story", "serial timeline", or "narrative chapters" of a project's history.

    Buildfrom Claude-Mem
  10. 10what-the

    What the? Use when the user wants a plain-English breakdown of something technical — the who, what, where, why, and when.

    Buildfrom Claude-Mem
  11. 11wowerpoint

    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 request to render a single document as shareable narrative slides.

    Buildfrom Claude-Mem
  12. 12cloud-sync

    Set up or check claude-mem cloud sync with cmem.ai Pro. Use when the user says "set up cloud sync", "sync my memories", "cmem pro", "cloud backup", "sync status", or wants their memory database backed up or synced to their cmem.ai account.

    Buildfrom Claude-Mem
  13. 13learn-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", "read the codebase", "prime", or "get up to speed".

    Buildfrom Claude-Mem
  14. 14Claude-Mem OpenClaw Plugin — Setup Guide

    This guide walks through setting up the claude-mem plugin on an OpenClaw gateway. By the end, your agents will have persistent memory across sessions via system prompt context injection, and optionally a real-time observation feed streaming to a messaging channel.

    Buildfrom Claude-Mem
  15. 15design-is

    Audit a design against Dieter Rams' ten "Good design is..." principles, then hand off a /make-plan prompt for one of three outcomes — new design, refine design, or redesign. Use when the user says "audit this design", "design review", "check this UI against Rams", "is this UI good", "critique this design", "design audit", or asks for a critique that should lead to a plan.

    Buildfrom Claude-Mem
  16. 16knowledge-agent

    Build and query AI-powered knowledge bases from claude-mem observations. Use when users want to create focused "brains" from their observation history, ask questions about past work patterns, or compile expertise on specific topics.

    Buildfrom Claude-Mem
  17. 17make-plan

    Create a detailed, phased implementation plan with documentation discovery. Use when asked to plan a feature, task, or multi-step implementation — especially before executing with do.

    Buildfrom Claude-Mem
  18. 18mode-creator

    Interactively create, install, activate, and verify custom claude-mem modes, including domain-specific observation types, concept tags, optional Telegram alerts, bot setup, worker restart, and startup-context verification. Use this whenever someone asks to customize what claude-mem remembers, create or change a mode, track domain-specific notes, add observation types or tags, or send Telegram notifications for particular memories—even if they do not use the word "mode."

    Buildfrom Claude-Mem
  19. 19pathfinder

    Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to "find the ideal path," unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan prompts.

    Buildfrom Claude-Mem
  20. 20timeline-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 report, project history analysis, development journey, or full project report.

    Buildfrom Claude-Mem

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Aug 18, 2026, 4:43 PM (success).

Claude-Mem skills, frequently asked

What are Claude-Mem skills?

Claude-Mem skills are AI coding skills published by Claude-Mem (Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex,.... 20 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Claude-Mem skills are available?

skills-hub.ai indexes 20 skills from Claude-Mem, synced daily from the upstream GitHub repository (https://github.com/thedotmack/claude-mem).

How do I install a Claude-Mem skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Claude-Mem skills?

Yes. Every skill from this source is mirrored from Claude-Mem's own GitHub repository (https://github.com/thedotmack/claude-mem). Each skill page links back to the upstream source of truth, so you can verify the original.