Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

prompt-generator

prompt-generator 收录了来自 jl-cmd 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
2
更新
2026-04-28
Forks
1
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

pmax-cm
软件开发工程师

Caveman-trimmed variant of pmax. Builds prompts decision by decision. Asks structured multiple-choice questions in small rounds, posts each approved answer as a tagged line in chat, then assembles the final prompt only from those tagged lines so nothing unapproved is added. Use when the user wants a prompt built piece by piece without re-reading drafts. Triggers: '/pmax-cm', 'pmax-cm', 'caveman pmax', 'trimmed pmax'.

2026-04-28
pmax
作家与作者

Builds prompts decision by decision. Asks structured multiple-choice questions in small rounds, posts each approved answer as a tagged line in chat, then assembles the final prompt only from those tagged lines so nothing unapproved is added. Use when the user wants a prompt built piece by piece without re-reading drafts. Triggers: '/pmax', 'build a prompt with me', 'pmax', 'incremental prompt builder'.

2026-04-20
pmin
软件开发工程师

Single-pass XML formatter — takes a raw input block, emits one clean xml fence with context-adapted tags and an Outcome digest. Zero tool calls, zero plan mode, zero validation loop.

2026-04-16
pmid
软件开发工程师

Mid-tier XML formatter — takes a raw input block, drafts context-adapted XML, runs the 15-row compliance audit and file-based validation loop, then emits the validated fence and Outcome digest. Zero plan mode, zero AskUserQuestion, zero Outcome preview gate.

2026-04-15
prompt-generator
软件开发工程师

Authors repository-grounded XML prompt artifacts for Claude: system and developer instructions, agent harnesses, tool-use patterns, evaluation rubrics, NotebookLM audio customization, and MCP or browser automation steering. Enters plan mode for deep codebase exploration, runs AskUserQuestion rounds during planning, gets user approval via ExitPlanMode, converts plan headers to XML tags at all depths, runs a mandatory Outcome preview gate, then delivers one fenced XML block and a skimmable Outcome digest after the fence. Trigger when the user asks to write, refine, or improve steering text for Claude. Execution of the described work belongs in /agent-prompt only after the user explicitly confirms they want it run.

2026-04-15
agent-prompt
软件开发工程师

Runs the prompt-generator workflow through its paste-ready XML handoff, then spawns a background subagent whose task is that user-approved XML. Triggers: '/agent-prompt', 'launch an agent', 'spawn agent to do X', 'delegate this', 'run in background', 'execute the prompt with an agent'. Does not apply when the user only needs the fenced prompt and digest with no subagent (/prompt-generator).

2026-04-13