Agent Plugins Marketplace
All plugins

nlpm

v1.2.5

Natural-Language Programming reference knowledge — the 50 Rules, the 100-point scoring rubric, per-tool conventions (Claude Code / Codex CLI / Antigravity), anti-patterns, vocabulary discipline, and authoring guides, as loadable Codex skills. The interactive linting commands remain a Claude Code plugin; the cross-tool deterministic checker ships as a standalone Python binary (bin/nlpm-check).

CodexClaude Code

By xiaolaiLicense: ISC133 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Aug 28, 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 nlpm@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/xiaolai/nlpm

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

Plugin files

nlpm/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "nlpm",
  "version": "1.2.5",
  "description": "Natural-Language Programming reference knowledge — the 50 Rules, the 100-point scoring rubric, per-tool conventions (Claude Code / Codex CLI / Antigravity), anti-patterns, vocabulary discipline, and authoring guides, as loadable Codex skills. The interactive linting commands remain a Claude Code plugin; the cross-tool deterministic checker ships as a standalone Python binary (bin/nlpm-check).",
  "author": {
    "name": "xiaolai"
  },
  "homepage": "https://nlpm.com",
  "repository": "https://github.com/xiaolai/nlpm",
  "license": "ISC",
  "keywords": [
    "nlp",
    "lint",
    "prompt",
    "skill",
    "agent",
    "rules",
    "quality",
    "claude",
    "codex",
    "antigravity",
    "multi-tool"
  ],
  "skills": "./codex/skills/",
  "interface": {
    "displayName": "nlpm",
    "shortDescription": "Natural-Language Programming reference knowledge — 50 Rules, scoring rubric, per-tool conventions, authoring guides — as Codex skills.",
    "longDescription": "nlpm's reference-knowledge skills for Codex CLI: the 50 Rules of Natural Language Programming, the 100-point scoring rubric, per-tool conventions for Claude Code / Codex CLI / Antigravity, anti-patterns, the R51 vocabulary discipline framework, and authoring guides for skills, agents, hooks, rules, plugins, and prompts. These are knowledge skills, not commands — load $nlpm-rules and $nlpm-scoring to score an artifact, $nlpm-conventions-codex for the Codex skill layout, etc. The interactive /nlpm:* linting commands orchestrate sub-agents and remain a Claude Code plugin; for tool-agnostic deterministic checks use the standalone bin/nlpm-check.",
    "developerName": "xiaolai",
    "category": "Coding",
    "capabilities": [
      "Read"
    ],
    "defaultPrompt": [
      "Score this skill against the nlpm rules."
    ],
    "websiteURL": "https://github.com/xiaolai/nlpm",
    "screenshots": []
  }
}
.claude-plugin/plugin.json
{
  "name": "nlpm",
  "version": "1.2.5",
  "description": "Natural-Language Programming Manager — score, check, fix, and test NL artifacts across Claude Code, Codex CLI, and Antigravity. Tier-aware scoring with per-tool overlays.",
  "author": {
    "name": "xiaolai"
  },
  "license": "ISC",
  "homepage": "https://nlpm.com",
  "repository": "https://github.com/xiaolai/nlpm",
  "category": "developer-tools",
  "keywords": [
    "nlp",
    "lint",
    "prompt",
    "skill",
    "agent",
    "rules",
    "quality",
    "claude",
    "codex",
    "antigravity",
    "multi-tool"
  ]
}

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

[nlpm on Agent Plugins Marketplace](https://pluginsmp.com/plugins/nlpm)