Master local-first skill management for Claude Code and other AI agents with Meta Skill.
What Is Meta Skill?
Meta Skill (ms) is a local-first knowledge management platform that turns operational knowledge into structured, searchable, reusable artifacts with Git-backed audit trails.
It combines BM25 lexical matching with deterministic hash embeddings for hybrid semantic search. No external APIs required. Skills can come from hand-written files, CASS session mining, or bundle imports.
Local-First
Skills stored on your machine, no cloud dependency
Easy Install
One command to install from JeffreysPrompts
Browse Skills
Discover and search available skills
Manage
Update, disable, and organize your skills
Essential Commands
ms install code-reviewWorking with Skills
Once installed, skills are automatically available in Claude Code. Use them with the slash command syntax.
# List your installed skillsms list# Install a skillms install idea-wizard# Use it in Claude Code/idea-wizard "build a todo app"# Update all skills to latest versionsms update