Skip to main content

Overview

A Skill is a focused, reusable instruction set that gives an agent a named capability — written once in Markdown and shared across as many agents as you need. Instead of duplicating instructions or hardwiring behavior into every agent separately, you define the logic in a Skill, attach it where needed, and invoke it on demand during any conversation.

Reusable

Write once, attach to many agents. Updates to a Skill apply everywhere it is used.

On-Demand

Invoke any attached Skill mid-conversation by typing ~skill-name in the chat composer.

Versioned

Maintain multiple named versions alongside the always-present base, so you can iterate without breaking existing agents.
Typical use cases

Access Skills

Project ScopeSkills are only available inside team (non-public) projects. The Skills menu item is hidden when the Public project is selected. Switch to a team or personal project to see it.
To open the Skills area:
  1. Select the correct project from the project switcher at the top of the left sidebar.
  2. Select Skills in the main navigation sidebar. The Skills page opens, showing the Skills tab — a scrollable list (or card grid) of all Skills in the current project. Skills Access

Create a Skill

You can create a Skill from the Skills page or directly from the agent editor.

From the Skills Page

  1. Select the + (Create) button in the top section of the left sidebar, or go to the Skills page and select Create in the empty state if no Skills exist yet.
  • Alternatively, use the global + Create button in the sidebar and select Skill from the dropdown. The New Skill form opens with two accordion sections: General and Instructions. Create Skill
  1. In the General section, complete the following fields. Then, in the Instructions section, enter your skill instructions in the Markdown or CodeMirror editor.
Name rulesName must use lowercase letters, digits, and hyphens only. It must not start or end with a hyphen. The maximum length is 64 characters. It must not contain claude or anthropic.
In the Instructions section:
  • Use the toggle button group in the section header to switch between Edit mode and Preview mode.
  • A character counter at the bottom of the editor shows the remaining characters. The maximum is 5000 characters. Skill Parameters
Example instructions:
  1. Select Save in the tab bar at the top of the page.
After you select Save, the Skill configuration page opens. It shows the Skill name in the tab bar and the General and Instructions * sections in the left panel. The right panel contains a test chat panel where you can interact with the Skill directly to verify its behavior.

Upload a Skill Icon

In the General section, the Skill icon is editable when your role includes the upload icon permission.
  1. Open the Skill editor.
  2. In General, select the Skill icon.
  3. Upload a new icon or select an existing icon from the icon gallery.
  4. Select Save.
The selected icon is stored in the Skill version metadata and is shown in Skill lists, attached Skill cards, and mention lists. If needed, you can also remove an uploaded icon from the icon gallery. Skill Icon

Generate a Skill with AI

Instead of filling in the form manually, select Generate with AI in the General section header to open the Generate skill dialog.
  1. Describe what you want the Skill to do in the input field. Example prompt:
  2. ELITEA drafts a Name, Description, and Instructions for you.
  3. Review and edit the draft in the dialog.
  4. Select Approve to apply it to the form, then select Save.

Edit a Skill with AI

You can also refine an existing Skill with Edit with AI.
  1. Open an existing Skill.
  2. Select Edit with AI.
  3. Describe the changes you want.
  4. Select Generate Draft.
  5. Review the generated draft step by step.
  6. Select Save or Save as Version.

Test a Skill

After you save a Skill, the right panel of the Skill editor contains a test chat panel. This stateless, ephemeral chat lets you interact with the Skill directly without creating a saved conversation. Use it to verify instructions before you attach the Skill to any agent.
Test conversationsTest conversations are ephemeral. They are not saved and disappear when you leave the page or clear the chat.

Select the LLM Model & Settings

Before sending a message, you can choose which AI model processes the Skill and optionally fine-tune its parameters.
  1. Select the model chip in the chat input bar to open the model selector dropdown.
  2. Choose the model from the list, for example gpt-4o or gpt-5.1.
  3. Select the Model Settings icon next to the model chip to adjust generation parameters. Model Settings
Max Completion Tokens (All Models)

Use Voice Capabilities

The Skill test chat panel supports the same voice features as the agent chat interface.

Voice Input

Dictate prompts into the chat input field. Transcribed text is inserted at the cursor in real time.

Text-to-Speech

Have Skill responses read aloud. Pause and resume playback from a mini-player pill in the input area.

Speaking Mode

Hands-free voice loop. ELITEA records, sends, speaks the response, and listens again — automatically.
Voice Input Select the microphone icon in the message input toolbar to start recording. Speak your prompt. A live transcript appears in the input field as you talk. Select Stop to finish. The final transcript is committed to the input field.
Voice inputVoice Input uses a server-side automatic speech recognition (ASR) model if it is configured in Settings > AI Configuration. Otherwise, it falls back to the browser Web Speech API. If neither is available, the microphone icon is hidden.
Text-to-Speech A Read out button appears in the action bar below each Skill response. Select it to start playback. The text is highlighted as it is read. A playback pill in the input area provides Pause and Resume controls.
Text-to-speechWhen a text-to-speech (TTS) model is configured in Settings > AI Configuration, ELITEA uses it for audio generation. Otherwise, playback falls back to the browser SpeechSynthesis API.
Speaking Mode Speaking Mode is a continuous, hands-free voice loop. Leave the input field empty, then select the voicewave icon shown in place of the Send button to activate it. ELITEA records your speech, sends your prompt after three seconds of silence, plays back the response, and then starts listening again. Select in the voicewave pill to exit.

Speaking Mode

Create & Manage Versions

Version a Skill

Skills support multiple named versions in addition to the always-present base version. To create a new version:
  1. Open the Skill editor and make your changes.
  2. Select Save As Version in the tab bar.
  3. The Create version dialog appears. Enter a unique version name in the input field.
    • The name base is reserved and cannot be used.
    • Duplicate names within the same Skill are rejected with an error toast.
  4. Select Save in the dialog to confirm.
  5. The page navigates to the new version automatically.
Use the version selector in the tab bar of the Skill editor. It lists all saved versions with the default version shown first. Non-default versions are sorted by creation date (newest first). The base version appears last unless it is currently set as the default. To set the default version:
  1. Open the Skill editor and go to the version you want to set as default.
  2. Select the ⋮ overflow menu in the tab bar to open the controls menu.
  3. Select Set as a default under the VERSION section.
    • This option is disabled if the selected version is already the default.
    Set Default Version
The overflow menu also provides Share (copy a link to the current version) and Share under the SKILL section (copy a link to the skill). The same menu also includes Export, Fork, Publish, and Unpublish when those actions are available for the selected version. To delete a version:
  1. Go to the version you want to delete.
  2. Open the ⋮ overflow menu and select Delete under the VERSION section.
  3. Confirm deletion in the confirmation dialog.
    • You cannot delete the default version or the base version.
    Delete Version

Export a Skill

  1. Open the Skill and go to the version you want to export.
  2. Select the overflow menu in the tab bar.
  3. Under the VERSION section, select Export.
  4. A .md file for the current version is downloaded to your machine. Export Skill

Import a Skill

  1. On the Skills page, select the Import icon button in the top toolbar.
  2. A file picker opens. Select the .md export file from your machine.
  3. The Import parameters dialog appears, showing:
    • PROJECT — a project selector (defaults to the currently selected project). Change it to import the Skill into a different project.
    • MAIN ENTITY — a preview card showing the Skill name, type, description, and instructions from the file.
  4. Select Import to create the Skill, or select Cancel to abort.
Imported versionImported Skills are always created with the base version, regardless of the version stored in the export file.

Fork a Skill

You can fork a Skill version from the Skill editor or from ELITEA Catalog.
  1. Open the Skill version you want to reuse.
  2. Open the overflow menu.
  3. Select Fork.
  4. Complete the import flow.
The fork action uses the Skill fork export payload and creates a copy in your selected project.

Publish a Skill

Skills can be published to ELITEA Catalog and later unpublished.
  1. Open the Skill version you want to publish.
  2. Open the overflow menu.
  3. Select Publish.
  4. Complete the publish flow.
The publish flow validates the Skill version, then publishes it to ELITEA Catalog. Published Skills can be listed in the public catalog and reused in other projects. Publish Skill To remove a published Skill, open the same menu and select Unpublish. For the full flow, see Skill Publishing.

Use Skills from ELITEA Catalog

Published Skills are available in ELITEA Catalog. From the catalog, you can:
  • Browse published Skills by category
  • Open Skill details
  • Export a published Skill
  • Fork a published Skill into your project
  • Attach a public Skill to one or more agents in the current project
The catalog also tracks public Skill counts and refreshes when a Skill is published or unpublished. Skills Catalog When you attach a public Skill from ELITEA Catalog, the system sends the selected public Skill version to one or more agent versions in the current project. For the full flow, see ELITEA Catalog

Attach a Skill to an Agent

Skills are attached at the agent version level, not to the agent as a whole. You must save the agent before Skills can be attached.
Skill limitA maximum of 5 Skills can be attached to a single agent version. The counter in the Skills section shows how many are currently attached (e.g., 2/5 skills added).
  1. In Agents, open the agent you want to configure.
  2. In the agent configuration form, scroll to the Skills accordion section (below the Instructions and Toolkits sections).
  3. Select the + Skill button to open the skill picker dropdown.
    • The button is disabled and shows a tooltip if the agent has not been saved yet (Save the agent first, then add skills) or if the 5-Skill limit has been reached (Maximum number of skills reached).
  4. Search for the Skill by name in the Search skills… field, or browse the list.
  5. Click a Skill to attach it. It attaches immediately using the Skill’s base version.
    • Skills already attached to the agent version are excluded from the list to prevent duplicates.
To create a new Skill from the agent editor:
  1. Select + Skill in the Skills accordion.
  2. Select Create new at the bottom of the picker dropdown.
  3. You are taken to the Skill creation form.
If the selected attached version is later deleted, the Skill card shows this warning banner:
The attached skill version no longer exists. Select a valid version or remove this skill.
If no Skills are attached to the agent, the mention list in chat shows:
No skills attached to this agent

Change the Attached Version

Each attached Skill card shows the currently active version name below the Skill’s name. To change which version the agent uses:
  1. On the Skill card inside the agent Skills section, select the version name, for example base.
  2. A Versions dropdown appears, listing all available versions.
  3. Select the version you want. The attachment is updated automatically. The old version is detached and the new version is attached.
  4. The selected version is highlighted with a check mark. Change Attached Version

Use Skills in Chat

When an agent has one or more Skills attached, users can invoke a Skill explicitly during a chat conversation by typing ~ (tilde) followed by the Skill name in the chat composer.
  1. In a chat conversation with an agent that has Skills attached, type ~ in the message input.
  2. A Mention skill dropdown appears above the input, listing all Skills attached to that agent.
    • If no Skills are attached, the dropdown shows: “No skills attached to this agent”.
  3. Type additional characters to filter the list, or use the arrow keys to highlight a Skill.
  4. Press Enter or select the Skill name to insert it as a mention token in your message.
  5. Send the message. The agent receives and executes that Skill’s instructions for this turn. Skill Mention

Delete a Skill

Delete warningDeleting a Skill removes it from all agents it is attached to. This action cannot be undone.
  1. Open the ⋮ menu in the editor tab bar.
  2. Under the SKILL section, select Delete skill.
  3. Enter the Skill name to confirm, then select Delete. Delete Skill

Troubleshooting

The Skills menu item is hidden when the Public project is selected. Open the project switcher at the top of the sidebar and select a team or personal project. If the item is still missing, contact your platform administrator to verify you have the required permissions.
The Save button requires all of the following:
  • Name is non-empty and matches the allowed pattern (lowercase letters, digits, hyphens; no leading/trailing hyphens; no claude or anthropic).
  • Description is non-empty.
  • Instructions are non-empty.
  • At least one field has been changed since the last save.
  • None of the three fields exceed their character limits.
Check the character counters next to each field and the validation error messages below the inputs.
Two conditions disable the button:
  • Agent not yet saved — save the agent first. The tooltip reads “Save the agent first, then add skills”.
  • Limit reached — the agent version already has 5 Skills attached. Remove one before adding another. The tooltip reads “Maximum number of skills reached”.
The banner “The attached skill version no longer exists. Select a valid version or remove this skill.” means the specific named version attached to this agent has been deleted from the Skill. Either select a different version from the version dropdown on the card, or remove the Skill and re-attach it.
The ~ trigger only shows the dropdown if the agent in the current conversation has at least one Skill attached. Check the agent’s Skills section in the agent editor. If no Skills are listed, attach one and save the agent, then start a new conversation.
Each version name within a Skill must be unique. Choose a different name. Also note that the name base is reserved and cannot be used as a custom version name.
  • Only .md files exported from Elitea are accepted.
  • Ensure the target project is selected correctly in the Import parameters dialog.
  • If the Skill name in the file contains uppercase letters, spaces, or invalid characters, the import will be rejected. Edit the file or re-export from a corrected Skill.

Guides & References
  • Agents — Configure agents and attach Skills, Toolkits, and MCPs
  • Project Context — Define shared background context injected into every AI interaction
  • Entity Versioning — Version management patterns for agents, pipelines, and Skills
  • Export and Import — Exporting and importing Elitea entities