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.

Peter537 Agent Plugin

Peter537 Agent Plugin is a portable Agent Plugins v1 package containing reusable skills for software research, planning, code and dependency audits, supply-chain security, documentation, and UI design. The complete GitHub edition also includes optional MCP integrations.

Included skills

SkillPurpose
audit-dependenciesReview every dependency and software supply-chain input before package changes or on request.
chatgpt-researchOrchestrate and verify multi-source ChatGPT Deep Research.
deep-code-auditAudit correctness, security, architecture, and maintainability across a codebase or scoped change.
deep-planningResearch and clarify complex software changes before implementation.
docs-auditAudit and rebuild repository documentation against implementation evidence.
ui-design-and-polishDesign, audit, refine, and verify accessible product interfaces.

Included MCP servers

ServerTransportPurpose
context7Streamable HTTPRetrieves current library documentation from Context7.
microsoft-learnStreamable HTTPSearches and reads public Microsoft Learn documentation.
playwrightstdioAutomates browser interactions with Playwright.
web-foragerstdioProvides DuckDuckGo web and news search plus Jina Reader fetching.

Requirements and trust

  • chatgpt-research requires ChatGPT Deep Research and signed-in in-app Browser control.
  • audit-dependencies keeps explicit reviews read-only, does not execute dependency code or install scanners, and automatically researches only public package coordinates.
  • playwright requires Node.js 18 or newer.
  • web-forager requires uv and provisions a supported Python 3.10-3.13 runtime through uvx.
  • The MCP servers use the network, and Playwright can interact with a browser. Review tool calls and third-party terms before use.
  • If Node.js or uv is unavailable, the affected local MCP server may be disabled while the skills and other MCP servers remain usable.

Install the complete GitHub edition

The GitHub marketplace edition contains all six skills and all four MCP servers. The Codex CLI is not required.

  1. In ChatGPT/Codex desktop, open Plugins, open the Add menu, and select Add plugin marketplace.
  2. Enter Peter537/peter537-agent-plugin as the source.
  3. Enter v0.1.0 as the Git ref.
  4. Leave Sparse paths empty and add the marketplace.
  5. Open Peter537 Plugins, install Peter537 Agent Plugin, and start a new task so its skills and MCP tools are loaded.

Install the skills-only public edition

When the plugin is available in the shared Plugins Directory, search for Peter537 Agent Plugin, open its details, and select the plus button to install it. The public-directory edition contains all six skills but does not include the four MCP servers.

Optional: Codex CLI

The Codex CLI is not required to install either desktop edition. Existing CLI users can instead add and install the GitHub marketplace with:

codex plugin marketplace add Peter537/peter537-agent-plugin --ref v0.1.0
codex plugin add peter537-agent-plugin@peter537

Start a new Codex CLI session after installation so the plugin components are loaded.

Other Agent Plugins clients

Clone or download this repository and follow the installation workflow provided by your client. Conformant clients discover the root plugin.json, skills under skills/, and MCP servers in mcp.json; component and transport support can vary, so consult the compatible clients list.

Example requests

  • Use $audit-dependencies to review every dependency and software supply-chain input in this repository.
  • Use $deep-planning to plan this repository change.
  • Use $deep-code-audit to audit this codebase.
  • Use $docs-audit to refresh this project's documentation.
  • Use $ui-design-and-polish to improve this product UI.
  • Use $chatgpt-research to compare the current official guidance.

Version

Current version: 0.1.0.

Support, privacy, and terms

See Support, Privacy, and Terms before installing or reporting an issue.

License

Released under the MIT License.