Commit Graph
1 Commits
Author SHA1 Message Date
Haoxuan "Orion" Li a5b9db5e61 Add K-Dense-AI/claude-skills-mcp to README
Add: Claude Skills MCP Server

Repo: https://github.com/K-Dense-AI/claude-skills-mcp

License: Apache-2.0

One-liner:
Exposes Anthropic Claude Skills as an MCP server, making skills portable and interoperable across editors, agents, and tools that speak the Model Context Protocol.

Who it’s for:

Bridges Claude Skills to the open MCP ecosystem (works with MCP-capable clients like Cursor, VS Code extensions, and custom agents).

Ships with mappings for Anthropic’s official skills and a companion pack of 70+ scientific skills (literature reasoning, data interpretation, hypothesis exploration).

Clean, open-source implementation under Apache-2.0 for commercial and community use.

Designed for dynamic prompting + tooling workflows (skills become reusable, composable capabilities rather than single-app plugins).

Highlights:

Portable skills: define once, reuse across MCP clients.

Plays well with multi-model setups (Claude primary; usable alongside GPT/Gemini via MCP clients).

Developer-friendly: straightforward configuration, clear README, and example flows.

Actively maintained by K-Dense AI engineers.

Docs & Quick Start:
Please see the project README for setup, configuration, and client integration instructions:
https://github.com/K-Dense-AI/claude-skills-mcp
2025-10-21 14:35:05 -07:00