Agent Plugins Marketplace
All plugins

prompt-creator

v2.1.6

7 層プロンプトアーキテクチャ (Role/Context/Principles/Workflow/Constraints/Output/Evaluation) で SubAgent 向けプロンプトを生成・更新する skill 群。harness-creator 仕様準拠の orchestrator (run-prompt-create) と elicit / evaluator / 7layer worker / 3 agents で構成。harness-creator (run-build-skill Step 7.5) からも呼び出される。改善要望は `/run-skill-feedback prompt-creator` で投入可能 (SSOT: harness-creator/skills/run-skill-feedback、symlink 配備)。

CodexClaude Code5 Skills

By harness maintainers10 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 1, 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 prompt-creator for Codex and Claude Code

Installs for the current user
codex plugin marketplace add daishiman/harness-dev
codex plugin marketplace upgrade harness-dev
codex plugin add prompt-creator@harness-dev

Paste and run these commands in a terminal with Codex. They add and refresh the harness-dev catalog, then install this plugin.

Compatibility: the page URL and API slug “prompt-creator” remain stable.

  • Codex: prompt-creator@agent-plugin-marketplaceprompt-creator@harness-dev

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/daishiman/harness-dev

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

Plugin files

plugins/prompt-creator/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/assign-prompt-design-evaluator/SKILL.md
├── skills/run-prompt-create/SKILL.md
├── skills/run-prompt-creator-7layer/SKILL.md
├── skills/run-prompt-elicit/SKILL.md
└── skills/run-skill-feedback/SKILL.md

Included Skills5

assign-prompt-design-evaluatorskills/assign-prompt-design-evaluator/SKILL.md

生成済みプロンプトを C1-C4 と 4 パスで評価したいとき、context:fork で独立評価結果 findings.json を取得したいときに使う。

run-prompt-createskills/run-prompt-create/SKILL.md

新規プロンプト作成・既存プロンプト更新を端から端まで実行するとき、Gate/eval-log 連鎖で再現性高くプロンプトを生成するときに使う。

run-prompt-creator-7layerskills/run-prompt-creator-7layer/SKILL.md

7 層構造プロンプトを生成・更新するとき、owner_agent 向けに Prompt Templates/Self-Evaluation を充填するときに使う。

run-prompt-elicitskills/run-prompt-elicit/SKILL.md

プロンプト要望を対話でヒアリングして prompt-brief.json を生成するとき、target_skill と responsibility_id の確定または skill 非紐付け (standalone) の汎用プロンプト要望を構造化するときに使う。

run-skill-feedbackskills/run-skill-feedback/SKILL.md

既存スキルへの「こう直してほしい」要望を受け取って Notion 改善要望 DB にプッシュしたいとき、利用者発端のフィードバックループを起動したいときに使う。

Plugin manifests2

plugins/prompt-creator/.codex-plugin/plugin.json
{
  "name": "prompt-creator",
  "version": "2.1.6",
  "description": "7 層プロンプトアーキテクチャ (Role/Context/Principles/Workflow/Constraints/Output/Evaluation) で SubAgent 向けプロンプトを生成・更新する skill 群。harness-creator 仕様準拠の orchestrator (run-prompt-create) と elicit / evaluator / 7layer worker / 3 agents で構成。harness-creator (run-build-skill Step 7.5) からも呼び出される。改善要望は `/run-skill-feedback prompt-creator` で投入可能 (SSOT: harness-creator/skills/run-skill-feedback、symlink 配備)。",
  "author": {
    "name": "harness maintainers"
  },
  "interface": {
    "displayName": "Prompt Creator",
    "shortDescription": "7 層プロンプトアーキテクチャ (Role/Context/Principles/Workflow/Constraints/Output/Evaluation) で SubAgent 向けプロンプトを生成・更新する skill 群。harn",
    "longDescription": "7 層プロンプトアーキテクチャ (Role/Context/Principles/Workflow/Constraints/Output/Evaluation) で SubAgent 向けプロンプトを生成・更新する skill 群。harness-creator 仕様準拠の orchestrator (run-prompt-create) と elicit / evaluator / 7layer worker / 3 agents で構成。harness-creator (run-build-skill Step 7.5) からも呼び出される。改善要望は `/run-skill-feedback prompt-creator` で投入可能 (SSOT: harness-creator/skills/run-skill-feedback、symlink 配備)。",
    "developerName": "harness maintainers",
    "category": "Development Tools",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Help me use Prompt Creator."
    ]
  },
  "skills": "./skills/"
}
plugins/prompt-creator/.claude-plugin/plugin.json
{
  "name": "prompt-creator",
  "version": "2.1.6",
  "dependencies": [
    "skill-governance-adapters"
  ],
  "description": "7 層プロンプトアーキテクチャ (Role/Context/Principles/Workflow/Constraints/Output/Evaluation) で SubAgent 向けプロンプトを生成・更新する skill 群。harness-creator 仕様準拠の orchestrator (run-prompt-create) と elicit / evaluator / 7layer worker / 3 agents で構成。harness-creator (run-build-skill Step 7.5) からも呼び出される。改善要望は `/run-skill-feedback prompt-creator` で投入可能 (SSOT: harness-creator/skills/run-skill-feedback、symlink 配備)。",
  "author": {
    "name": "harness maintainers"
  }
}

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

[prompt-creator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/prompt-creator)