DicklesworthstoneDicklesworthstoneCommunityยท1 Agent Skills Included

meta_skill

Local-first skill storage, search, and management platform

Stores, indexes, and searches reusable skills locally with SQLite and Git dual persistence. Combines keyword and semantic search, dependency graph analysis, and feedback-driven suggestions without cloud dependencies. Blocks prompt injection and dangerous commands, and exposes skills directly to coding agents through a built-in MCP server.
npx skills add Dicklesworthstone/meta_skill --all -g -y
Available:

Gives AI coding agents strict safety rules for working in this Rust codebase, including bans on file deletion, destructive git commands, and database mishandling.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install meta_skill?โ–ผ

Run `npx skills add Dicklesworthstone/meta_skill --all -g -y` in your terminal to install all skills in this suite globally.

What does the ms CLI do?โ–ผ

It is a local-first platform for storing, searching, and managing reusable skills, with hybrid keyword and semantic search, dependency graph analysis, and Git-based audit trails.

Does ms work with Claude Code and other agents?โ–ผ

Yes. It runs a built-in MCP server that exposes search, load, and evidence functions as native tools for Claude, Codex, and other MCP-aware agents.

Does ms send my data to the cloud?โ–ผ

No. Everything runs locally using SQLite and deterministic hash embeddings, so there are no external API calls, model downloads, or telemetry.

How does ms protect against prompt injection?โ–ผ

It classifies content by trust boundary, quarantines suspected injection attempts for review, and gates destructive shell commands behind configurable approval tiers.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’