standards-core

Maps K-12 math/ELA standards to PDF textbook pages, lessons, tasks, and assessments.

Updated Feb 7, 2025
One-click install
npx skills add https://github.com/JDerekLomas/codevibing --skill standards-core
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: standards-core
Source: https://github.com/JDerekLomas/codevibing/tree/main/edreports/dev-marketplace/curriculum-review/skills/standards-core
Command: npx skills add https://github.com/JDerekLomas/codevibing --skill standards-core

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, pdfplumber, and includes scripts (resource) components.

What problem does it solve?

Maps K–12 math/ELA standards to pages, lessons, tasks, and assessments in large PDF textbooks to reveal alignment gaps and redundancy.

Core Features & Use Cases

  • Generate coverage matrices (taught, practiced, and assessed) with per-standard evidence anchors.
  • Build top-page evidence lists and per-page text indexing to support audits and reporting.
  • Identify off-grade content and redundancy to inform curriculum decisions across multiple grades.

Quick Start

Provide a standards pack YAML and a set of PDFs, then run the alignment workflow to produce coverage and evidence outputs.

Frequently Asked Questions about standards-core

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map K-12 math and ELA standards to specific textbook pages?▼

Standards alignment for textbooks maps K-12 math and ELA standards to specific pages, lessons, and assessments. It requires a standards pack YAML and PDF textbooks to generate a per-standard evidence matrix with page anchors.

What is the best way to find alignment gaps and redundancy in PDF textbooks?▼

To find alignment gaps and redundancy in PDF textbooks, compute coverage matrices for taught, practiced, and assessed standards. This identifies off-grade content and redundant lessons to inform curriculum decisions.

Can I use pdfplumber to extract text for standards alignment from large PDFs?▼

Yes, you can use pdfplumber to extract text for standards alignment from large PDFs. The tool uses it to build per-page text indexing and top-page evidence lists, supporting audits and reporting for K-12 curriculum materials.

Does this standards alignment tool work with CCSS packs and multiple grade levels?▼

Yes, this standards alignment tool works with CCSS packs and multiple grade levels. It accepts a standards pack YAML to identify off-grade content and redundancy across multiple grades, outputting JSON and CSV artifacts for auditing.

How do I generate a coverage matrix showing taught, practiced, and assessed standards?▼

To generate a coverage matrix showing taught, practiced, and assessed standards, run the alignment workflow with your standards pack YAML and input PDFs. It outputs JSON and CSV artifacts detailing per-standard evidence and coverage.

What file formats do I need to start aligning textbooks to standards?▼

To start aligning textbooks to standards, you need a standards pack YAML and large PDF textbooks as inputs. The workflow then generates JSON and CSV artifacts containing the coverage matrices and evidence anchors for auditing.