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

Подходит лучше всего

Подходящий сценарий: 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.

Какие IDE совместимы с update-plugin-metadata?

Этот навык совместим с 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. Для единой установки используйте CLI Killer-Skills.

Есть ли ограничения у 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..

Как установить этот skill

  1. 1. Откройте терминал

    Откройте терминал или командную строку в директории проекта.

  2. 2. Запустите команду установки

    Выполните: npx killer-skills add 0xA3B/codex-plugins. CLI автоматически определит вашу IDE или агента и настроит навык.

  3. 3. Начните использовать skill

    Skill уже активен. Ваш AI-агент может сразу использовать 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.

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

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
Разработчик