Agent Plugins Marketplace
All plugins

prettier-after-edit

v0.1.1

Format files edited by Codex with Prettier after each change, preferring project-local binaries and falling back to global PATH when needed.

Codex1 Skill

By Nery Samuel MurilloLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 27, 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 prettier-after-edit@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/nerymurillohnd/codex-essentials

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/prettier-after-edit/.

Plugin files

plugins/prettier-after-edit/
├── .codex-plugin/plugin.json
└── skills/prettier-after-edit/SKILL.md

Included Skills1

prettier-after-editskills/prettier-after-edit/SKILL.md

Use this skill first when you need immediate formatting after Codex write/edit operations. It resolves a local project Prettier first, then a global fallback in PATH.

Plugin manifests1

plugins/prettier-after-edit/.codex-plugin/plugin.json
{
  "name": "prettier-after-edit",
  "version": "0.1.1",
  "description": "Format files edited by Codex with Prettier after each change, preferring project-local binaries and falling back to global PATH when needed.",
  "author": {
    "name": "Nery Samuel Murillo",
    "url": "https://github.com/nerymurillohnd"
  },
  "repository": "https://github.com/nerymurillohnd/codex-essentials",
  "license": "MIT",
  "interface": {
    "displayName": "Prettier After Edit",
    "shortDescription": "Auto-format files after each Codex edit.",
    "longDescription": "This plugin formats the file reported by supported Codex edit events with Prettier. It always checks for a project-local Prettier first, then falls back to a PATH-visible global executable. If no executable is available, it skips cleanly without error.",
    "developerName": "Nery Samuel Murillo",
    "category": "Developer Tools",
    "capabilities": [
      "PostToolUse hook integration",
      "Per-event file formatting after edits and writes",
      "Project-local Prettier preference with global fallback",
      "No installation-time project mutations"
    ],
    "defaultPrompt": "Use Prettier After Edit to format changed files after supported Codex edits."
  },
  "skills": "./skills/"
}

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

[prettier-after-edit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/prettier-after-edit)