What are skills
A Skill is a reusable instruction file that instructs Endgame (and the AI) how to handle a specific type of tasks. Think of it like your team’s playbook: instead of re-explaining your process every time, you write it down once in a skill, and the AI follows it automatically whenever that skill is used. A Skill can define things like:- The goal of the task (e.g., “write a follow-up email after a discovery call”)
- The format or structure the output should follow
- Your company’s tone, messaging, or value props to always include
- Step-by-step instructions the AI should walk through
- Examples of emails, call scripts, or summaries that have worked well
- Save time — stop rewriting the same prompts from scratch
- Get consistent, on-brand output across your whole team
- Onboard new reps faster by sharing proven playbooks
- Build a library of your best messaging and workflows
Using Skills in threads
To use a skill, click on one of the skill cards under the chat input in the homepage or click the More skills button below the skill cards to access your full skills library. You can also access skills from the Account Detail page.



Creating Skills
Some skills in your library will be controlled by account admins; you cannot edit or delete these. You can, however, create your own skills which you can filter down to using the My Skills tag in the main skill modal view or within the skill grid. Write a basic skill: Add Skill -> Write a Skill within the skills modal and populate the form. See tips below for each field.
-
Title: The title of your skill, displayed on the skill card.
Example:
Demo Follow-Up -
Description: Used under the hood to determine when your skill is applicable. The AI references this to decide if the skill should be used when generating a response.
Example:
Generates a post-demo follow-up email that thanks the prospect, recaps their key pain points, and outlines a clear next step. -
Example Prompt: The prompt that pre-populates in the chat input when this skill is selected from the skill grid.
Example:
Use the Demo Follow-up skill to write a follow-up email for the demo I just completed. -
Context: The actual instructions that define what your skill does and how it should output content — this is where the real customization lives.
Example:
Write a concise follow-up email after a sales demo. Open by thanking the prospect for their time. Summarize the 2–3 pain points they mentioned during the call. Close with a single, specific next step (e.g., a follow-up call, trial, or proposal). Keep the tone warm but professional. Do not use filler phrases like "Hope this email finds you well."
SKILL.md file in addition to other optional material that will be used to execute your skill. This is often example or template files to inform the output of your skill and other assets like company logos.

- SKILL.md (required): Instructions in Markdown - MUST contain a
nameanddescriptionfield - scripts/ (optional): Executable code (Python, Bash, etc.)
- references/ (optional): Documentation loaded as needed
- assets/ (optional): Templates, fonts, icons used in output