Agent Plugins Marketplace
All plugins

skill-authoring

v0.1.3

The contract for adding, updating and releasing a skill in this marketplace — the repo-specific half that generic skill guidance does not cover. Scaffolds the plugin layout, registers the plugin in marketplace.json and both READMEs, and gates the release on a script rather than on remembering: description length and YAML safety, the four places a description must stay in sync, version bump, site catalog freshness, validator, and any bundled test harness. Carries the authoring guidance itself as references. Hands the measuring of a skill (evals, trigger accuracy, version A/B) to the official skill-creator plugin.

Claude Code1 Skill

By dobachi0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 30, 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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install skill-authoring-3@agent-plugin-marketplace

Paste 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/dobachi/claude-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/
├── .claude-plugin/plugin.json
└── skills/skill-authoring/SKILL.md

Included Skills1

skill-authoringskills/skill-authoring/SKILL.md

The contract for adding, updating and releasing a skill in THIS marketplace (dobachi-skills) — the repo-specific half that generic skill guidance does not cover. Scaffolds the plugin layout, registers the plugin in marketplace.json and both READMEs, and gates the release on a script rather than on remembering — description length and YAML safety, the four places a description must stay in sync, version bump, site catalog freshness, validator, and any bundled test harness. Also carries the authoring guidance itself (progressive disclosure, reference-file rules, the three-directional test pattern) as references. Use when adding a new skill, editing an existing one, or before committing a skill change — スキルを追加したい, スキルを直したい, プラグインを登録, リリース前チェック. Hands the measuring of a skill (evals, trigger accuracy, A/B between versions) to the official skill-creator plugin rather than duplicating it.

Plugin manifests1

plugins/skill-authoring/.claude-plugin/plugin.json
{
  "name": "skill-authoring",
  "description": "The contract for adding, updating and releasing a skill in this marketplace — the repo-specific half that generic skill guidance does not cover. Scaffolds the plugin layout, registers the plugin in marketplace.json and both READMEs, and gates the release on a script rather than on remembering: description length and YAML safety, the four places a description must stay in sync, version bump, site catalog freshness, validator, and any bundled test harness. Carries the authoring guidance itself as references. Hands the measuring of a skill (evals, trigger accuracy, version A/B) to the official skill-creator plugin.",
  "version": "0.1.3",
  "author": {
    "name": "dobachi"
  }
}

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-3)