Agent Plugins Marketplace
All plugins

common

v1.9.0

Common Plugin

Codex4 Skills

By vndly0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
4 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add common-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/vndly/marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/codex/common/.

Plugin files

plugins/codex/common/
├── .codex-plugin/plugin.json
├── skills/apocalypse-bug-review/SKILL.md
├── skills/delta-review/SKILL.md
├── skills/frontend-design/SKILL.md
└── skills/grill-me/SKILL.md

Included Skills4

apocalypse-bug-reviewskills/apocalypse-bug-review/SKILL.md

Run an extremely strict, exhaustive defect hunt over a selectable scope (whole codebase or a diff/path subset) for bugs, correctness errors, inconsistencies, security flaws, and edge-case failures.

delta-reviewskills/delta-review/SKILL.md

Reviews a change set against two questions — does this introduce a new defect, and does it break behavior that already worked? Defaults to uncommitted changes (tracked and untracked), and takes a revision, a range, or paths to review instead. Runs a defect review and a regression review in parallel, adds a project lens taken from any separately installed delta-review-lens skill, has every fix candidate adversarially refuted before reporting, and auto-fixes only what survives.

frontend-designskills/frontend-design/SKILL.md

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

grill-meskills/grill-me/SKILL.md

Interview the user relentlessly about a plan or design, one question at a time, until every branch of the decision tree is resolved and their constraints and priorities are explicit. Use when the user wants to stress-test a plan, think through a half-formed idea, surface edge cases and unstated assumptions, or mentions "grill me".

Plugin manifests1

plugins/codex/common/.codex-plugin/plugin.json
{
  "name": "common",
  "version": "1.9.0",
  "description": "Common Plugin",
  "author": {
    "name": "vndly"
  },
  "repository": "https://github.com/vndly/marketplace",
  "skills": "./skills/",
  "interface": {
    "displayName": "Common",
    "defaultPrompt": "Use the common productivity skills.",
    "shortDescription": "Common Plugin",
    "longDescription": "Common Plugin",
    "developerName": "vndly",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[common on Agent Plugins Marketplace](https://pluginsmp.com/plugins/common-2)