> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fastino.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# GLiNER Agent Skill

> Install the portable GLiNER2 and GLiNER skill for Cursor, Claude Code, and Codex.

The [GLiNER2 agent skill](https://github.com/jaanavit/gliner2-skill) gives Cursor, Claude Code, and Codex guidance for GLiNER2.5, GLiNER2, and GLiNER workflows, including model selection, schema design, extraction, classification, relations, and fine-tuning.

## Install

Run this command from your project:

```bash theme={null}
npx skills add jaanavit/gliner2-skill
```

The installer lets you choose which supported agents receive the skill.

## Non-interactive installation

Use the command for your agent to install the skill into the current project without prompts:

<CodeGroup>
  ```bash Cursor theme={null}
  npx skills add jaanavit/gliner2-skill -a cursor -y
  ```

  ```bash Claude Code theme={null}
  npx skills add jaanavit/gliner2-skill -a claude-code -y
  ```

  ```bash Codex theme={null}
  npx skills add jaanavit/gliner2-skill -a codex -y
  ```
</CodeGroup>

The `-a` option selects the target agent and `-y` accepts the installation prompts, making these commands suitable for scripts and CI.

<Card title="View the source" icon="github" href="https://github.com/jaanavit/gliner2-skill">
  Review the skill content, report issues, or contribute on GitHub.
</Card>
