> ## Documentation Index
> Fetch the complete documentation index at: https://dataleap-469bb19d-docs-from-commits-2026-08-19-upload-limits.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills

> A skill is a reusable part of an agent: define a standard once — your ICP, your pricing methodology, a report format — and every agent that needs it follows it.

<Frame caption="One skill, written once — a building block in every agent that needs it. Update the skill, and all three follow.">
  <img className="block dark:hidden" src="https://mintcdn.com/dataleap-469bb19d-docs-from-commits-2026-08-19-upload-limits/9b7WCSBKC0-1NVfb/images/skill-shared-light.svg?fit=max&auto=format&n=9b7WCSBKC0-1NVfb&q=85&s=8e0d1d0112b98c5f9bd77950f15d8827" alt="Diagram: three agents side by side — Lead Qualifier, Outreach Writer, Pipeline Report — each with the same ICP Definition skill as a building block in its workflow" width="760" height="400" data-path="images/skill-shared-light.svg" />

  <img className="hidden dark:block" src="https://mintcdn.com/dataleap-469bb19d-docs-from-commits-2026-08-19-upload-limits/9b7WCSBKC0-1NVfb/images/skill-shared-dark.svg?fit=max&auto=format&n=9b7WCSBKC0-1NVfb&q=85&s=cfe3ccda69d4715dbd4fa28b78cbdb19" alt="Diagram: three agents side by side — Lead Qualifier, Outreach Writer, Pipeline Report — each with the same ICP Definition skill as a building block in its workflow" width="760" height="400" data-path="images/skill-shared-dark.svg" />
</Frame>

## What makes a good skill

| Good skill                    | Example                                                                                                    |
| ----------------------------- | ---------------------------------------------------------------------------------------------------------- |
| **Encode knowledge**          | Your Ideal Customer Profile — every agent qualifies leads the same way.                                    |
| **Standardize a methodology** | Your internal pricing methodology — defined once, applied identically by every agent that prices anything. |
| **Define your data**          | What each metric or field means, and what it's called in your systems — shared analytics language.         |
| **Standardize outputs**       | How a report should be structured and worded.                                                              |
| **Lock the design**           | The look for documents and dashboards — always on-brand.                                                   |

The signal that something should be a skill: you catch yourself typing the same definition or procedure into a second agent — "wait, I'm redoing this work."

Inside, a skill is just clear instructions — here's a real one:

<Frame caption="A skill from the inside: the ICP Scoring Methodology. Editable in chat or manually.">
  <img src="https://mintcdn.com/dataleap-469bb19d-docs-from-commits-2026-08-19-upload-limits/9b7WCSBKC0-1NVfb/images/skill-example-icp.png?fit=max&auto=format&n=9b7WCSBKC0-1NVfb&q=85&s=3ad6def98d376c026afb6ed495f9cc2f" alt="An open skill showing the ICP Scoring Methodology with scoring criteria tables and an Edit dropdown offering Edit in Chat and Edit Manually" width="2816" height="1886" data-path="images/skill-example-icp.png" />
</Frame>

## Create a skill

Two ways — out of an agent you already built, or from scratch:

<Tabs>
  <Tab title="From an agent's chat">
    You built an agent and notice one part of it is reusable — just tell Dataleap: *"Create a skill out of the scoring logic for new candidates."* It drafts the skill from what you built, proposes name, description, and content, and saves once you confirm.

    <Frame caption="One sentence in the agent's chat, and the reusable part becomes a skill.">
      <img src="https://mintcdn.com/dataleap-469bb19d-docs-from-commits-2026-08-19-upload-limits/9b7WCSBKC0-1NVfb/images/skills-create-in-chat.png?fit=max&auto=format&n=9b7WCSBKC0-1NVfb&q=85&s=82e0373b23f7ef4ba2db7dd84ce8bf53" alt="A chat where the user asks to create a skill out of the scoring logic and Dataleap drafts the Candidate Scoring Model skill" width="1466" height="1114" data-path="images/skills-create-in-chat.png" />
    </Frame>
  </Tab>

  <Tab title="From the Skills section">
    Click **Add Skill** and pick how: **Create in Chat**, **Create Manually**, or **Import Markdown** (if the standard already exists as a document).

    <Frame caption="Add Skill: create in chat, write it manually, or import a Markdown file.">
      <img src="https://mintcdn.com/dataleap-469bb19d-docs-from-commits-2026-08-19-upload-limits/9b7WCSBKC0-1NVfb/images/skills-add-skill-menu.png?fit=max&auto=format&n=9b7WCSBKC0-1NVfb&q=85&s=4c7477bab294c55f478604aafa5dd4b1" alt="The Add Skill dropdown with the options Create in Chat, Create Manually, and Import Markdown" width="690" height="590" data-path="images/skills-add-skill-menu.png" />
    </Frame>
  </Tab>
</Tabs>

<Tip>
  There's no hard size limit on a skill — but every rule in it costs tokens on every run that loads it. Keep skills as lean as possible while still doing the job.
</Tip>

## Use a skill

Agents don't guess which skills to use — you tell them. When building or refining an agent, reference the skill explicitly:

> "When it comes to pricing, use the *Pricing Methodology* skill."

From then on, that step of the workflow runs on the skill's definition. And when the methodology changes, you update the skill once — every agent using it follows.

<Note>
  Be proactive: Dataleap won't suggest skills on its own. Spotting the reusable part is your job; packaging and reusing it is one sentence.
</Note>

## Share a skill

Skills have three levels of reach:

* **Personal** — your own skills, visible only to you.
* **Team** — share a skill into a [team space](/share/team-spaces) (it has its own **Skills** tab); every teammate's agents can use it.
* **Org-wide** — publish it for the whole company. The classic case: company-wide metric definitions, so every agent anyone builds speaks the same data language.

<Frame caption="The Skills section, grouped by reach: Personal, Team, and Org.">
  <img src="https://mintcdn.com/dataleap-469bb19d-docs-from-commits-2026-08-19-upload-limits/9b7WCSBKC0-1NVfb/images/skills-overview.png?fit=max&auto=format&n=9b7WCSBKC0-1NVfb&q=85&s=9a4c2e3be47354c79522e11de2cc0bee" alt="The Skills section listing skills grouped into Personal, Team, and Org, with an Add Skill button and workspace filters" width="3840" height="1894" data-path="images/skills-overview.png" />
</Frame>

<Card title="Watch: Skills" icon="clapperboard" href="/video-series/section-3#skills" horizontal>
  See how skills work in the product.
</Card>

<Note>
  **Skills vs. knowledge:** knowledge files give one agent *context* (documents, facts — see [Add knowledge](/build/add-knowledge)); a skill teaches *procedure* and can be reused by many agents.
</Note>

<CardGroup cols={2}>
  <Card title="Programmatic tool calling" icon="code" href="/scale/programmatic-tool-calling">
    Next: cut costs on deterministic workflows.
  </Card>

  <Card title="Team spaces" icon="users" href="/share/team-spaces">
    Where team skills live.
  </Card>
</CardGroup>
