-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
27 lines (27 loc) · 1022 Bytes
/
CITATION.cff
File metadata and controls
27 lines (27 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
cff-version: 1.2.0
message: "If you use SkillForge in your research or workflows, please cite it as below."
type: software
title: "SkillForge: Quality Layer for Agent Skills"
authors:
- family-names: Chen
given-names: Liqun
url: "https://github.com/LiqunChen0606/skillforge"
repository-code: "https://github.com/LiqunChen0606/skillforge"
license: Apache-2.0
version: 0.1.0
date-released: "2026-04-02"
abstract: >-
SkillForge is the quality layer for Agent Skills (agentskills.io).
Adds lint (10 structural checks), SHA-256 hashing, Ed25519 signing,
semantic versioning, structural diff, and a 3-stage eval pipeline to
SKILL.md files. Bidirectional SKILL.md to AIF conversion. Also includes
a document cleaning pipeline (HTML/PDF/MD to typed semantic IR) and a
12+ format compiler. Compatible with Claude, Codex, Copilot, Gemini,
and 30+ platforms that adopted the Agent Skills standard.
keywords:
- llm
- semantic-format
- document-compiler
- skill-authoring
- token-efficiency
- ai-native