conversation_to_prompt

Solid

Convert the current conversation into a reusable system prompt draft with strict structure and quality checks.

AI & Automation 572 stars 100 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
92
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
97
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Conversation To Prompt Skill ## Critical Output Protocol You must output only the final prompt text body. - No markdown code fences. - No JSON. - No explanation before or after the prompt. - No trailing commentary. ## Purpose Transform a full task conversation into a reusable prompt draft for future collaboration. This skill outputs one final prompt text. The output must be directly usable as a system prompt body. ## Input Contract The caller provides normalized conversation messages and generation constraints. ## Output Contract Return plain text prompt only. The prompt must be non-empty and follow the required structure below. ## Multi-Stage Flow 1. Analyze conversation: - Extract stable collaboration preferences. - Extract reusable task methods. - Identify one-off context that must be removed. 2. Generate first draft: - Produce one complete prompt body. 3. Evaluate draft: - Check structure, clarity, and reusability. - Reject summary-style outputs. 4. Rewrite if needed: - Produce one corrected final draft. 5. Final protocol check: - Ensure output is plain text prompt only. - Ensure there is no extra text before or after the prompt. ## Required Prompt Structure ```text 你是{助手身份},负责{核心职责}。 你的工作方式: - {协作偏好 1} - {协作偏好 2} 处理任务时请遵循以下原则: - {任务方法 1} - {任务方法 2} 输出要求: - {输出要求 1} - {输出要求 2} ``` ## Evaluation Rules Reject and rewrite if any condition is true: 1. The prompt does not start with assistant identity and responsibility. 2. The output reads like conv...

Details

Author
wecode-ai
Repository
wecode-ai/Wegent
Created
4 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

prompt

Crafts optimized, copy-ready prompts for any AI tool — LLMs, coding agents, image generators, workflow tools. Extracts intent, selects the right template, runs a diagnostic checklist, and delivers a token-efficient prompt. Accepts input in any language; English output by default. Use when writing, fixing, improving, or adapting a prompt for any AI tool.

57 Updated today
oprogramadorreal
AI & Automation Listed

prompt-factory

World-class prompt powerhouse that generates production-ready mega-prompts for any role, industry, and task through intelligent 7-question flow, 69 comprehensive presets across 15 professional domains (technical, business, creative, legal, finance, HR, design, customer, executive, manufacturing, R&D, regulatory, specialized-technical, research, creative-media), multiple output formats (XML/Claude/ChatGPT/Gemini), quality validation gates, and contextual best practices from OpenAI/Anthropic/Google. Supports both core and advanced modes with testing scenarios and prompt variations.

791 Updated 6 months ago
alirezarezvani
AI & Automation Listed

prompt-craft

Use when writing, tightening, evaluating, or repairing an LLM prompt or reusable prompt template for completion, agent dispatch, grading, structured extraction, tool use, or prompt-engineered workflows. Covers instruction hierarchy, message roles, context placement, few-shot examples, structured output, positive constraints, reasoning guidance, prompt-injection resistance, provider differences, and eval-driven iteration. Do NOT use for whole context-system design (use context-engineering), eval dataset or grader design (use agent-eval-design), reviewing generated code (use code-review), authoring SKILL.md files (use skill-scaffold), choosing which skill or agent should activate (use skill-router), or root-causing a deployed failure after outputs already exist (use debugging).

0 Updated 6 days ago
jacob-balslev
AI & Automation Listed

prompt-engineering

Transform task descriptions into optimized LLM prompts. Trigger: user says "帮我优化 prompt"、"写 prompt"、"设计提示词"、"prompt engineering".

0 Updated 2 days ago
afine907
AI & Automation Listed

prompt-builder

Interactive structured prompt generator for Claude based on the user's task description. Asks 7 questions and assembles a ready-to-use prompt from a universal template. EN triggers: 'create a prompt', 'write a prompt', 'prompt builder'. RU triggers: 'создай промпт', 'напиши промпт', 'prompt builder'.

9 Updated 3 days ago
KirKruglov