Skip to content

fibonacciskills/case-json-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CASE JSON - Claude Code Skill Plugin

A Claude Code skill that converts any type of data into valid CASE 1.1 (Competency and Academic Standards Exchange) CFPackage JSON documents.

What it does

Feed it any data and it will:

  1. Detect the data type (text, CSV, JSON, XML, images, PDFs, job descriptions, resumes, curricula, etc.)
  2. Analyze the properties and structure of the data
  3. Map extracted competencies/skills/standards to CASE 1.1 entities
  4. Generate a valid CFPackage JSON with proper UUIDs, hierarchy, and associations

Supported input types

  • Plain text (standards, skill lists, competency statements)
  • CSV / TSV files
  • JSON (any structure)
  • XML / HTML documents
  • Images (certificates, transcripts, screenshots)
  • PDFs
  • Job descriptions
  • Resumes / CVs
  • Course catalogs / syllabi
  • Certification requirements
  • Existing non-CASE frameworks

Installation

As a plugin (recommended for sharing)

claude plugin add /path/to/case-json-skill

As a project skill

Copy the skills/case-json/ directory into your project's .claude/skills/ directory.

As a personal skill

Copy the skills/case-json/ directory into ~/.claude/skills/.

Usage

/case-json Here are our team competencies: 1. Project Management - planning, scheduling, risk assessment. 2. Technical Writing - documentation, API specs, user guides.
/case-json /path/to/skills.csv
/case-json /path/to/certificate.png

CASE 1.1 Specification

This skill produces JSON conforming to the 1EdTech CASE v1.1 Final Release (January 2025). The output includes:

  • CFDocument - Framework metadata
  • CFItems - Individual competency/standard items
  • CFAssociations - Relationships (isChildOf, precedes, isRelatedTo, etc.)
  • CFDefinitions - Vocabulary (subjects, item types, concepts)
  • CFRubrics - Proficiency criteria and levels (when applicable)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors