Markdown Converter
Agent skill for markdown-converter
The most effective prompt engineering techniques for Claude Code center around structured instructions, the use of sub-agents, emphasis styling (bold/uppercase), and optimal placement of instructions for code commands and workflows. These strategies give the highest-quality AI responses and reliable
Sign in to like and favorite skills
The most effective prompt engineering techniques for Claude Code center around structured instructions, the use of sub-agents, emphasis styling (bold/uppercase), and optimal placement of instructions for code commands and workflows. These strategies give the highest-quality AI responses and reliable automation in Claude Code environments.[1][2][3][4]
<instructions>, <example>, <context>) to help Claude distinguish different prompt elements.[3][1].md command file or within the dedicated CLAUDE.md file in your project directory, as these are loaded first by Claude agents at session start.[5][6]**word**) for short, critical terms or instructions—especially where a decision or action is required.[1]**WARNING: DO NOT DEPLOY**) for maximum model attention in generated responses.[1].claude/agents/ for modular and discoverable workflows.[4]CLAUDE.md for project-wide context and in each .md command or agent file for command-specific info; this enables Claude to load relevant information at runtime and support both individual and team workflows.[5]@filename syntax to dynamically pull in contextual instructions or standards as needed.[5]| Technique | Details | Placement/Syntax |
|---|---|---|
| Structured Prompts | XML/Markdown tags; chain-of-thought reasoning | , , or top of file [1][3] |
| Bold/Uppercase | Use Markdown for key terms, UPPERCASE for urgency | , |
| Sub-Agent Role Definition | Distinct agents, YAML/Markdown frontmatter | subdirectory |
| Hooks/Chaining | Connect agent outputs via hooks, scheduler, permissions | / command [6] |
| Instruction Location | for global, for specific commands | Project root or relevant directory |
| Iterative Refinement | Review-refine loop, conversation-based improvements | Adjust sequentially in session |
Applying these practices systematically gives you clearer, more reliable Claude Code output and ensures teams or solo developers reap consistent automation benefits.[7][2][4][6][3][1][5]