Skip to content

championswimmer/tech-doc-skills

v0.1.0MIT

Portable agent plugin with reusable skills for Mermaid diagrams and technical web research, plus bundled MCP server definitions for Exa, Parallel Search, Perplexity, and Context7.

MCP servers

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

context7stdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@upstash/context7-mcp@latest"
  ]
}
perplexitystdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@perplexity-ai/mcp-server"
  ],
  "env": {
    "PERPLEXITY_API_KEY": "${PERPLEXITY_API_KEY}"
  }
}
parallel-searchstreamable-http
{
  "type": "streamable-http",
  "url": "https://search.parallel.ai/mcp",
  "headers": {
    "Authorization": "Bearer ${PARALLEL_API_KEY}"
  }
}
exastdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "exa-mcp-server"
  ],
  "env": {
    "EXA_API_KEY": "${EXA_API_KEY}"
  }
}

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": "tech-doc-skills",
  "version": "0.1.0",
  "description": "Portable agent plugin with reusable skills for Mermaid diagrams and technical web research, plus bundled MCP server definitions for Exa, Parallel Search, Perplexity, and Context7.",
  "author": {
    "name": "championswimmer",
    "url": "https://github.com/championswimmer"
  },
  "homepage": "https://github.com/championswimmer/tech-doc-skills",
  "repository": "https://github.com/championswimmer/tech-doc-skills",
  "license": "MIT",
  "keywords": [
    "agent-plugins",
    "claude-code-plugin",
    "skills",
    "mermaid",
    "web-research",
    "mcp",
    "docs",
    "rfc"
  ]
}

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.

  • 3JavaScript files
  • LICENSE
View on GitHub