{"id":"kdpa-llc-local-skills-mcp","name":"local-skills-mcp","homepage":null,"repo_url":"https://github.com/kdpa-llc/local-skills-mcp","category":"ai-ml","subcategories":[],"tags":["mcp","local-filesystem","agent-tools","prompt-skills","lazy-loading","hot-reload","typescript"],"what_it_does":"Provides a local MCP server that exposes filesystem-based “skills” (SKILL.md files) to any MCP-compatible LLM/agent client. It aggregates skills from multiple default directories and a custom SKILLS_DIR, supports lazy loading (names/descriptions first, full content on-demand), and hot reloads changes without restarting.","use_cases":["讓 an agent reuse reusable expert prompt instructions stored locally","Context-efficient skill libraries for code review, writing, research, or operations","Portable MCP skill distribution across Claude Code/Desktop, Cline, Continue.dev, and custom MCP clients","Team/project-specific skill packs via local directories and overrides"],"not_for":["Serving remote/shared skills to untrusted users over a network","Highly secure, multi-tenant environments without additional isolation/controls","Use cases requiring an authenticated, fine-grained API for external consumers"],"best_when":"You want local, private, prompt/skill reuse across multiple MCP clients with minimal context overhead and easy hot-reload.","avoid_when":"You need strong transport/auth controls for exposing data to remote parties, or you run in environments where local filesystem access from an agent is too risky.","alternatives":["Use built-in Claude skills (less portable across MCP clients)","Other MCP servers that expose remote or curated tool/knowledge registries","Local prompt libraries without MCP (manual loading into prompts)"],"af_score":54.8,"security_score":30.0,"reliability_score":26.2,"package_type":"mcp_server","discovery_source":["github"],"priority":"high","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-03-30T15:31:55.150750+00:00","interface":{"has_rest_api":false,"has_graphql":false,"has_grpc":false,"has_mcp_server":true,"mcp_server_url":null,"has_sdk":true,"sdk_languages":["TypeScript","JavaScript"],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":[],"oauth":false,"scopes":false,"notes":"No authentication/authorization mechanisms are described for the MCP server; it appears designed for local use by a local MCP client."},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"Open-source MIT package distributed via npm; costs are primarily compute/inference from your LLM/agent, not this server."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":54.8,"security_score":30.0,"reliability_score":26.2,"mcp_server_quality":70.0,"documentation_accuracy":55.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":100.0,"rate_limit_clarity":0.0,"tls_enforcement":20.0,"auth_strength":20.0,"scope_granularity":10.0,"dependency_hygiene":60.0,"secret_handling":50.0,"security_notes":"Designed for local filesystem MCP usage with no authentication described. Hot-reload and multi-directory aggregation increase the risk of exposing unintended or maliciously modified skill files to an agent. TLS/auth controls for any network exposure are not described (likely local-only). No explicit secret redaction or logging guarantees are stated in the provided README.","uptime_documented":0.0,"version_stability":45.0,"breaking_changes_history":40.0,"error_recovery":20.0,"idempotency_support":"false","idempotency_notes":null,"pagination_style":"none","retry_guidance_documented":false,"known_agent_gotchas":["Skill selection depends heavily on the SKILL.md frontmatter description and trigger keywords; vague descriptions can lead to poor tool/skill choice.","The server aggregates multiple directories with override precedence; mismatched expectations about priority can cause the wrong skill version to load.","Since it reads local filesystem content, skills that include unsafe instructions may be surfaced to the model."]}}