Dicklesworthstone/meta_skill
Local-first skill management platform for AI coding agents: dual SQLite+Git persistence, semantic search, bandit-optimized suggestions, and MCP integration
I'll search for error handling patterns. [calls search_skills("error handling")] Result: 3 skills found ... ``` Claude, Codex, and other agents see skills as **native tools**, not as formatted text. The agent can compose multi-step workflows: search → analyze → combine → generate without context switching to a terminal. --- ## Concept Tour ### Skill Structure A `SKILL.md` file is the core artifact: ```markdown --- id: rust-error-handling name: Rust Error Handling Patterns kind: pattern source: rust-fundamentals tags: [error-handling, rust, result-type, unwrap] context_tokens: 200 --- ## Problem Unwrap panics in production code. Use Result and ? operator instead. ## Solution [Code examples and explanations] ## Related Links to dependency skills
134 stars.
Stars
134
Forks
27
Language
Rust
License
—
Category
Last pushed
Mar 10, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/Dicklesworthstone/meta_skill"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related agents
memodb-io/Acontext
Agent Skills as a Memory Layer
powroom/flins
Universal skill installer for AI coding agents
DougTrajano/pydantic-ai-skills
This package implements Agent Skills (https://agentskills.io) support with progressive...
rscheiwe/open-skills
Open Skills is a modular, Anthropic-style skills framework that lets agents dynamically...
forefy/.context
AI Agent Skills for Smart Contract Auditing to generate triaged, industry grade report findings,...