Skip to main content

import-template

Imports a custom document template (план урока, отчёт, КТП, тест) so other skills use it as the preferred output format for that document type. User-invocable only via /import-template.

Jump to install

Source facts

Repository
knottasoft/teacher-assistant
Last source activity
April 27, 2026 at 22:14
Detected SKILL.md language
Russian
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
import-template
description
Imports a custom document template (план урока, отчёт, КТП, тест) so other skills use it as the preferred output format for that document type. User-invocable only via /import-template.
argument-hint
[путь к шаблону] [тип: план|тест|ктп|отчёт]
allowed-tools
Read, Write, mcp__plugin_teacher-assistant_teacher__import_template
disable-model-invocation
true
# Импорт шаблона Импортируй шаблон: - **Файл:** $ARGUMENTS[0] - **Тип документа:** $ARGUMENTS[1] ## Инструкции 1. Прочитай файл шаблона 2. Если тип не указан — определи автоматически или спроси 3. Используй инструмент `import_template` с параметрами: - `template_path` — путь к файлу - `doc_type` — тип: lesson-plan / test / thematic-plan / report / assignment / lab-work 4. Покажи пользователю распознанную структуру шаблона 5. Подтверди: «Шаблон сохранён. Он будет использоваться при генерации документов типа [тип].» ## Поддерживаемые форматы - Markdown (.md) — предпочтительно - Текстовый файл (.txt) ## Типы шаблонов - `lesson-plan` — план урока - `test` — тест/контрольная - `thematic-plan` — КТП - `report` — отчёт - `assignment` — задание (дз/классная) - `lab-work` — лабораторная работа
View on GitHub