Skills are reusable instructions that tell the Formly assistant how you want it to work. Use them for repeat workflows, review styles, regulatory decision trees, reusable checklists, or output formats that you want the assistant to apply across future runs.Documentation Index
Fetch the complete documentation index at: https://docs.formly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Editing a skill updates the saved version. Duplicate a shared skill first if you want a personal copy.
Open Skills
Open Tools > Skills from the Formly app navigation. The Skills page has a searchable, filterable list on the left and the selected skill detail or form on the right. Use the toolbar to:- search by skill name or description
- filter by visibility
- create a new skill
- upload a markdown file
Create a skill
Click New skill and choose Create skill. The form opens in the right panel. Required fields:- Name - a short, recognizable name using lowercase letters, numbers, and single hyphens, up to 64 characters, for example
reviewer-voice. - Description - what the skill does and when the assistant should use it.
- Visibility - who can access the skill.
- Content - markdown instructions for the assistant.
Visibility
Choose the narrowest visibility that fits the skill:- Private - only you can see and use it.
- Organization - members of your organization can see and use it.
- Global - a set of skills that Formly curates.
Skill settings
Skills have separate run settings: Enabled controls whether a visible skill is active for your runs and appears in skill pickers. Turning Enabled off only changes your own preference; it does not affect other users. Disabled skills remain visible on the Skills page so you can enable them again.Create from chat
In an assistant thread, open the Skills menu and choose Create skill from chat. Formly fills the chat input with a reusable-skill request for the current conversation. Review or edit the prompt, then send it. The assistant uses the current thread context to draft the skill, then adds an editable draft card to the thread. Review the generated fields before applying:- Name
- Description
- Visibility
- Markdown content
Upload and download
Skills can be imported and exported as.md files.
When uploading markdown:
- the skill name is prefilled from the filename
- optional frontmatter can prefill
name,description, andvisibility - frontmatter is stripped from the saved content, and the remaining markdown body becomes the skill content
- the description is extracted from the first non-heading paragraph when possible
Edit, duplicate, and delete
Use Edit to update a skill you can modify. Edits update the saved skill directly. If you cannot edit a shared skill, use Duplicate. Duplicating creates an editable copy with the content prefilled. The copy defaults to private visibility unless you choose another available visibility. Only the creator can delete a skill. Deleting removes it from everyone who can access it and prevents it from loading in future runs.Apply skills in chat
To apply a skill only for a specific run:- Open the Skills menu in the chat composer.
- Choose Attach skill to run.
- Search for a skill and select it.
- Send your prompt.