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.

Ir a la instalación

Datos de origen

Repositorio
knottasoft/teacher-assistant
Última actividad en el origen
27 de abril de 2026 a las 22:14
Idioma detectado de SKILL.md
ruso
Estrellas
0
Forks
0

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
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` — лабораторная работа
Ver en GitHub