New — Skills, AI Buttons, and more. See what's new
DazlDocs
Feature Reference

Skills

Skills are markdown files that give the AI specialized knowledge for specific tasks. They appear in a dedicated section of the Specs panel.

Unlike system prompts (which define general behavior) or spec documents (which describe what you're building), skills focus the AI on a particular domain: brand voice, accessibility standards, copy guidelines, or any other area where you want consistent results. Each skill is a markdown file with a name, description, and content body.

Skills appear in a dedicated Skills section at the top of the Specs panel.

The Specs panel showing the Skills section with a brand-and-voice skill, plus the Other and Prompts sections below

Creating a Skill

Click + New at the top of the Specs panel and select Create Skill. A new skill opens in the editor with two settings fields and a content area.

Editing a Skill

Click a skill in the panel to open it as a tab in the center area. The skill editor has three parts:

  • Name — a short identifier for the skill (used as the file name)
  • Description — a one-line summary of what the skill covers. The AI reads this to decide when the skill is relevant.
  • Content area — a WYSIWYG markdown editor (the same one used for spec documents) where you write the skill's instructions, guidelines, or reference material

The skill editor showing the Name and Description fields above the WYSIWYG content area

Using Skills as Context

Each skill in the panel has an Attach to Chat Context button. Click it to attach the skill to the current chat conversation, giving the AI direct access to its contents when responding to your next prompt. You can also drag a skill from the panel into the chat input.

Managing Skills

Each skill in the Skills section has controls to attach it to chat context, view its source file, or delete it.

On this page