jev-enhanced-plugin
v0.1.0Third-party skills enhanced with advisory TypeSafe Jev judgments: two-axis code review, prose humanizing (en/zh-TW), reply checking, simplification gating, and design-tree grilling, plus a procedure for migrating further skills.
By jev-enhanced-plugin contributorsLicense: MIT AND Apache-2.0 AND CC-BY-SA-4.00 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 21, 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 jev-enhanced-plugin for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install jev-enhanced-plugin@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/JiaWeiXie/jev-enhanced-pluginClone 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
├── .claude-plugin/plugin.json├── skills/s1-code-review/SKILL.md├── skills/s1-code-simplifier/SKILL.md├── skills/s1-grilling/SKILL.md├── skills/s1-humanizer/SKILL.md├── skills/s1-humanizer-zh-tw/SKILL.md├── skills/s1-i-have-adhd-zh-tw/SKILL.md└── skills/s1-migrate-skill/SKILL.md
Included Skills7
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise. Use after writing or changing code, or when the user asks to clean up, tidy, simplify, or refine a change.
Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
Rewrite AI-sounding text so it reads like the writer without changing what it says. Use when editing or reviewing prose for AI tells: not-X-but-Y contrasts, one-line closers, staged openers, forced triads, dashes everywhere, inflated claims, sales language, stock AI words, bold labels, or filler. Based on Wikipedia's "Signs of AI writing."
Remove AI writing tells from Traditional Chinese (zh-TW) text. Use when editing or reviewing text so it reads naturally and sounds like a person wrote it. Based on Wikipedia's "Signs of AI writing". Detects and repairs: inflated symbolism, promotional language, shallow -ing analysis, vague attribution, em dash overuse, rule-of-three padding, AI vocabulary, negative parallelisms, and connective-phrase pileups. This skill covers tone and writing patterns only. It does not handle invisible Unicode, textual watermarks, or file provenance, and it never passes a tone rewrite off as watermark removal.
Write every reply in natural Taiwan Traditional Chinese and open with the answer, the completed result, or the next step that is genuinely required. Use this skill when replying to any user message, including coding, debugging, explanation, planning, research, and everyday conversation. When the prompt already states the cause, answer only that cause and the direct fix; do not add a diagnostic checklist or unverified hypotheses. Keep code, commands, paths, API names, error messages, and technical terms that have no natural Chinese equivalent verbatim; delete empty openers, translationese, mainland-Chinese vocabulary, repeated summaries, polite sign-offs, and instructions that hand work back to the user that the agent could do itself.
Migrate an existing agent skill into this plugin as an `s1-` skill enhanced with advisory TypeSafe Jev (System One) judgments. Use when the user asks to port, adapt, wrap, or "add Jev to" a skill, or to add a new judgment pack. Covers the license audit, choosing which steps become judgments and which stay code, writing the pack, the adapted SKILL.md, tests, registration, and verification.
Plugin manifests1
{
"name": "jev-enhanced-plugin",
"version": "0.1.0",
"description": "Third-party skills enhanced with advisory TypeSafe Jev judgments: two-axis code review, prose humanizing (en/zh-TW), reply checking, simplification gating, and design-tree grilling, plus a procedure for migrating further skills.",
"author": {
"name": "jev-enhanced-plugin contributors"
},
"license": "MIT AND Apache-2.0 AND CC-BY-SA-4.0",
"keywords": [
"jev",
"typesafe",
"code-review",
"humanizer",
"code-simplifier",
"grilling"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[jev-enhanced-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jev-enhanced-plugin)