prompt-engineering

Generate optimized prompts for agentic AI systems using a canonical template.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/mguinada/agent-skills --skill prompt-engineering-mguinada
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-engineering
Source: https://github.com/mguinada/agent-skills/tree/main/skills/prompt-engineering
Command: npx skills add https://github.com/mguinada/agent-skills --skill prompt-engineering-mguinada

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps users generate optimized prompts for agentic AI systems, reducing misalignment and boilerplate by guiding technique selection and structure.

Core Features & Use Cases

  • Canonical templates and reference materials for prompt creation.
  • Guidance on selecting techniques (e.g., ReAct, Tree of Thoughts, CoVe) based on task type.
  • Anti-patterns and guardrails to avoid common prompting pitfalls.

Quick Start

Use the prompt-engineering skill to generate an optimized prompt for an agentic AI system using the Canonical Agent Prompt Template.

Frequently Asked Questions about prompt-engineering

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write prompts for agentic AI systems using tool-using agents?

Optimized prompts for agentic AI systems use a canonical template to standardize structure, guiding technique selection and rationale to prevent misalignment and reduce boilerplate when building tool-using agents.

What is the best way to choose a prompt engineering technique for planning agents?

Choosing a prompt engineering technique for planning agents involves using a decision-tree reference to match task types with appropriate methods like ReAct, Tree of Thoughts, or CoVe for optimal results.

What are common prompt anti-patterns and guardrails for autonomous systems?

Common prompt anti-patterns for autonomous systems include misalignment and boilerplate, which you can avoid by applying built-in guardrails and reference materials that standardize prompt generation and ensure safe outputs.

How does the canonical agent prompt template work for generating optimized prompts?

The canonical agent prompt template works by providing a standardized structure for prompt generation, incorporating technique selection, guardrails, and rationale to produce optimized prompts for agentic AI systems.

When should I use ReAct or Tree of Thoughts techniques in prompt engineering?

You should use techniques like ReAct or Tree of Thoughts when your agentic system task type matches specific decision-tree criteria, ensuring the selected technique aligns with the required planning and tool-using capabilities.