Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skills-ref

TypeScript/Bun recreation of the Agent Skills reference conformance application.

Install

bun install

CLI

bun run bin/skills-ref.ts validate /path/to/skill
bun run bin/skills-ref.ts read-properties /path/to/skill
bun run bin/skills-ref.ts to-prompt /path/to/skill-a /path/to/skill-b

Each command also accepts a direct SKILL.md or skill.md path.

Library

import { readProperties, toPrompt, validate } from "./src/index.ts";

const errors = await validate("/path/to/my-skill");
const props = await readProperties("/path/to/my-skill");
const prompt = await toPrompt(["/path/to/my-skill"]);

Test

bun test

About

agent skill conformance tests

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages