What you’ll do
- Install Agent Skills to your agent runtime
- Connect Knowledge Graph for the most accurate outputs (Recommended)
- Generate a standards-aligned K-12 lesson
- Evaluate your output to benchmark it against published rubrics
What you’ll need
- An agent runtime that supports the open Agent Skills format ↗
- Claude Code
- Cursor
- Codex
- A Learning Commons Platform ↗ API key For Knowledge Graph integration
Steps
Install skills
Installation behavior may vary slightly by runtime. Check your agent’s
documentation for how it discovers and loads skills from installed packages.For Claude Code: if your project doesn’t have a
.claude/ directory yet, run the following command first before proceeding with installation:agent-skills ↗ into your agent runtime of choice:| Path | Description |
|---|---|
| skills/k12-lesson-planning/ ↗ | Standards-aligned lesson planning skill |
| skills/k12-lesson-differentiation/ ↗ | Tiered lesson differentiation skill |
| skills/example-prompts.md ↗ | Example prompts by subject and workflow |
SKILL.md— Metadata and step-by-step instructionsreferences/— Subject-specific pedagogy and output mappingsscripts/— Render helpers for.docxWord documents
Connect Knowledge Graph
Knowledge Graph datasets carry varying licenses. Some datasets aren’t readily accessible by default due to license requirements.
$LC_API_KEY with your Learning Commons Platform API key):Example for Claude Code
- Resolve Academic Standards
- Understand granular Learning Components
- Trace Learning Progressions
- Find aligned Curriculum lessons and common misconceptions
When Knowledge Graph is unavailable, the skills still run and fall back to the
model’s general knowledge. However, outputs grounded in Knowledge Graph are
more accurate and better aligned to specific state standards.
Verify the connector
Start a new agent session and confirm that Knowledge Graph tools (e.g.,
find_standard_statement) are available.If the connector is not available, Agent Skills still produce usable output without Knowledge Graph data. They will not invent Knowledge Graph citations or attribute content to curriculum materials they have not retrieved.Prompt your agent
Make a typical teaching request. Some example prompts ↗ include:
- “I need a lesson for tomorrow on rounding to the nearest hundred for my 3rd graders.”
- “Differentiate this 6th grade food webs lesson for students below / at / and above proficiency level (find the lesson here: https://www.calacademy.org/educators/lesson-plans/how-stable-is-your-food-web)”