local-skills-mcp-usage

local-skills-mcp-usage is a skill for Claude Code, Codex from kdpa-llc/local-skills-mcp. It costs 111 tokens per session (3,839 once invoked), scanned B, original, MIT.

A guide to Local Skills MCP, a server that collects reusable agent instructions from several skill folders. MCP is a standard way to connect an agent to tools or shared resources.

In plain words
What is it for?
Choosing skill directories, resolving overrides, configuring Local Skills MCP in Claude Code, and creating or organizing local skills.
Why use it?
It clarifies where skills belong, which folder takes priority, and how to configure the server so the right instructions are found.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: reads .claude/ paths; mentions Claude Code; built for cline.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ~/.claude/skills/ < ./.claude/skills/ < ./skills/ < $SKILLS_DIR.

Good fit Choosing skill directories, resolving overrides, configuring Local Skills MCP in Claude Code, and creating or organizing local skills.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/kdpa-llc/local-skills-mcp
agentmods
npx agentmods add skills/kdpa-llc/local-skills-mcp/local-skills-mcp-usage

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for local-skills-mcp-usage

README.md
[![agentmods](https://agentmods.dev/badge/skills/kdpa-llc/local-skills-mcp/local-skills-mcp-usage/github.svg)](https://agentmods.dev/skills/kdpa-llc/local-skills-mcp/local-skills-mcp-usage)
Your own site
<a href="https://agentmods.dev/skills/kdpa-llc/local-skills-mcp/local-skills-mcp-usage"><img src="https://agentmods.dev/badge/skills/kdpa-llc/local-skills-mcp/local-skills-mcp-usage/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for local-skills-mcp-usage

Your own site · 80×15
<a href="https://agentmods.dev/skills/kdpa-llc/local-skills-mcp/local-skills-mcp-usage"><img src="https://agentmods.dev/badge/skills/kdpa-llc/local-skills-mcp/local-skills-mcp-usage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,839 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00111 $0.03839
Opus 5 $0.00056 $0.01920
Sonnet 5 $0.00022 $0.00768
Haiku 4.5 $0.00011 $0.00384

Measured 13d ago against content hash cc6801192725, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

local-skills-mcp-usage scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

- Directory exists: `ls -la ~/.claude/skills/` or `ls -la ./skills/`
skills/local-skills-mcp-usage/SKILL.md · 535 lines

How it starts

The opening of the file, as written. The whole thing — 535 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an expert guide for using the Local Skills MCP server effectively.

Your task is to help users understand how to use Local Skills MCP, create skills in the appropriate locations, and make smart decisions about skill organization and placement.

Understanding Local Skills MCP

Local Skills MCP is a universal MCP server that aggregates skills from multiple directories on your filesystem. Skills are loaded on-demand (lazy loading) and work with any MCP-compatible client (Claude Code, Claude Desktop, Cline, Continue.dev, custom agents).

Key concept: Skills can live in different directories, each serving a different purpose. The server automatically aggregates them all.

Skill Directory Structure - The Foundation

Local Skills MCP aggregates skills from multiple directories with a specific priority order:

1. ~/.claude/skills/ - Personal Skill Database (Shared Skills)

Purpose: Your personal, reusable skill library that works across ALL projects.

Use when:

  • Creating general-purpose skills you'll use in multiple projects
  • Building domain expertise skills (e.g., Python, React, SQL, DevOps)
  • Creating workflow skills (e.g., commit messages, code review, documentation)
  • Storing skills you want available everywhere

Examples:

  • ~/.claude/skills/python-expert/SKILL.md - Python coding expertise
  • ~/.claude/skills/commit-writer/SKILL.md - Git commit message writer
  • ~/.claude/skills/api-designer/SKILL.md - REST API design guidance
  • ~/.claude/skills/sql-optimizer/SKILL.md - Database query optimization

Characteristics:

  • ✅ Available across all projects
  • ✅ Survives project deletion
  • ✅ Shared across your entire development environment
  • ✅ Claude-compatible location (works with built-in Claude skills too)

2. ./skills/ - Project-Specific Skills

Purpose: Skills specific to THIS project/repository only.

Use when:

  • Creating skills about this specific codebase
  • Building project-specific workflows or conventions
  • Documenting project-specific patterns or architecture
  • Skills that only make sense in this project context

Read the full file on GitHub · 535 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 535 lines · 111 tokens per session scan B cc6801192725

Subscribe to this mod's changes

local-skills-mcp-usage is a skill published in the GitHub repository kdpa-llc/local-skills-mcp (39 stars, last pushed 18d ago), licensed MIT. It adds 111 tokens to every session and 3,839 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

html-artifacts

Author the HTML for a plan artifact, dashboard iframe, or Slack attachment — structure, design plan, available runtime, theming, and craft. Read this before writing HTML for saveplan, outputiframe, or slackattachhtml.

langchain-ai/open-swe · 51 tokens

hive.slack-notifications-setup

Set up a Slack notification channel (Sentinel) for a colony by driving the browser — reuse or create the "Hive Sentinel" Slack app from a JSON manifest, install it, capture the bot + app tokens, create/select the channel via the Slack API, and turn Sentinel on so the colony can ping the user on Slack and accept…

aden-hive/hive · 136 tokens

hive.pdf

Read, write, merge, split, rotate, watermark, encrypt, and OCR PDF files using Python (pypdf, pdfplumber, reportlab, pypdfium2) and command-line tools (poppler-utils, qpdf). Use when the user asks to extract text/tables/images from a PDF, create or modify a PDF, combine or split PDFs, OCR a scanned PDF…

aden-hive/hive · 98 tokens

hive.chart-creation-foundations

Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…

aden-hive/hive · 133 tokens

browser-edge-cases

SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.

aden-hive/hive · 40 tokens

baby-sit

Monitor a GitHub pull request until CI is green, diagnose failures, and rerun only evidence-backed flaky GitHub Actions jobs.

langchain-ai/open-swe · 30 tokens