Agent Skills by ALSEL
OpenAIソフトウェア開発⭐ リポ 18,898品質スコア 90/100

plugin-creator

Codexのプラグインディレクトリを作成・スキャフォールディングします。必須の`.codex-plugin/plugin.json`、オプショナルなプラグインフォルダ・ファイル、編集可能なベースラインプレースホルダーを含みます。新しいローカルプラグインの作成、オプショナルなプラグイン構造の追加、またはリポジトリルートの`.agents/plugins/marketplace.json`エントリの生成・更新に使用します。プラグインの順序と利用可能性のメタデータを管理できます。

description の原文を見る

Create and scaffold plugin directories for Codex with a required `.codex-plugin/plugin.json`, optional plugin folders/files, and baseline placeholders you can edit before publishing or testing. Use when Codex needs to create a new local plugin, add optional plugin structure, or generate or update repo-root `.agents/plugins/marketplace.json` entries for plugin ordering and availability metadata.

SKILL.md 本文

注意: このスキルのライセンスは ライセンス未確認 です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。

プラグイン作成ツール

クイックスタート

  1. スカフォルドスクリプトを実行します:
  # Plugin names are normalized to lower-case hyphen-case and must be <= 64 chars.
  # The generated folder and plugin.json name are always the same.
# Run from repo root (or replace .agents/... with the absolute path to this SKILL).
# By default creates in <repo_root>/plugins/<plugin-name>.
python3 .agents/skills/plugin-creator/scripts/create_basic_plugin.py <plugin-name>
  1. <plugin-path>/.codex-plugin/plugin.json を開き、[TODO: ...] のプレースホルダーを置き換えます。

  2. プラグインが Codex UI の順序付けに表示される場合は、リポジトリマーケットプレイスエントリを生成または更新します:

# mar

...

詳細情報

作者
openai
リポジトリ
openai/skills
ライセンス
不明
最終更新
2026/5/12

Source: https://github.com/openai/skills / ライセンス: 未指定

本サイトは GitHub 上で公開されているオープンソースの SKILL.md ファイルをクロール・インデックス化したものです。 各スキルの著作権は原作者に帰属します。掲載に問題がある場合は info@alsel.co.jp または /takedown フォームよりご連絡ください。
原作者: openai · openai/skills · ライセンス: ライセンス未確認