Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

prompt-generator

prompt-generator contient 6 skills collectées depuis jl-cmd, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
6
Stars
2
mis à jour
2026-04-28
Forks
1
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

pmax-cm
Développeurs de logiciels

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
Écrivains et auteurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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