update-plugin-metadata — for Claude Code update-plugin-metadata, codex-plugins, community, for Claude Code, ide skills, Marketplace entries live in, 8. Run, version, description, author

v1.0.0

このスキルについて

適した場面: Ideal for AI agents that need update plugin metadata. ローカライズされた概要: Personal Codex plugin marketplace for reusable skills and agent workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

機能

Update Plugin Metadata
Repo-local workflow for keeping plugin metadata consistent across the Codex marketplace.
Update all metadata surfaces affected by the request while preserving this repo's schemas and
keeping plugin discovery, README summaries, skill UI metadata, and default prompts consistent.
Stop when the affected surfaces are aligned and validation has passed. If the requested metadata

# 主なトピック

0xA3B 0xA3B
[0]
[0]
更新日: 5/4/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

適した場面: Ideal for AI agents that need update plugin metadata. ローカライズされた概要: Personal Codex plugin marketplace for reusable skills and agent workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

このスキルを使用する理由

推奨ポイント: update-plugin-metadata helps agents update plugin metadata. Personal Codex plugin marketplace for reusable skills and agent workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

おすすめ

適した場面: Ideal for AI agents that need update plugin metadata.

実現可能なユースケース for update-plugin-metadata

ユースケース: Update Plugin Metadata
ユースケース: Repo-local workflow for keeping plugin metadata consistent across the Codex marketplace
ユースケース: Update all metadata surfaces affected by the request while preserving this repo's schemas and

! セキュリティと制限

  • 制約事項: change implies a plugin rename, schema change, or new skill body, update only the safe surfaces and
  • 制約事項: Preserve schema-specific field names and shapes; do not normalize them into a different
  • 制約事項: Do not add Codex-only policy keys to SKILL.md frontmatter.

About The Source

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs デモ

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ とインストール手順

These questions and steps mirror the structured data on this page for better search understanding.

? よくある質問

update-plugin-metadata とは何ですか?

適した場面: Ideal for AI agents that need update plugin metadata. ローカライズされた概要: Personal Codex plugin marketplace for reusable skills and agent workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

update-plugin-metadata はどうやって導入しますか?

次のコマンドを実行してください: npx killer-skills add 0xA3B/codex-plugins。Cursor、Windsurf、VS Code、Claude Code など19以上のIDEで使えます。

update-plugin-metadata の主な用途は?

主な用途は次のとおりです: ユースケース: Update Plugin Metadata, ユースケース: Repo-local workflow for keeping plugin metadata consistent across the Codex marketplace, ユースケース: Update all metadata surfaces affected by the request while preserving this repo's schemas and。

update-plugin-metadata に対応するIDEは?

このスキルは Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer に対応しています。統一された導入には Killer-Skills CLI を使えます。

update-plugin-metadata に制限はありますか?

制約事項: change implies a plugin rename, schema change, or new skill body, update only the safe surfaces and. 制約事項: Preserve schema-specific field names and shapes; do not normalize them into a different. 制約事項: Do not add Codex-only policy keys to SKILL.md frontmatter..

このスキルの導入方法

  1. 1. ターミナルを開く

    プロジェクトディレクトリでターミナルまたはコマンドラインを開きます。

  2. 2. インストールコマンドを実行

    npx killer-skills add 0xA3B/codex-plugins を実行してください。CLI がIDEまたはエージェントを自動検出し、スキルを設定します。

  3. 3. スキルを使い始める

    このスキルはすぐに有効になります。現在のプロジェクトで update-plugin-metadata をすぐ使えます。

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

update-plugin-metadata

Personal Codex plugin marketplace for reusable skills and agent workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. Update

SKILL.md
Readonly
Upstream Repository Material
The section below is adapted from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Update Plugin Metadata

Repo-local workflow for keeping plugin metadata consistent across the Codex marketplace.

Outcome

Update all metadata surfaces affected by the request while preserving this repo's schemas and keeping plugin discovery, README summaries, skill UI metadata, and default prompts consistent.

Stop when the affected surfaces are aligned and validation has passed. If the requested metadata change implies a plugin rename, schema change, or new skill body, update only the safe surfaces and report the remaining work instead of guessing.

Source Of Truth

  • Follow plugins/AGENTS.md for manifest conventions and skill metadata placement.
  • Plugin metadata lives in plugins/<plugin-name>/.codex-plugin/plugin.json.
  • Marketplace entries live in .agents/plugins/marketplace.json.
  • Skill-level Codex UI metadata lives in plugins/<plugin-name>/skills/<skill-name>/agents/openai.yaml.
  • Plugin README files carry user-facing plugin summaries.

Workflow

  1. Identify the target plugin or plugins.

  2. Read the plugin manifest and marketplace entry before editing.

  3. Determine whether the request changes plugin name, version, description, author, repository, keywords, category, prompts, skill display names, skill descriptions, invocation policy, or README-visible summaries.

  4. Update all affected metadata surfaces together.

  5. Preserve schema-specific field names and shapes; do not normalize them into a different structure.

  6. When evidence is missing, inspect the actual plugin directories and existing metadata before inventing names, summaries, prompts, or categories.

  7. Run validation:

    bash
    1pnpm validate:plugins 2pnpm format:check
  8. Run pnpm lint and pnpm typecheck when validation tooling changed.

Consistency Rules

  • Keep plugin name, version, description, author, repository, keywords, and skills aligned with the marketplace catalog and plugin directory.
  • Use plugin-qualified Codex prompts such as $plugin-name:skill-name.
  • Keep README skill lists aligned with actual plugins/<plugin-name>/skills/ directories.
  • Do not add Codex-only policy keys to SKILL.md frontmatter.

Boundaries

  • Do not add a new skill body; use add-skill.
  • Do not add a scaffold script or template unless the user explicitly asks for plugin creation automation.
  • Do not commit changes unless the user asks.

関連スキル

Looking for an alternative to update-plugin-metadata or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

ローカライズされた概要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

ローカライズされた概要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat. It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

ローカライズされた概要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

ローカライズされた概要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review. It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
開発者