local-skills-mcp-usage

Resolve skill placement across personal, project, and custom directories for Local Skills MCP.

34|7|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/kdpa-llc/local-skills-mcp --skill local-skills-mcp-usage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-skills-mcp-usage
Source: https://github.com/kdpa-llc/local-skills-mcp/tree/main/skills/local-skills-mcp-usage
Command: npx skills add https://github.com/kdpa-llc/local-skills-mcp --skill local-skills-mcp-usage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the confusion around managing your AI skills by providing a comprehensive guide to Local Skills MCP. It clarifies where to save skills, how they're loaded, and how to configure the MCP server, ensuring your AI always finds the right expertise.

Core Features & Use Cases

  • Skill Location Guidance: Understand the purpose and priority of ~/.claude/skills/, ./skills/, and $SKILLS_DIR to organize your skills effectively.
  • Setup & Configuration: Get step-by-step instructions for installing and configuring Local Skills MCP with various clients like Claude Code, Desktop, or Cline.
  • Use Case: When you're creating a new skill and need to decide if it should be project-specific or globally available, this guide helps you make the right choice and set it up correctly.

Quick Start

Use the local-skills-mcp-usage skill to understand where to create a new Python coding skill.

Frequently Asked Questions about local-skills-mcp-usage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Where should I save my AI skills for Local Skills MCP?

Local Skills MCP searches four directories in priority order: personal (~/.claude/skills/), project (./skills/), Claude-compatible (./.claude/skills/), and custom ($SKILLS_DIR). Place globally reusable skills in ~/.claude/skills/ and project-specific skills in ./skills/ to ensure correct loading and sharing across clients.

How do I organize skills across multiple directories with Local Skills MCP?

Organize skills by scope and priority: use ~/.claude/skills/ for personal skills available everywhere, ./skills/ for project-specific expertise, and $SKILLS_DIR for custom directory placement. Local Skills MCP applies priority-based override rules so project skills take precedence over personal ones.

How do I set up Local Skills MCP with Claude Code or other clients?

Configure Local Skills MCP by specifying skill directories and environment variables in your client settings. Step-by-step setup varies by client—Claude Code, Desktop, and Cline each have distinct configuration paths. Local Skills MCP loads skills from all configured directories automatically.

Can I use environment variables to specify a custom skills directory?

Yes, set the $SKILLS_DIR environment variable to define a custom skills directory. Local Skills MCP respects this alongside the default ~/.claude/skills/, ./skills/, and ./.claude/skills/ paths, enabling flexible skill placement driven by environment configuration.

When should a skill be project-specific versus globally available?

Use project-specific skills (./skills/) for domain or codebase expertise tied to one project, and global skills (~/.claude/skills/) for general-purpose tools reused across projects. Local Skills MCP's priority system ensures project skills override globals, preventing conflicts.

What does Local Skills MCP do with duplicate skills across directories?

Local Skills MCP applies priority-based override rules: skills in higher-priority directories replace those with the same name in lower-priority ones. Project skills override personal skills, ensuring your AI uses the most contextually appropriate version without manual conflict resolution.