Skip to main content
AI/MLTechNickAI

writing-for-llms

Use when writing prompts, agent instructions, SKILL.md, commands, system prompts, Task tool prompts, prompt engineering, or LLM-to-LLM content

Stars
23
Source
TechNickAI/ai-coding-config
Updated
2026-05-20
Slug
TechNickAI--ai-coding-config--writing-for-llms
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/TechNickAI/ai-coding-config/HEAD/plugins/core/skills/writing-for-llms/SKILL.md -o .claude/skills/writing-for-llms.md

Drops the SKILL.md into .claude/skills/writing-for-llms.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Apply the full prompt engineering standards from @rules/prompt-engineering.mdc

- Show correct patterns only - never show anti-patterns, even labeled "wrong" - State goals, not process - trust the executing model's capabilities - Use XML tags for structure in complex prompts - Clarity over brevity - every word that adds clarity is worth including - Few-shot examples must follow identical structure - Front-load critical information - Consistent terminology throughout Before finalizing: - No anti-patterns shown anywhere - All examples structurally consistent - Goals clear, process not over-prescribed - Terminology consistent - Critical info front-loaded