Skip to content

Prompt Templates

Prompt templates are structured conversation starters that help you get targeted assistance from your AI client when working with KiCad. They provide context and structure for common tasks so the AI knows exactly what kind of help you need.

TemplateDescriptionUse when…
create_new_componentGuidance for creating new KiCad componentsYou need to create a schematic symbol, PCB footprint, or 3D model
debug_pcb_issuesHelp with troubleshooting PCB problemsYou encounter issues with your PCB design
pcb_manufacturing_checklistPreparation guidance for manufacturingYou are getting ready to send your PCB for fabrication
TemplateDescriptionUse when…
fix_drc_violationsHelp resolving DRC violationsYou have design rule violations to fix
custom_design_rulesGuidance for creating custom design rulesYou need specialized rules for your project
TemplateDescriptionUse when…
analyze_componentsAnalysis of component usageYou want insights about your component selections
cost_estimationHelp estimating project costsYou need to budget for your PCB project
bom_export_helpAssistance with exporting BOMsYou need help creating or customizing BOMs
component_sourcingGuidance for finding componentsYou need to purchase components
bom_comparisonCompare BOMs between revisionsYou want to understand changes between versions

In MCP clients that support prompts (like Claude Desktop), you can access these through the prompt templates interface. Select a template, fill in any required fields (like project path), and the AI will have the right context to assist you.

You can also reference the templates by name in conversation:

Use the debug_pcb_issues template to help me with my power supply board at /path/to/project.kicad_pro

Combine several templates for a thorough design review:

  1. Start with analyze_components to understand your component choices
  2. Use debug_pcb_issues to identify potential problems
  3. Run pcb_manufacturing_checklist before sending to fab
  4. Follow up with cost_estimation for budgeting

See Adding Tools for the general pattern. Prompt templates follow the same module structure as tools and resources.