pwdev-skills
v0.1.0Review, refactor and benchmark Agent Skills across Claude Code, Codex, Hermes Agent and OpenCode, with runtime and model discovery and objective headless A/B benchmarks.
By Paulo SoaresLicense: Apache-2.02 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 15, 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 pwdev-skills for Codex and Claude Code
codex plugin marketplace add pwdev-solucoes/pwdev-claude-marketplace
codex plugin marketplace upgrade pwdev-flow
codex plugin add pwdev-skills@pwdev-flowPaste and run these commands in a terminal with Codex. They add and refresh the pwdev-flow catalog, then install this plugin.
Compatibility: the page URL and API slug “pwdev-skills” remain stable.
- Codex:
pwdev-skills@agent-plugin-marketplace→pwdev-skills@pwdev-flow
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/pwdev-solucoes/pwdev-claude-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pwdev-skills/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/skill-refactor/SKILL.md
Included Skills1
Review or refactor an existing SKILL.md and its bundled resources — a smaller always-loaded core, conditional references, preserved behavior, lean/guided consumer profiles, and an A/B protocol to compare a candidate with the previous version. Use when a skill repeats itself, loads references on every run, triggers too broadly or misses legitimate requests, or needs its efficiency measured across models. Do NOT use for writing a new skill from scratch, refactoring application code, translating a skill verbatim, or performing the target skill's own task.
Plugin manifests2
{
"name": "pwdev-skills",
"version": "0.1.0",
"description": "Review, refactor and benchmark Agent Skills across Claude Code, Codex, Hermes Agent and OpenCode, with runtime and model discovery and objective headless A/B benchmarks.",
"author": {
"name": "Paulo Soares",
"url": "https://github.com/soarescbm"
},
"homepage": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"repository": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"license": "Apache-2.0",
"keywords": [
"codex",
"agent-skills",
"skill-refactoring",
"benchmark",
"evaluation",
"hermes",
"portable"
],
"skills": "./skills/",
"interface": {
"displayName": "PWDEV Skills",
"shortDescription": "Review, refactor and benchmark Agent Skills",
"longDescription": "Review or refactor an existing SKILL.md into a smaller core with conditional references, discover the runtimes and models available, size skills with a generic tokenizer, and compare a candidate with the previous version through headless A/B benchmarks graded objectively under a budget.",
"developerName": "PWDEV Solucoes",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Review this SKILL.md without editing it and explain how to measure the effect of simplifying it.",
"Discover which runtimes and models are available here for benchmarking a skill.",
"Refactor this skill into a smaller core with conditional references and prepare evaluation cases."
]
}
}{
"name": "pwdev-skills",
"displayName": "PWDEV Skills — Skill Engineering",
"version": "0.1.0",
"description": "Review, refactor and benchmark Agent Skills across Claude Code, Codex, Hermes Agent and OpenCode: a smaller always-loaded core, conditional references, lean/guided profiles chosen by measurement, runtime and model discovery, generic token sizing, and headless A/B benchmarks graded objectively under a budget.",
"author": {
"name": "Paulo Soares",
"url": "https://github.com/soarescbm"
},
"homepage": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"repository": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"license": "Apache-2.0",
"keywords": [
"claude-code",
"claude-plugin",
"codex",
"hermes",
"agent-skills",
"skill-refactoring",
"benchmark",
"evaluation",
"portable"
]
}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.
[pwdev-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pwdev-skills)