Agent Plugins Marketplace
All plugins

prompt-skills

v0.1.0

提示词工程技能包:交付 Loop/Graph 设计器(loop-graph-designer)+ 项目宪法生成器(constitution-generator)+ 会话交接器(session-handoff)。

CodexClaude Code3 Skills

By prompt-skills contributorsLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 20, 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-skills for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add prompt-skills@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/mwrforever/prompt

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

Plugin files

prompt-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/constitution-generator/SKILL.md
├── skills/loop-graph-designer/SKILL.md
└── skills/session-handoff/SKILL.md

Included Skills3

constitution-generatorskills/constitution-generator/SKILL.md

当用户手动调用 /constitution-generator([claude|agent] 子命令,无子命令默认 agent)、要求「根据项目技术栈生成项目宪法 / AGENTS.md / CLAUDE.md / 项目规范文件」、要求「派发 subagent 调研各大厂商对该技术栈的最佳实践后产出规范」、提到「编码约束 / API 规范 / 层级依赖 / 变更控制 / CI 生产落地与门禁」等宪法要素、要求「前后端规范分开 / 根目录只做索引 / monorepo 各模块一份规范」、或贴出示例要求生成类似规范文件时使用。

loop-graph-designerskills/loop-graph-designer/SKILL.md

仅当用户显式调用 /loop-graph-designer([spec|input|skill|example] 子命令,无子命令默认 input)时触发,触发后必须加载技能执行;「设计交付流程 / 执行文档 / 任务编排 / 分阶段落地计划 / Phase Gate」等模糊表述一律不得推断触发,禁止自动或主动调用本技能。

session-handoffskills/session-handoff/SKILL.md

当用户明确要求「保存进度 / 交接 / 生成交接文档 / 记录进度 / 续接准备 / 会话收尾交接」时使用(仅限手动调用,禁止自动或主动触发)。

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "prompt-skills",
  "version": "0.1.0",
  "description": "提示词工程技能包:交付 Loop/Graph 设计器(loop-graph-designer)+ 项目宪法生成器(constitution-generator)+ 会话交接器(session-handoff)。",
  "author": {
    "name": "prompt-skills contributors"
  },
  "license": "MIT",
  "skills": "skills"
}
.claude-plugin/plugin.json
{
  "name": "prompt-skills",
  "version": "0.1.0",
  "description": "提示词工程技能包:交付 Loop/Graph 设计器(loop-graph-designer)+ 项目宪法生成器(constitution-generator)+ 会话交接器(session-handoff)。",
  "author": {
    "name": "prompt-skills contributors"
  },
  "license": "MIT",
  "skills": "skills"
}

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

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