Struktur
Agent Skill

Struktur Agent Skill

Install the Struktur agent skill to teach AI coding assistants how to use Struktur.

Struktur provides an Agent Skill that teaches AI coding assistants (like Claude Code, OpenCode, Codex, etc.) how to use Struktur effectively.

What is an Agent Skill?

An Agent Skill is a modular knowledge package that AI coding agents can discover and load automatically. Skills follow an open standard and work across 16+ AI agent tools.

When you ask your AI agent to work with Struktur, the skill automatically loads and provides:

  • API Usage: How to use extract(), build artifacts, define schemas
  • Strategy Selection: When to use simple, parallel, sequential, doublePass, etc.
  • Schema Definition: JSON Schema patterns and shorthand field syntax
  • CLI Commands: All struktur CLI commands and options
  • Best Practices: Token budgets, validation retries, merge rules

Why Use the Skill?

Without the skill, you'd need to explain Struktur's API, strategies, and best practices in every conversation. With the skill installed, your AI agent already knows:

  • Which strategy to use for your use case
  • How to define schemas correctly
  • How to configure the CLI
  • Common patterns and gotchas

Supported Tools

The skill works with any tool that supports the Agent Skills open standard:

ToolSupportNotes
Claude CodeFull support with progressive disclosure
OpenCodeFull support
OpenAI CodexWorks alongside AGENTS.md
AmpFull support
VS Code (Copilot)Workspace-level installation
CursorProject-level installation
Gemini CLIFull support
JetBrains (Junie)IDE integration

And 10+ more tools.

Package

The skill is distributed as an npm package: @struktur/skill

npm install @struktur/skill
# or
bun add @struktur/skill

Next Steps

On this page