You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/plugins/marketplace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@
95
95
"url": "https://github.com/xiaolai/nlpm.git"
96
96
},
97
97
"description": "Natural-Language Programming reference knowledge as Codex skills — the 50 Rules, the 100-point scoring rubric, per-tool conventions (Claude Code / Codex CLI / Antigravity), anti-patterns, vocabulary discipline, and authoring guides. Knowledge skills, not commands: load $nlpm-rules + $nlpm-scoring to score an artifact, $nlpm-conventions-codex for the Codex skill layout. The interactive /nlpm:* linting commands remain a Claude Code plugin; cross-tool deterministic checks use the standalone bin/nlpm-check.",
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@
174
174
"repo": "xiaolai/nlpm"
175
175
},
176
176
"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. v1.0.0 marks the multi-tool branded release: nlpm:conventions splits into universal floor + per-tool overlays (conventions-claude, conventions-codex, conventions-antigravity); the scoring rubric splits Hooks per tool (the three event vocabularies are not 1:1 mappable); new artifact rows for .codex-plugin/plugin.json, .agents/plugins/marketplace.json, agents/openai.yaml sidecars, gemini-extension.json, LSP, monitors. Standalone Python validator (bin/nlpm-check) remains tool-agnostic and Claude-Code-free for pre-commit hooks and CI.",
|[grill](https://github.com/xiaolai/grill-for-claude)| Grill — deep codebase interrogation with 6 specialized agents, 5 review styles, and 8 add-on pressure tests | 1.3.0 |
35
35
|[reason-grill](https://github.com/xiaolai/reason-grill-for-claude)| reason-grill — deep argument interrogation: map a claim, then attack it from five adversarial angles (logic, evidence, counter, assumptions, integrity); a six-check calibration gate refuses to manufacture objections; returns a calibrated verdict (HOLDS / HOLDS-IF-NARROWED / WOUNDED / DEFEATED) | 0.3.0 |
36
36
|[docs-guardian](https://github.com/xiaolai/docs-guardian-for-claude)| Docs Guardian — documentation quality and freshness enforcer with staleness detection, accuracy checking, and auto-generation | 0.1.8 |
37
-
|[nlpm](https://github.com/xiaolai/nlpm)| NLPM — score, check, fix, and test NL artifacts across **Claude Code, Codex CLI, and Antigravity**; tier-aware scoring with per-tool overlays (universal `nlpm:conventions` floor + `conventions-claude`, `conventions-codex`, `conventions-antigravity` overlays); per-tool Hooks tables (the three event vocabularies aren't 1:1 mappable); standalone Python validator (`bin/nlpm-check`) remains tool-agnostic for pre-commit hooks and CI; manifest-vs-disk consistency check still the differentiator in the Claude ecosystem | 1.1.3|
37
+
|[nlpm](https://github.com/xiaolai/nlpm)| NLPM — score, check, fix, and test NL artifacts across **Claude Code, Codex CLI, and Antigravity**; tier-aware scoring with per-tool overlays (universal `nlpm:conventions` floor + `conventions-claude`, `conventions-codex`, `conventions-antigravity` overlays); per-tool Hooks tables (the three event vocabularies aren't 1:1 mappable); standalone Python validator (`bin/nlpm-check`) remains tool-agnostic for pre-commit hooks and CI; manifest-vs-disk consistency check still the differentiator in the Claude ecosystem | 1.2.0|
38
38
|[claude-english-buddy](https://github.com/xiaolai/claude-english-buddy-for-claude)| English language coach — auto-corrects prompts, translates non-English, tracks improvement over time | 0.5.1 |
39
39
|[mermaid-preview](https://github.com/xiaolai/mermaid-preview-for-claude)| Mermaid Preview — auto-preview diagrams in the browser on Write/Edit, offline-safe, dark-mode aware; opens the tab once per file | 0.1.4 |
40
40
|[ui-tokenize](https://github.com/xiaolai/ui-tokenize)| UI Tokenize — block hardcoded UI values; rewrite-first PreToolUse hook corrects literals to design-token references on the way to disk; configurable `strict` / `advisory` strictness; per-project `surfaces` (by file kind) and `ignore` (by path) exclusion honored by hooks and audit; `/tokenize:review` dispatches the `token-reviewer` agent for semantic mis-pick review | 0.4.1 |
@@ -58,7 +58,7 @@ Most ports keep their skills under `codex/skills/`. `xros` instead ships a **sin
58
58
|[grill](https://github.com/xiaolai/grill-for-claude)| Grill — deep codebase interrogation with 7 specialized analysis skills, 5 review styles, and 8 add-on pressure tests | 1.3.0 | Install smoke-tested with Codex CLI 0.144.3 |
59
59
|[reason-grill](https://github.com/xiaolai/reason-grill-for-claude)| reason-grill — deep argument interrogation: map a claim, attack it from five adversarial angles (logic, evidence, counter, assumptions, integrity) via $reason-grill-roast; a calibration gate refuses to manufacture objections; returns a calibrated verdict | 0.3.0 | Install smoke-tested with Codex CLI 0.144.3 |
|[nlpm](https://github.com/xiaolai/nlpm)| NLPM — reference-knowledge skills (17): the 50 Rules, the 100-point scoring rubric, per-tool conventions (Claude Code / Codex CLI / Antigravity), anti-patterns, vocabulary discipline, and authoring guides. Knowledge skills, not commands — `$nlpm-rules` + `$nlpm-scoring` to score an artifact, `$nlpm-conventions-codex` for the Codex layout. The interactive `/nlpm:*` linting commands stay a Claude Code plugin (they orchestrate sub-agents); cross-tool deterministic checks use the standalone `bin/nlpm-check`. | 1.1.3| Install smoke-tested with Codex CLI 0.144.3; command/agent orchestration stays Claude-only |
61
+
|[nlpm](https://github.com/xiaolai/nlpm)| NLPM — reference-knowledge skills (17): the 50 Rules, the 100-point scoring rubric, per-tool conventions (Claude Code / Codex CLI / Antigravity), anti-patterns, vocabulary discipline, and authoring guides. Knowledge skills, not commands — `$nlpm-rules` + `$nlpm-scoring` to score an artifact, `$nlpm-conventions-codex` for the Codex layout. The interactive `/nlpm:*` linting commands stay a Claude Code plugin (they orchestrate sub-agents); cross-tool deterministic checks use the standalone `bin/nlpm-check`. | 1.2.0| Install smoke-tested with Codex CLI 0.144.3; command/agent orchestration stays Claude-only |
62
62
|[xros](https://github.com/xiaolai/xros)| XROS — an eXecutable Research Operating System. Four skills (`$xros-compile`, `$xros-sharpen`, `$xros-run`, `$xros-reason`): turn an investigation into a verifiable methodology spec, then gate the verdict on a real oracle's exit code. Founding rule: no verification, no claim. Ships a dependency-free validator + conformance suite. | 0.3.0 | Install smoke-tested with Codex CLI 0.144.3 |
63
63
64
64
**Pending ports**: tdd-guardian, loc-guardian, docs-guardian, echo-sleuth, claude-english-buddy. The Claude↔Codex delegation lane is now handled by [`cc-suite`](https://github.com/xiaolai/cc-suite) (single plugin, bidirectional). `codex-guardian` (Codex-artifact auditor) remains a planned future addition for the Codex-only audit niche.
0 commit comments