prompt-engineering

Solid

Create, update, review, or discuss an LLM prompt — a system prompt, a skill, or an agent. Use when writing or improving a prompt, discussing a skill or agent, diagnosing prompt failures, or when the user says a prompt needs work.

AI & Automation 73 stars 10 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 87/100

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

Skill Content

A prompt states a goal and gets out of the way. Everything else in it is load — spent on every run, taken from the attention the model would otherwise put on the work — so each line has to buy more than it costs. What follows decides three things: whether a line exists, where it sits, and how it is worded. ## Where a line came from Ask this before asking whether the line helps. A line can be true, relevant, and still worth cutting, so usefulness does not settle it. Provenance does, and you can answer it from memory: - **The user ruled it** — a decision, preference, or constraint they stated. Nothing derives it. Keep. - **The world holds it, out of the run's reach** — an unwritten convention, a failure you observed, a fact outside what the run will read. Keep, and prefer a pointer to the source over a copy that can go stale. - **It counteracts a default you have watched the model take** — keep, when the default is observed rather than feared. - **You worked it out from material the run will also read** — cut. A conclusion available in the corpus is one the run reaches itself, so writing it down buys nothing and spends load on every invocation. That last class is the one that feels most earned, because you did the work to reach it, and it is where over-specification comes from. Two tells: a line you could justify from the same sources the run gets, and a sentence arguing for the instruction above it — an instruction does not need advocacy, and the run is not persuaded by it...

Details

Author
doodledood
Repository
doodledood/manifest-dev
Created
7 months ago
Last Updated
3 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

prompt-engineering

Build prompts that get accurate, reliably-shaped output from any LLM, choosing the right technique for the task. Use when writing, improving, or debugging a prompt.

7 Updated 5 days ago
Amey-Thakur
AI & Automation Solid

prompt-engineering

Universal prompt engineering techniques for any LLM. Use when crafting, optimizing, or reviewing prompts for AI models. Triggers on requests like "improve this prompt", "write a system prompt", "optimize my instructions", "help me prompt engineer", "audit this prompt", "review my prompt", or when building agentic systems that need structured prompts.

135 Updated today
CodeAlive-AI
AI & Automation Listed

prompt-engineering

Write, review, and optimize professional prompts for large language models. Use this skill whenever the user asks to write, draft, design, improve, fix, debug, review, or optimize a prompt, system prompt, prompt template, meta-prompt, or agent instructions; asks why a prompt "isn't working" or gives inconsistent output; asks how to prompt for a specific task (extraction, classification, generation, reasoning, tool use); or asks about prompting techniques (few-shot, chain-of-thought, XML structure, role prompting) and whether they actually work. Trigger it on casual phrasings too — "make me a prompt for X," "make this prompt better," "how should I ask the model to do Y." Assume the user may be a non-expert describing their goal in vague or lay terms; infer their intent and build the professional prompt for them, supplying the domain wording and structure they lack. Grounded in the empirical prompting literature where the evidence is strong, and honest about where guidance rests on vendor testing instead.

4 Updated 1 months ago
k-vaca