> For the complete documentation index, see [llms.txt](https://docs.coherent.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherent.global/assistant/agent/skills.md).

# Skills

Skills are saved instructions that tell Agent how to handle repeated tasks, team conventions, or specialized workflows. Use Skills when you want Agent to apply the same guidance consistently across conversations.

<figure><img src="/files/h3WpZgahKQu7ch3COShW" alt="Skills page"><figcaption><p>Skills page</p></figcaption></figure>

A Skill can be as simple as a model review checklist or as specific as a monthly reporting process. The goal is to save instructions you would otherwise type again and again.

## When to use Skills

Create a Skill when you often give Agent the same instructions. Skills work well for:

* Team formatting standards.
* Model review checklists.
* Naming conventions for sheets, ranges, or tables.
* Repeated workflows, such as monthly reporting or workbook cleanup.
* Company-specific guidance that Agent should follow.
* Preferred response formats, such as finding tables or executive summaries.

If the instruction is only useful once, keep it in the chat. If it becomes a pattern, turn it into a Skill.

## Built-in and custom Skills

Agent can show built-in Skills and user-created Skills. Built-in Skills are provided by Coherent Assistant. Custom Skills can be created, edited, or deleted from the Skills page.

Custom Skills are useful for team-specific guidance. For example, a finance team might create a Skill that tells Agent how to review model assumptions, classify issue severity, and format findings.

## What to include in a Skill

A useful Skill should include:

* A clear name.
* A short description.
* Tags that make it easy to find.
* Specific instructions Agent can follow.
* Examples when the workflow has important details.
* Any limits Agent should respect, such as "do not edit formulas unless asked."

Write Skills as instructions, not as background essays. Agent should be able to read the Skill and know what to do.

## Example Skill outline

A workbook review Skill might include:

* Review formulas for inconsistencies, hardcoded values, external links, and errors.
* Group findings by severity: High, Medium, or Low.
* Include sheet names and cell references.
* Suggest fixes, but do not change the workbook unless the user asks.
* Return a short executive summary before the detailed findings.

## Using a Skill

Use a Skill when you want Agent to apply the same guidance consistently. For example:

> Use our model review Skill and review this workbook.

If Agent applies the Skill too broadly, narrow the request with a sheet, range, or output format.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.coherent.global/assistant/agent/skills.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
