Use this guide when you edit by hand in the PromptLayer UI. For bulk edits and migrations with natural language, see Editing with Wrangler AI.Documentation Index
Fetch the complete documentation index at: https://docs.promptlayer.com/llms.txt
Use this file to discover all available pages before exploring further.
Switch provider layout
The dashboard lets you align the collection with Claude Code, OpenAI/Codex, OpenClaw, or Universal. Switching layout preserves your skill content while changing which root files and paths PromptLayer expects.
AGENTS.md and each skill folder should have agents/openai.yaml alongside SKILL.md.
Rename skills to match your conventions
Each skill usually lives in its own folder with aSKILL.md. Renaming the folder effectively renames the skill; update the name field in frontmatter to match.

Frontmatter
Machine-readable metadata belongs in the first YAML block at the top ofSKILL.md. The editor treats the first --- ... --- block as frontmatter.
Required:
name— Short identifier used in the editor and for discovery.description— What the skill does and when it should run (discovery text).
disable-model-invocation: true— Manual-only skill (no implicit invocation).
my-skill/agents/openai.yaml (for example interface.display_name, policy.allow_implicit_invocation) rather than stuffing provider-specific metadata into SKILL.md frontmatter.
YAML tips: If a value contains : or quotes, use valid YAML; the editor will reserialize safely.

Adapt examples to your stack
Replace generic examples with your ticket system, runbooks, and internal links so the skills match how your team works.Size and plan limits
PromptLayer shows recommended sizes in the editor; the hard ceiling is 5 MiB per file.| File / area | Guidance |
|---|---|
SKILL.md | About 8,000 characters (~1,500–2,000 words) per skill |
CLAUDE.md | Up to ~40,000 characters recommended |
AGENTS.md | Up to 32,768 characters (32 KB) recommended |
OpenClaw workspace/AGENTS.md | About 32,000 characters recommended |
reference.md, examples.md) and link from SKILL.md.
Versioning and review
Every save creates a new version with a commit message. Optional release labels (for examplestaging, production) mark which version agents should pull.


