Agent Plugins Marketplace
All plugins

dsh-skills-anywhere

v0.12.0

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.

Claude CodeAgent Plugins1 MCP serverstdio

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dsh-skills-anywhere@agent-plugin-marketplace

Paste 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-anywhere

Clone 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

dsh-skills-anywhere/
├── .claude-plugin/plugin.json
├── plugin.json
└── .mcp.json

MCP servers1

skills-anywherestdio
command
npx
args
-y [email protected] mcp --cwd ${CLAUDE_PROJECT_DIR}

Plugin manifests2

.claude-plugin/plugin.json
{
  "$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}"
      ]
    }
  }
}
plugin.json
{
  "$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"
  ]
}

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)