Skip to content

jeryfan/dev-plugin

v0.0.5MIT

Personal cross-tool agent plugin: skills and MCP servers for Claude Code, Codex, Kimi Code and pi.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

chrome-devtoolsstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "chrome-devtools-mcp@latest",
    "--autoConnect"
  ]
}
context7stdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@upstash/context7-mcp@latest"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "dev-plugin",
  "version": "0.0.5",
  "description": "Personal cross-tool agent plugin: skills and MCP servers for Claude Code, Codex, Kimi Code and pi.",
  "author": {
    "name": "jeryfan"
  },
  "license": "MIT",
  "keywords": [
    "personal",
    "skills",
    "mcp"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 65Python files
  • 9JavaScript files
  • 2shell scripts
  • 53data files
  • 35text files
  • 20JSON files
  • 2YAML files
  • pyproject.toml
  • example_evaluation.xml
  • 186other files
  • 54fonts
View on GitHub