Agent Plugins Marketplace
All plugins

skill-authoring

v0.1.0

Author and eval agent skills: write-skills (triggers, leading words, progressive disclosure, failure modes to prune) and eval-skills (blind golden-case runs in fresh subagents, judged against a bar, gap-driven edits). Vendored from dzhng/skills (MIT).

Codex2 Skills

By Aviv SinaiLicense: MIT2 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Aug 29, 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 skill-authoring-2@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/avivsinai/skills-marketplace

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

Plugin files

plugins/skill-authoring/
├── .codex-plugin/plugin.json
├── skills/eval-skills/SKILL.md
└── skills/write-skills/SKILL.md

Included Skills2

eval-skillsskills/eval-skills/SKILL.md

Eval and improve a skill against golden cases — run the target skill blind in a fresh, context-free subagent on each example input, grade the artifact against a per-case bar, and let the gaps drive the edits. Use when the user wants to test/eval/improve/harden a skill, says "this skill keeps producing X / keeps missing Y", or hands a skill plus cases with a bar for what good looks like. Pairs with write-skills (the authoring principles every fix obeys). Judgment-first and harness-free — prefer skill-creator for harness-based benchmarking, variance analysis, or description-optimization loops.

write-skillsskills/write-skills/SKILL.md

Create or revise agent skills. Use when adding a new skill file, renaming a skill, simplifying an existing skill, improving trigger descriptions, or deciding what belongs in a skill versus references, scripts, assets, or ordinary docs. This is the judgment layer — authoring principles and failure modes for manual, principle-level work; prefer skill-creator when the user wants end-to-end interactive creation with generated test harnesses or quantitative description optimization.

Plugin manifests1

plugins/skill-authoring/.codex-plugin/plugin.json
{
  "name": "skill-authoring",
  "version": "0.1.0",
  "description": "Author and eval agent skills: write-skills (triggers, leading words, progressive disclosure, failure modes to prune) and eval-skills (blind golden-case runs in fresh subagents, judged against a bar, gap-driven edits). Vendored from dzhng/skills (MIT).",
  "author": {
    "name": "Aviv Sinai",
    "url": "https://github.com/avivsinai"
  },
  "repository": "https://github.com/avivsinai/skill-authoring",
  "license": "MIT",
  "skills": "./skills/",
  "keywords": [
    "skills",
    "authoring",
    "eval",
    "skill-writing",
    "progressive-disclosure",
    "agent-skills",
    "workflow"
  ],
  "interface": {
    "displayName": "Skill Authoring",
    "shortDescription": "Write sharp agent skills and eval them blind against golden cases",
    "category": "Developer Tools"
  }
}

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

[skill-authoring on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skill-authoring-2)