·promptl

PromptL syntax guide for writing prompts in the Latitude platform. This skill should be used when writing, reviewing, or editing PromptL prompts. Triggers on tasks involving creating prompts, configuring LLM parameters, using variables, conditionals, loops, chains, tools, agents, or any prompt engineering in Latitude.

10Installs·0Trend·@latitude-dev

Installation

$npx skills add https://github.com/latitude-dev/promptl-skill --skill promptl

SKILL.md

Comprehensive guide for writing PromptL prompts in the Latitude platform. PromptL is a versatile, human-readable language that simplifies defining and managing dynamic prompts for LLMs.

| Configuration | Define model, provider, and parameters | --- YAML block | | Messages | Structure conversations | , , , | | Variables | Dynamic content | {{ variable }} | | Conditionals | Dynamic flow control | {{ if }}, {{ else }}, {{ endif }} | | Loops | Iterate over lists | {{ for item in list }}, {{ endfor }} | | Chains | Multi-step prompts | |

| Tools | Function calling | tools: in config | | Agents | Autonomous workflows | type: agent | | Snippets | Reusable prompts | | | Content | Multi-modal content | , |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/latitude-dev/promptl-skill --skill promptl
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is promptl?

PromptL syntax guide for writing prompts in the Latitude platform. This skill should be used when writing, reviewing, or editing PromptL prompts. Triggers on tasks involving creating prompts, configuring LLM parameters, using variables, conditionals, loops, chains, tools, agents, or any prompt engineering in Latitude. Source: latitude-dev/promptl-skill.

How do I install promptl?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/latitude-dev/promptl-skill --skill promptl Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/latitude-dev/promptl-skill

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01

Related Skills

None