🎯

claude-code-plugin-release

🎯Skill

from thedotmack/claude-mem

VibeIndex|
What it does
|

Automated semantic versioning and release workflow for Claude Code plugins — bumps package.json, marketplace.json, and plugin.json in lockstep, runs the build, tags the commit, creates a GitHub release, and generates changelog entries. Enforces 'nothing left uncommitted or unpushed' by running git status at the end.

📦

Same repository

thedotmack/claude-mem(10 items)

claude-code-plugin-release

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add thedotmack/claude-mem --skill claude-code-plugin-release
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add thedotmack/claude-mem --skill claude-code-plugin-release
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/claude-code-plugin-release/SKILL.md

SKILL.md

768Installs
-
AddedApr 9, 2026

More from this repository9

🏪
thedotmack-claude-mem🏪Marketplace

Plugins by Alex Newman (thedotmack)

🔌
claude-mem🔌Plugin

A persistent memory system for Claude Code that enables storing and recalling information across sessions using local file-based storage.

🎯
mem-search🎯Skill

Persistent memory system for Claude Code using semantic search, enabling Claude to store, search, and retrieve context across sessions with multi-language documentation support.

🎯
make-plan🎯Skill

Plan-making skill for creating structured project plans with milestones, tasks, and timelines for development workflows.

🎯
smart-explore🎯Skill

A persistent memory compression system built for Claude Code that enables context retention across sessions. Provides intelligent memory management with compression, allowing Claude Code to maintain knowledge of projects and conversations beyond the default context window.

🎯
do🎯Skill

A task execution skill from claude-mem, a Claude Code memory and persistence plugin with built-in token ($CMEM) integration on the Solana blockchain.

🎯
timeline-report🎯Skill

Generates a "Journey Into [Project]" narrative analyzing a project's full development history from the claude-mem worker API (`http://localhost:37777/api/context/inject`). Auto-detects git worktrees to resolve the parent project name and covers every observation, session boundary, and summary across the project's history.

🎯
knowledge-agent🎯Skill

Skill that turns filtered claude-mem observations into queryable AI knowledge bases ("brains"). Users build a corpus with filters (project, concepts, date range), prime it into an AI session, then ask conversational questions and rebuild/reprime to refresh.

🎯
pathfinder🎯Skill

A navigation and code exploration skill within the claude-mem memory system that helps AI agents efficiently find and traverse codebases using persistent memory and contextual awareness.