> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-stale2000-comfy-agent-guides.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Comfy Agent Skills

> Use personal skills to give Comfy Agent reusable instructions for your work.

## What is a personal skill?

A personal skill is a reusable set of instructions for Comfy Agent. It includes a name, a one-line description of when to use it, and the instructions themselves.

Use personal skills to repeat instructions such as “make square images,” “use a white background,” or “check node connections before running.”

Personal skills are saved to your account. The Agent loads a skill when its description matches your request or when you ask for it by name.

## Create a skill in chat

Tell the Agent what to save, what to call it, and when it should be used:

> Save this as a skill called product-shot: When I ask for a product image, use a square 1024 × 1024 canvas, a neutral gray background, and a Save Image node. Validate the workflow before running it.

The Agent saves the skill for future messages. A new or updated skill takes effect with your next message.

## Use a skill

Ask for a skill by name:

> Use my product-shot skill to create a studio photo workflow for a red sneaker.

The Agent can also select a skill automatically when your request matches its description.

## Update or delete a skill

Use the same skill name to replace its instructions:

> Update my product-shot skill to use a white background and a 1536 × 1536 canvas.

Delete a skill by name:

> Delete my product-shot skill.

## Save an existing skill file

Paste the contents of your `SKILL.md` file into chat and ask the Agent to save it as a personal skill. The Agent reads its name and description from the header at the top of the file. The saved skill is available from your next message.

## Built-in guidance and coding-agent skills

Comfy Agent includes guidance for building workflows and choosing models. Personal skills add your own instructions for repeated tasks.

[Skills for coding agents](/agent-tools/skills) are installed separately in tools such as Claude Code. Installing one there does not add it to Comfy Agent.

Keep API keys, passwords, and access tokens out of skill instructions. For data handling, see [Data and privacy](/agent-tools/in-app-agent-data-privacy#skills-and-guidance).
