# Concept Teacher Agent Data

Generated: 2026-06-14

This ZIP contains the files needed to migrate or update the Concept Teacher agent/tool.

## Contents

- `tool-package/CONCEPT-TEACHER-TOOL-PACKAGE/CONCEPT-TEACHER/README.md`
  - Main agent/tool instructions. Change this file to change how the agent writes Concept Teacher pages.

- `tool-package/CONCEPT-TEACHER-TOOL-PACKAGE/CONCEPT-TEACHER/TEMPLATE.html`
  - Blank HTML skeleton used for new generated lessons.

- `tool-package/CONCEPT-TEACHER-TOOL-PACKAGE/CONCEPT-TEACHER/EXAMPLE.html`
  - Finished reference example. Use it to preserve tone, structure, diagrams, and HTML conventions.

- `tool-package/CONCEPT-TEACHER-TOOL-PACKAGE/INSTALL.md`
  - Original installation notes for adding the tool to an agent/tools directory.

- `current-public-assets/`
  - Assets currently hosted under `/workspace/concept-teacher/`.
  - These are referenced by generated pages:
    - `styles.css`
    - `script.js`
    - `featured-image.png`
    - `favicon.svg`

- `CONCEPT-TEACHER-TOOL-PACKAGE-2.zip`
  - Original package archive preserved as found in `/workspace/downloads/`.

## What To Migrate

To migrate the agent behavior, move the `CONCEPT-TEACHER/` folder from:

`tool-package/CONCEPT-TEACHER-TOOL-PACKAGE/CONCEPT-TEACHER/`

into the destination agent's tools folder, then register its `README.md` as the tool instructions.

To preserve page rendering, also host `current-public-assets/` at the same public path expected by the HTML files, or update the URLs inside `TEMPLATE.html` and generated pages.
