Rust CLI for managing Claude Code skills. Index, build, bundle, and share skills. Integrates with CASS to mine coding session history into reusable skills. Ideal for operations teams automating workflows.
git clone https://github.com/Dicklesworthstone/meta_skill.gitMeta Skill (ms) is a local-first skill management platform that organizes operational knowledge into structured, searchable, reusable artifacts. It combines SQLite for fast queries with Git for audit trails, uses deterministic hash embeddings for semantic search without external dependencies, and includes multi-layer security with prompt injection defense and command safety gates. The platform supports dependency graph analysis, provenance tracking, adaptive suggestions via bandit optimization, and native AI agent integration through MCP. Skills can be hand-written, mined from CASS sessions, imported from bundles, or generated through workflows, making it suitable for teams automating complex operational processes.
[{"step":"Install the `meta_skill` CLI and verify CASS integration: `cargo install meta_skill && meta_skill --version`","tip":"Ensure CASS is configured in your `~/.claude/settings.json` with `\"cass_endpoint\": \"http://localhost:8080\"`."},{"step":"Mine reusable skills from a coding session: `meta_skill mine --session-id ses_abc123 --output-dir ./skills/my_workflow`","tip":"Use `--include-patterns \"deploy|build\"` to filter relevant snippets from long sessions."},{"step":"Validate and bundle the skill: `meta_skill build --skill-path ./skills/my_workflow/my_skill`","tip":"Check the generated `skill.json` for missing metadata like dependencies or version numbers."},{"step":"Share the skill to a registry: `meta_skill share --skill-path ./skills/my_workflow/my_skill --registry https://skills.example.com`","tip":"Use `--private` to restrict sharing to your team or `--dry-run` to test before publishing."},{"step":"Index skills for discovery: `meta_skill index --registry https://skills.example.com`","tip":"Run this weekly to sync new skills into your team's shared index."}]
Index and search coding skills across team sessions with hybrid semantic and lexical search
Extract reusable skills from CASS session history for automation
Track skill provenance and dependencies with Git-backed audit trails
Expose skills as native tools for Claude and other AI agents via MCP
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/Dicklesworthstone/meta_skillCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Use the `meta_skill` Rust CLI to [INDEX/BUILD/BUNDLE/SHARE] the following Claude Code skill: [SKILL_NAME]. If mining session history, extract reusable patterns from [SESSION_ID/PATH] using CASS. Include [OPTIONAL_FLAGS] for customization (e.g., --output-dir).
```
$ meta_skill mine --session-id ses_abc123 --output-dir ./skills/my_automation
Mining session history for reusable patterns...
✅ Extracted 12 reusable snippets from CASS session 'ses_abc123'
✅ Validated 8 skills against existing templates
✅ Bundled 'auto_deploy' skill with dependencies:
- Dockerfile (updated)
- README.md (auto-generated)
- skill.json (validated schema)
Skill 'auto_deploy' is ready for sharing:
- Path: ./skills/my_automation/auto_deploy/
- SHA256: a1b2c3d4e5f6...
- Size: 42KB
To share:
$ meta_skill share --skill-path ./skills/my_automation/auto_deploy --registry https://skills.example.com
```
Example skill output (auto_deploy.json):
```json
{
"name": "auto_deploy",
"description": "Automates Docker-based deployments to AWS ECS",
"version": "1.0.0",
"dependencies": ["docker", "aws-cli"],
"commands": [
"docker build -t my-app:${TAG} .",
"aws ecs update-service --cluster prod --service my-app --force-new-deployment"
]
}
```AI assistant built for thoughtful, nuanced conversation
Get more done every day with Microsoft Teams – powered by AI
Automate security compliance and monitor real-time security posture seamlessly.
Automate your spreadsheet tasks with AI power
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan