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.
Plan file counts: Free up to 30 files per collection, Pro 50, Team 100 (defaults; see changelog).
Put long reference material in sibling files (
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.


