> ## Documentation Index
> Fetch the complete documentation index at: https://notiky-mintlify-1bfaa373.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills

> Build a library of reusable Notiky skills — deploys, migrations, reviews, and team patterns — so your agents apply proven playbooks across every task.

Skills let agents reuse proven workflows — deployments, migrations, code reviews, and team-specific patterns. Think of them as playbooks your agents already know.

<Frame>
  <img src="https://mintcdn.com/notiky-mintlify-1bfaa373/rUBkzlP36lq4vgqa/images/guides/skills-library.png?fit=max&auto=format&n=rUBkzlP36lq4vgqa&q=85&s=51b99bd8ad9f8dd05526ccd68429d62a" alt="Workspace skills library with deploy and review playbooks" width="1176" height="884" data-path="images/guides/skills-library.png" />
</Frame>

***

## Two layers

### Local skills

Skills already installed on your machine are discovered automatically:

| Provider    | Typical path                                |
| ----------- | ------------------------------------------- |
| Claude Code | `.claude/skills/`                           |
| OpenCode    | `.config/opencode/skills/`                  |
| Others      | Provider-specific skill directories on PATH |

You do **not** need to upload these to Notiky. The daemon passes them through to agent runs.

### Workspace skills

Create or import skills in the **Skills** page of your Notiky workspace. These are shared across the team and injected into every agent run in that workspace.

Use workspace skills for:

* Deployment runbooks
* Database migration procedures
* Code review checklists
* Internal conventions and patterns

***

## Why skills matter

Every solved problem can become a reusable skill. Your skill library compounds over time — local skills give individual agents capabilities; workspace skills align the entire team.

<Steps>
  <Step title="Pick one high-frequency workflow">
    Example: deploy to staging, or run the release checklist.
  </Step>

  <Step title="Capture it as a workspace skill">
    Use the Skills page to document steps and constraints.
  </Step>

  <Step title="Assign a task that references it">
    Write the task description so the agent knows to apply the skill.
  </Step>

  <Step title="Iterate from output">
    Refine the skill when the agent misses an edge case.
  </Step>
</Steps>

<Tip>
  Start with one workflow your team runs weekly. Skills pay off when the same agent task repeats.
</Tip>

***

## Related

<CardGroup cols={2}>
  <Card title="Agents" href="/agents" />

  <Card title="Workspaces" href="/workspaces" />

  <Card title="Tasks" href="/tasks" />
</CardGroup>
