dsh-skills-anywhere
v0.12.0Every skill you have installed for any agent (Claude Code, Codex, Cursor, Gemini CLI, DeepSeek Harness and 60+ more), plus any GitHub skill repo, served as find_skills / open_skill tools and skill:// resources. Zero copies, zero symlinks.
By Note Flow AILicense: MIT3 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install dsh-skills-anywhere for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dsh-skills-anywhere@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/noteflowai/dsh-skills-anywhereClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json└── .mcp.json
MCP servers1
- command
- npx
- args
- -y [email protected] mcp --cwd ${CLAUDE_PROJECT_DIR}
Plugin manifests2
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "dsh-skills-anywhere",
"displayName": "Skills Anywhere",
"version": "0.12.0",
"description": "Every skill you have installed for any agent (Claude Code, Codex, Cursor, Gemini CLI, DeepSeek Harness and 60+ more), plus any GitHub skill repo, served as find_skills / open_skill tools and skill:// resources. Zero copies, zero symlinks.",
"author": {
"name": "Note Flow AI",
"email": "[email protected]",
"url": "https://github.com/noteflowai"
},
"homepage": "https://github.com/noteflowai/dsh-skills-anywhere",
"repository": "https://github.com/noteflowai/dsh-skills-anywhere",
"license": "MIT",
"keywords": [
"skills",
"agent-skills",
"mcp",
"deepseek-harness",
"codex",
"cursor"
],
"mcpServers": {
"skills-anywhere": {
"command": "npx",
"args": [
"-y",
"[email protected]",
"mcp",
"--cwd",
"${CLAUDE_PROJECT_DIR}"
]
}
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "dsh-skills-anywhere",
"version": "0.12.0",
"description": "Every Agent Skill installed for any coding agent, plus GitHub skill repos, as find_skills / open_skill tools and skill:// resources over MCP. Zero copies, zero symlinks.",
"author": {
"name": "Note Flow AI",
"url": "https://github.com/noteflowai"
},
"homepage": "https://github.com/noteflowai/dsh-skills-anywhere",
"repository": "https://github.com/noteflowai/dsh-skills-anywhere",
"license": "MIT",
"keywords": [
"skills",
"agent-skills",
"mcp",
"claude-code",
"codex",
"cursor",
"deepseek-harness"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[dsh-skills-anywhere on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dsh-skills-anywhere)