Skip to content

chore(skill): make SKILL.md OKF-compatible - #581

Merged
DenisCarriere merged 1 commit into
mainfrom
chore/skill-okf-frontmatter
Jun 19, 2026
Merged

chore(skill): make SKILL.md OKF-compatible#581
DenisCarriere merged 1 commit into
mainfrom
chore/skill-okf-frontmatter

Conversation

@DenisCarriere

Copy link
Copy Markdown
Contributor

What

Adds Open Knowledge Format (OKF) v0.1 frontmatter to skills/SKILL.md so it parses as a conformant OKF concept document, while staying a valid Claude Code skill file.

Why

OKF (Google Cloud, v0.1) is a vendor-neutral markdown spec for agent-consumable knowledge. A conformant concept document MUST carry a non-empty type field and SHOULD carry title, description, resource, tags, and timestamp. Our SKILL.md previously had only the Claude Code name/description fields.

Changes

name: pinax-api          # retained (Claude Code skill discovery)
type: skill              # OKF-mandatory
title: Pinax API         # OKF recommended
description: >           # retained — serves both formats
  ...
resource: https://api.pinax.network
tags: [pinax, token-api, evm, svm, tvm, polymarket, hyperliquid, blockchain]
timestamp: 2026-06-19T00:00:00Z
  • Only the YAML frontmatter changed; the document body is untouched.
  • OKF consumers must preserve/tolerate unknown keys, so name remains for Claude Code skill discovery.

🤖 Generated with Claude Code

Add Open Knowledge Format (OKF) v0.1 frontmatter fields to
skills/SKILL.md so it parses as a conformant OKF concept document
while remaining a valid Claude Code skill file.

- type: skill (the only OKF-mandatory field)
- title, resource, tags, timestamp (OKF recommended fields)
- name/description retained for Claude Code skill discovery

Ref: https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@YaroShkvorets
YaroShkvorets temporarily deployed to chore/skill-okf-frontmatter - token-api PR #581 June 19, 2026 20:03 — with Render Destroyed
@DenisCarriere
DenisCarriere merged commit 6f16a87 into main Jun 19, 2026
2 of 3 checks passed
@DenisCarriere
DenisCarriere deleted the chore/skill-okf-frontmatter branch June 19, 2026 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants