Back
23/61
Lesson 23
10 min

Meta Skill: Local Skills

Manage and share Claude Code skills locally

New to ACFS?

Complete the setup wizard first to get the most from these lessons.

Go to Choose Your OS
Goal

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

Skill Library Dashboard

Browse, search, and manage 17 skills across 6 categories

17
Total
7
Installed
31.1k
Usage
4.7
Avg Rating
code-review
Development

Automated code review with best-practice checks, security scanning, and style suggestions. Generates inline comments and a summary report.

/review/cr+1
2,8474.9v2.3.1
Installed
refactor-guru
Development

Intelligent refactoring suggestions with before/after diffs, impact analysis, and complexity scoring. Detects code smells automatically.

/refactor/clean+1
1,9234.7v1.8.0
Installed
idea-wizard
Agent Workflows

Turn vague ideas into structured project plans with architecture diagrams, tech stack recommendations, and milestone breakdowns.

/idea/brainstorm+1
3,4214.8v3.1.0
doc-gen
Development

Generate comprehensive documentation from code with JSDoc, README templates, API docs, and usage examples. Supports multiple output formats.

/docs/document+1
2,1564.6v2.0.4
stacktrace-decoder
CLI Tools

Parse and explain complex stack traces with source mapping, root cause analysis, and suggested fixes. Works with Node.js, Python, Rust, and Go.

/decode/trace+1
1,5674.5v1.4.2
Installed
log-analyzer
CLI Tools

Pattern-match log files to find anomalies, errors, and performance bottlenecks. Generates timeline visualizations and alert summaries.

/logs/analyze+1
9874.3v1.2.0
git-bisect-helper
CLI Tools

Automate git bisect to find the exact commit that introduced a bug. Supports custom test commands and parallel testing.

/bisect/findbug+1
6544.4v1.1.0
test-gen
Development

Generate unit and integration tests with edge cases, mocking strategies, and coverage targets. Infers test frameworks from project config.

/test/generate-tests+1
2,8914.8v2.5.0
Installed
docker-compose
Infrastructure

Generate optimized Dockerfiles and docker-compose configs with multi-stage builds, health checks, and security hardening.

/docker/containerize+1
1,4324.6v2.1.0
ci-pipeline
Infrastructure

Create CI/CD pipelines for GitHub Actions, GitLab CI, or CircleCI from project config. Auto-detects build steps and test suites.

/ci/pipeline+1
1,8764.7v2.2.1
Installed
deploy-helper
Infrastructure

Deployment checklists, rollback plans, and environment configuration validation. Supports blue-green and canary deployment strategies.

/deploy/release+1
1,0984.5v1.7.0
secret-scanner
Security

Scan codebases for leaked credentials, API keys, and sensitive data. Integrates with pre-commit hooks and CI pipelines.

/scan-secrets/secrets+1
2,2344.9v3.0.2
Installed
threat-model
Security

Generate STRIDE threat models from architecture descriptions. Identifies attack surfaces, trust boundaries, and mitigation strategies.

/threat/stride+1
8764.4v1.3.0
swarm-dispatch
Coordination

Coordinate multi-agent task execution with dependency resolution, parallel scheduling, and progress tracking across agent instances.

/swarm/dispatch+1
1,5674.7v2.0.0
session-replay
Coordination

Replay and analyze previous agent sessions to extract patterns, identify failures, and mine reusable knowledge for skill creation.

/replay/session+1
1,2344.6v1.5.0
prompt-optimizer
Agent Workflows

Analyze and optimize system prompts for clarity, token efficiency, and instruction adherence. Scores prompts on multiple dimensions.

/optimize-prompt/prompt+1
1,7894.8v2.4.0
context-packer
Agent Workflows

Intelligently pack maximum relevant context into agent prompts. Uses semantic chunking and priority ranking to fit within token limits.

/pack/context+1
2,5434.9v3.2.0
Installed

Essential Commands

List all installed skills
Install a skill from registry
Remove an installed skill
Update all installed skills
Check skill system health
Search for skills in registry
Pro Tip
Install popular skills directly: ms install code-review

Working with Skills

Once installed, skills are automatically available in Claude Code. Use them with the slash command syntax.

bash
# List your installed skills
ms list
# Install a skill
ms install idea-wizard
# Use it in Claude Code
/idea-wizard "build a todo app"
# Update all skills to latest versions
ms update

Ready to level up?

Mark complete to track your learning progress.