Skip to content

feat: add Codex plugin configuration for PCMStack - #6

Merged
mpicciolli merged 1 commit into
mainfrom
feat/codex-plugin
Aug 15, 2026
Merged

feat: add Codex plugin configuration for PCMStack#6
mpicciolli merged 1 commit into
mainfrom
feat/codex-plugin

Conversation

@mpicciolli

@mpicciolli mpicciolli commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

Summary

Packages this repository as a Codex plugin so the PCM skills can be installed and discovered as a single unit.

  • .codex-plugin/plugin.json — plugin manifest: metadata, keywords, skills directory pointer, MCP server pointer, and marketplace interface block (display name, descriptions, category, capabilities, brand color, icons).
  • .mcp.json — declares the pcm-mcp MCP server, launched via npx -y pcm-mcp.
  • assets/logo.svg — composer icon (inline SVG mark).
  • assets/app-icon.png — plugin logo.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Packages the repository as a Codex plugin so PCMStack skills (and the pcm-mcp MCP server) can be installed/discovered as a single unit.

Changes:

  • Add Codex plugin manifest (.codex-plugin/plugin.json) describing skills, MCP servers, and marketplace interface metadata.
  • Add MCP server configuration (.mcp.json) to launch pcm-mcp via npx.
  • Add branding assets (assets/logo.svg, assets/app-icon.png) for plugin icons.

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 3 comments.

File Description
.codex-plugin/plugin.json Declares plugin metadata + links to skills/MCP config and UI branding assets.
.mcp.json Defines the pcm-mcp MCP server launch command.
assets/logo.svg Adds the composer icon SVG.
assets/app-icon.png Adds the plugin logo PNG.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .codex-plugin/plugin.json
Comment on lines +22 to +23
"skills": "./skills/",
"mcpServers": "./.mcp.json",
Comment thread .codex-plugin/plugin.json
Comment on lines +38 to +39
"composerIcon": "./assets/logo.svg",
"logo": "./assets/app-icon.png",
Comment thread .mcp.json
"mcpServers": {
"pcm-mcp": {
"command": "npx",
"args": ["-y", "pcm-mcp"]
@mpicciolli
mpicciolli merged commit e498724 into main Aug 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants