Book a free call
TrainingProductsTeamSupportContactBlog Book a free call

Skills

Modular pieces that plug into what you already run. License them individually and combine them as you need. Each one does a specific job and is documented so you know exactly what it does.

AI skills, brain on a circuit board

Licensing: One-time, per organization

Delivery: Skill folder with docs

Book a free call

Overview

A skill teaches an AI tool you already use how to do one job your way: formatting a report to your standard, reviewing a document against your checklist, or following your team's procedure for a recurring task. The AI loads the skill only when a task calls for it, so a team can keep many skills on hand.

Built to an open format

Our skills follow the open Agent Skills format, first developed by Anthropic and released as a standard. A skill is a plain folder: a SKILL.md file with instructions, plus any scripts, references or templates it needs. The same folder works across the growing list of AI tools that support the format.

Readable before you install

A skill can include scripts, so it deserves the same care as any software you install. Every skill we deliver is readable end to end, with documentation of what it does, what it touches, and when it runs.

Combining skills

Skills are licensed individually and combine freely. A team might start with one for its weekly report and add others as its needs grow.

What a skill looks like

A skill is a plain folder you can open and read. AI tools that support the format load it only when a task calls for it.

weekly-report/
├── SKILL.md      # what it does, when to use it, steps
├── scripts/      # optional code it can run
├── references/   # your standards and examples
└── assets/       # templates and formats
  1. 1

    Discover

    The AI tool reads only each skill's name and description.

  2. 2

    Activate

    When a task matches, it loads the full instructions.

  3. 3

    Run

    It follows your steps, using the scripts and references in the folder.

The open format works in tools including
  • Claude
  • Claude Code
  • ChatGPT and Codex
  • GitHub Copilot
  • VS Code
  • Cursor
  • Gemini CLI

What you receive

  • The skill folder, with SKILL.md, scripts and references
  • Install notes for each AI tool you use
  • Documentation of what it does and when it runs
  • Version history

Questions

Which AI tools can use a skill?

Any tool that supports the Agent Skills format, including Claude, Claude Code, ChatGPT and Codex, GitHub Copilot, VS Code, Cursor and Gemini CLI. Some tools need each skill installed separately, and the install notes cover each one you use.

How is a skill different from a custom GPT?

A custom GPT lives inside ChatGPT. A skill is a folder of files you own, and it moves with you between tools that support the format.

Can we edit a skill?

Yes. The instructions are plain text and the scripts are included.

Can you build a skill for our procedure?

Yes. Custom skills start from your documents, examples and standards.