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.gitRust 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.
[{"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."}]
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
IronCalc is a spreadsheet engine and ecosystem
ITIL-aligned IT service management platform
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan