Agent Plugins Marketplace
All plugins

configure-prettier

v0.1.0

Audit and propose repository-first Prettier configuration with explicit approval before any repository mutation.

Codex1 Skill

By Nery Samuel MurilloLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 6, 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 configure-prettier for Codex

Installs for the current user
codex plugin marketplace add nerymurillohnd/codex-essentials
codex plugin marketplace upgrade codex-essentials
codex plugin add configure-prettier@codex-essentials

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

Compatibility: the page URL and API slug “configure-prettier” remain stable.

  • Codex: configure-prettier@agent-plugin-marketplaceconfigure-prettier@codex-essentials

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/configure-prettier/.

Plugin files

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

Included Skills1

configure-prettierskills/configure-prettier/SKILL.md

Audit, recommend, configure, and maintain Prettier with repository-first conventions. Use for Prettier setup, upgrades, conflicts, editor integration, formatting checks, hooks, CI, or update drift; audit first and require explicit approval before every mutation.

Plugin manifests1

plugins/configure-prettier/.codex-plugin/plugin.json
{
  "name": "configure-prettier",
  "version": "0.1.0",
  "description": "Audit and propose repository-first Prettier configuration with explicit approval before any repository mutation.",
  "author": {
    "name": "Nery Samuel Murillo",
    "email": "[email protected]",
    "url": "https://github.com/nerymurillohnd"
  },
  "homepage": "https://forestal-mt.com",
  "repository": "https://github.com/nerymurillohnd/codex-essentials",
  "license": "MIT",
  "keywords": [
    "prettier",
    "formatter",
    "configuration",
    "quality",
    "developer-tools"
  ],
  "interface": {
    "displayName": "Configure Prettier",
    "shortDescription": "Audit and propose approval-gated Prettier changes.",
    "longDescription": "Configure Prettier audits repository formatting evidence, resolves CLI and IDE behavior, and produces complete approval-gated plans for justified Prettier changes without modifying the target repository during discovery.",
    "developerName": "Nery Samuel Murillo",
    "category": "Developer Tools",
    "capabilities": [
      "Read-only Prettier configuration audits",
      "Repository-first convention resolution",
      "CLI and VS Code parity analysis",
      "Approval-gated configuration proposals"
    ],
    "websiteURL": "https://forestal-mt.com",
    "privacyPolicyURL": "https://forestal-mt.com/privacy/",
    "termsOfServiceURL": "https://forestal-mt.com/terms/",
    "defaultPrompt": [
      "Use Configure Prettier to audit this repository and propose an approval-gated Prettier plan."
    ]
  },
  "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.

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