edu-dispatch-builder

Construct self-contained edu-content dispatch prompts from Excel outlines.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/glfruit/gorin-skills --skill edu-dispatch-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edu-dispatch-builder
Source: https://github.com/glfruit/gorin-skills/tree/main/openclaw/edu-dispatch-builder
Command: npx skills add https://github.com/glfruit/gorin-skills --skill edu-dispatch-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Phase 2 派发前:从 Excel 大纲的板块规格行构造完整的 edu-content 子代理派发指令。确保写手收到所有必要信息,不需要自己查找。不用于实际派发执行,只生成指令文本。

Core Features & Use Cases

  • 能从 Excel 大纲中提取板块规格并自动拼装派发指令文本
  • 提供教学设计约束、上下文和过渡信息的结构化模板,确保一致性
  • 在派发前输出可直接复制的指令文本,便于 edu-content 子代理执行

Quick Start

直接运行脚本生成一个板块的派发指令文本,保存或拷贝到手稿中。

Frequently Asked Questions about edu-dispatch-builder

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

FAQPage Schema
How do I generate self-contained dispatch prompts from an Excel outline?

Generating edu-content dispatch prompts involves reading Excel outline rows and teaching-design constraints to assemble a complete Markdown dispatch document. The output provides writers with all required context, ensuring no extra lookups are needed during content creation.

How do I ensure edu-content writers receive all required context without extra lookups?

Ensuring writers receive all required context involves reading Excel outlines, teaching-design.md constraints, and optional manuscript context to assemble a complete Markdown dispatch document. The generated text contains all necessary inputs, preventing manual lookups during content creation.

Do I need pandas to build educational content dispatch instructions?

Yes, you need pandas to build educational content dispatch instructions from Excel outlines. The pandas dependency is required to parse spreadsheet data and extract the block specifications necessary for assembling the complete Markdown dispatch document.

What is the best way to structure teaching design constraints for edu-content subagents?

The best way to structure teaching design constraints for edu-content subagents is providing a teaching-design.md file alongside an Excel outline. The system reads these files to generate structured dispatch text that ensures consistency and adheres to project governance.

Can I use this prompt generation process to execute actual task dispatching?

No, you cannot use this prompt generation process to execute actual task dispatching. It operates strictly during Phase 2 to generate copy-ready dispatch instruction text for the current module block, without executing the dispatch to edu-content subagents.