Skip to content

peter537/peter537-agent-plugin

v0.1.0MIT

Portable agent skills and MCP integrations for research, planning, code and dependency audits, supply-chain security, documentation, UI design, and development workflows.

MCP servers

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

context7streamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.context7.com/mcp"
}
microsoft-learnstreamable-http
{
  "type": "streamable-http",
  "url": "https://learn.microsoft.com/api/mcp"
}
playwrightstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@playwright/mcp@0.0.79"
  ]
}
web-foragerstdio
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "--python",
    ">=3.10,<3.14",
    "--from",
    "web-forager==3.0.1",
    "--with",
    "fastmcp==3.4.6",
    "--with",
    "mcp==1.29.0",
    "--with",
    "pydantic-settings==2.14.2",
    "web-forager",
    "serve"
  ]
}

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": "peter537-agent-plugin",
  "version": "0.1.0",
  "description": "Portable agent skills and MCP integrations for research, planning, code and dependency audits, supply-chain security, documentation, UI design, and development workflows.",
  "author": {
    "name": "Peter537",
    "url": "https://github.com/Peter537"
  },
  "homepage": "https://github.com/Peter537/peter537-agent-plugin#readme",
  "repository": "https://github.com/Peter537/peter537-agent-plugin",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "mcp",
    "research",
    "planning",
    "code-audit",
    "dependency-audit",
    "supply-chain-security",
    "documentation",
    "ui-design",
    "software-development"
  ]
}

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.

  • inventory_dependency_files.py
  • 6YAML files
  • LICENSE
View on GitHub