.agent/skills/llm-prompt-engineering/SKILL.md
Design effective system prompts, few-shot examples, chain-of-thought instructions, and output constraints for LLM agents. Use when writing or tuning prompts for Julia's orchestrator, cowork-mcp, or any sub-agent.
npx skillsauth add abzhaw/juliaz_agents llm-prompt-engineeringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
1. Role / Identity — who the model is
2. Context — what system it operates in
3. Capabilities — what tools it has
4. Constraints — what it must NOT do
5. Output format — how to respond
Chain-of-Thought: Add "Think step by step." or a scratchpad section before the final answer.
Few-Shot: Provide 2–3 input/output examples in the prompt for consistent formatting.
Temperature:
0.0 → deterministic, good for structured output / routing0.3–0.7 → good for reasoning tasks0.9+ → creative / brainstormingOutput Constraints: Use Zod schema + response_format: { type: 'json_object' } (OpenAI) or instructed JSON in the system prompt (Claude).
Keep under 4,000 tokens. Include:
## Identity
You are [Name]. Your purpose is [single sentence].
## Responsibilities
- [Specific task 1]
- [Specific task 2]
## Rules
- Never [constraint]
- Always [requirement]
## Output Format
[Schema or example]
development
Fortschrittsverfolgung der Masterarbeit. Wortanzahl pro Kapitel, Fertigstellungsgrad, fehlende Elemente, Deadlines. Haelt den Ueberblick.
development
Kapitelarchitektur und Gliederung der Masterarbeit. Verwaltet die Struktur, schlaegt vor wo Inhalte hingehoeren, validiert den logischen Fluss zwischen Kapiteln.
tools
Konvertiert Protokolleinträge und Session-Logs in thesis-fähiges deutsches Narrativ. Transformiert Entwicklungsdokumentation in akademische Prosa.
research
Sucht und analysiert akademische Literatur. Findet relevante Papers, erstellt strukturierte Zusammenfassungen. Zitiert NIEMALS — schlaegt nur vor.