kaiord: Skill for Claude Code

.claude/skills/generate-gcn/SKILL.md

generate-gcn is a skill for Claude Code from pablo-albaladejo/kaiord. It costs 42 tokens per session (2,107 once invoked), scanned A, original, MIT.

A tool that creates a Garmin Connect workout input file with the .gcn extension from a plain-language training description. Garmin Connect is Garmin’s platform for managing workouts and devices.

In plain words
What is it for?
Use it to turn running, cycling, swimming, or multisport training descriptions into files that Garmin Connect can accept.
Why use it?
It removes the need to manually translate a workout plan into Garmin’s required JSON structure and fields.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is pablo-albaladejo/kaiord's own configuration. It tells Claude Code how to work on kaiord itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kaiord configures →

Reuse

Borrowing it

Nothing to install: this file belongs to pablo-albaladejo/kaiord. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/pablo-albaladejo/kaiord/main/.claude/skills/generate-gcn/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/pablo-albaladejo/kaiord

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for generate-gcn

README.md
[![agentmods](https://agentmods.dev/badge/skills/pablo-albaladejo/kaiord/generate-gcn/github.svg)](https://agentmods.dev/skills/pablo-albaladejo/kaiord/generate-gcn)
Your own site
<a href="https://agentmods.dev/skills/pablo-albaladejo/kaiord/generate-gcn"><img src="https://agentmods.dev/badge/skills/pablo-albaladejo/kaiord/generate-gcn/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for generate-gcn

Your own site · 80×15
<a href="https://agentmods.dev/skills/pablo-albaladejo/kaiord/generate-gcn"><img src="https://agentmods.dev/badge/skills/pablo-albaladejo/kaiord/generate-gcn.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,107 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.02107
Opus 5 $0.00021 $0.01053
Sonnet 5 $0.00008 $0.00421
Haiku 4.5 $0.00004 $0.00211

Measured 11d ago against content hash 0542e04161a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

generate-gcn scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/generate-gcn/SKILL.md · 177 lines

How it starts

The opening of the file, as written. The whole thing — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Generate a valid Garmin Connect (.gcn) workout INPUT JSON file from a natural language workout description.

CRITICAL: Generate INPUT format (what Garmin Connect API accepts), NOT output format. Only include required and relevant fields. Do NOT include server-generated fields like workoutId, ownerId, author, createdDate, updatedDate, shared, sharedWithUsers, or any field set to null that is optional.

Instructions

  1. Parse the user's natural language workout description ($ARGUMENTS)
  2. Identify sport type, steps, durations, targets, and repeat blocks
  3. Generate valid GCN INPUT JSON following the schema below
  4. Write the file to disk with .gcn extension

If the user doesn't specify an output filename, derive one from the workout name in kebab-case (e.g., sweet-spot-intervals.gcn).

Sport Type Detection

Infer from context. Default to cycling if ambiguous.

Sport sportTypeId sportTypeKey
Running 1 "running"
Cycling 2 "cycling"
Swimming 4 "swimming"
Multisport 10 "multi_sport"

Multisport detection

If the user describes any of: multisport / multi-sport, brick, triathlon / triatlón, duathlon / duatlón, aquathlon, transitions / transiciones, OR a single workout that alternates between two or more sports — switch to multisport mode and read multisport.md before generating the JSON. Multisport has its own segment-composition, target-ordering, and stepOrder rules; following the single-sport templates in reference.md will produce a workout that Garmin's server silently corrupts.

Step Types (Intensity)

Intensity stepTypeId stepTypeKey
Warmup 1 "warmup"
Cooldown 2 "cooldown"
Interval/Work 3 "interval"
Recovery 4 "recovery"
Rest 5 "rest"
Repeat (internal) 6 "repeat"

Read the full file on GitHub · 177 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 177 lines · 42 tokens per session scan A 0542e04161a2

Subscribe to this mod's changes

generate-gcn is a skill published in the GitHub repository pablo-albaladejo/kaiord (9 stars, last pushed 2d ago), licensed MIT. It adds 42 tokens to every session and 2,107 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

analytical-table

Use ALWAYS for AnalyticalTable internals — react-table v7 plugin architecture, vendored react-table code at packages/main/src/components/AnalyticalTable/react-table/, tableHooks, AnalyticalTableHooks, useDynamicColumnWidths, useColumnResizing, useRowSelect, useF2CellEdit, useManualRowSelect…

UI5/webcomponents-react · 209 tokens

ui5wc-upgrade

Guide a complete UI5 Web Components version upgrade in the ui5-webcomponents-react monorepo. Updates root and peer dependencies, regenerates wrapper components, syncs theming parameters, updates version-info, detects new components and breaking changes, and verifies the build. Use when a new @ui5/webcomponents version…

UI5/webcomponents-react · 79 tokens

typescript-expert

TypeScript expert for type system, generics, utility types, and strict mode patterns.

RightNow-AI/openfang · 21 tokens

openagentskill-registry

Discover, compare, audit, and safely install reusable AI Agent Skills with OpenAgentSkill. Use whenever an agent needs a capability it does not already have, must compare Skill alternatives, or needs evidence before installing third-party instructions.

Leon-Drq/openagentskill · 51 tokens

cli-commands

MUST use when using the CLI, including debugging job failures and inspecting run history via wmill job.

windmill-labs/windmill · 26 tokens

write-script-bun

MUST use when writing TypeScript scripts. Bun is the default and preferred TypeScript runtime — pick it for TypeScript unless the script specifically needs Deno.

windmill-labs/windmill · 37 tokens