A Claude Code skill that converts any type of data into valid CASE 1.1 (Competency and Academic Standards Exchange) CFPackage JSON documents.
Feed it any data and it will:
- Detect the data type (text, CSV, JSON, XML, images, PDFs, job descriptions, resumes, curricula, etc.)
- Analyze the properties and structure of the data
- Map extracted competencies/skills/standards to CASE 1.1 entities
- Generate a valid CFPackage JSON with proper UUIDs, hierarchy, and associations
- 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
claude plugin add /path/to/case-json-skillCopy the skills/case-json/ directory into your project's .claude/skills/ directory.
Copy the skills/case-json/ directory into ~/.claude/skills/.
/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
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)