원클릭으로
prompt-engineering
Procedural knowledge for designing, evaluating, and versioning robust LLM prompts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Procedural knowledge for designing, evaluating, and versioning robust LLM prompts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Procedural knowledge for generating and maintaining code documentation, API specs, and architecture diagrams.
Procedural knowledge for orchestrating multi-agent systems and Agent-to-Agent (A2A) handoffs.
Procedural knowledge for designing autonomous AI agents with tools, memory, and reasoning loops.
Procedural knowledge for implementing the Model Context Protocol (MCP) to expose local tools to LLMs.
Procedural knowledge for ensuring frontend interfaces comply with WCAG standards.
Procedural knowledge for designing and configuring continuous integration and deployment pipelines.
| name | prompt-engineering |
| description | Procedural knowledge for designing, evaluating, and versioning robust LLM prompts. |
Procedural knowledge for designing, evaluating, and versioning robust LLM prompts.
Enable the AI Expert and Developer roles to construct reliable, secure, and highly-performant prompts that consistently produce the desired output format and behavior from Large Language Models.
Step 1: Define the Persona & Context
- Give the LLM a specific role (e.g., "You are an expert PostgreSQL DBA").
- Provide all necessary background context.
Step 2: Clear Instructions & Constraints
- Be explicit about what the model MUST do and MUST NOT do.
- Use numbered lists for complex, multi-step reasoning.
Step 3: Output Formatting
- Provide exact schema requirements.
- Use XML tags (e.g., `<output></output>`) to structure complex inputs and expected outputs.
- Ask for reasoning *before* the final answer (Chain of Thought) to improve accuracy.
Step 4: Few-Shot Examples
- Provide 2-3 high-quality examples of inputs and their ideal outputs.
Step 1: Hallucination Prevention
- Instruct the model to say "I don't know" or "Data not present" if the answer isn't in the context.
- Require citations or direct quotes from the source text.
Step 2: Prompt Injection Defense
- Delimit user input strictly using XML tags (e.g., `<user_input>`).
- Instruct the model to ignore any instructions hidden within the user input block.
"Apply the prompt-engineering skill from .ace/skills/prompt-engineering/SKILL.md
to design the extraction prompt for the invoice processing feature."