workshop-authoring-coordinator

Coordinate workshop lesson content creation by sequentially invoking specialized skills.

28|46|Updated Jul 14, 2022
One-click install
npx skills add https://github.com/neo4j-graphacademy/courses --skill workshop-authoring-coordinator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workshop-authoring-coordinator
Source: https://github.com/neo4j-graphacademy/courses/tree/main/.claude/skills/workshop-authoring-coordinator
Command: npx skills add https://github.com/neo4j-graphacademy/courses --skill workshop-authoring-coordinator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the complex, multi-step process of creating workshop lesson content by intelligently invoking specialized authoring skills for each lesson type.

Core Features & Use Cases

  • Sequential Skill Invocation: Orchestrates a series of specialized skills (e.g., lesson-author, challenge-author) in the correct order.
  • Automated Progress Tracking: Creates and updates an AUTHORING-PROGRESS.md file to monitor completion.
  • Context Management: Ensures each invoked skill has the necessary context from previous steps.
  • Use Case: When you have a WORKSHOP-PLAN.md and skeleton lesson files, this skill will automatically generate all the required content for each lesson type, ensuring consistency and adherence to the plan.

Quick Start

Use the workshop-authoring-coordinator skill to author my workshop content.

Frequently Asked Questions about workshop-authoring-coordinator

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

FAQPage Schema
How do I automate workshop lesson generation from a markdown plan?

The coordinator orchestrates workshop content creation by sequentially invoking specialized skills defined in the WORKSHOP-PLAN.md, managing progress through an AUTHORING-PROGRESS.md file, and passing context between steps for deterministic lesson generation.

How does skill orchestration maintain context between sequential authoring steps?

The coordinator passes context between sequentially invoked skills to ensure deterministic content generation, tracking overall progress via an AUTHORING-PROGRESS.md file to maintain consistency across theory, challenge, validation, practice, quiz, and overview lessons.

Do I need skeleton lesson files to start automated workshop content creation?

Yes, you need a WORKSHOP-PLAN.md and skeleton lesson files as prerequisites. The coordinator uses these inputs to sequentially invoke specialized skills and generate all required content for each lesson type, ensuring adherence to the plan.

What lesson types are supported when orchestrating workshop content?

Supported lesson types include theory, challenge, validation, practice, quiz, and overview. The coordinator sequentially invokes specialized skills for each type defined in the WORKSHOP-PLAN.md to generate the required content.

What is the best way to track progress during workshop authoring?

The coordinator automatically creates and updates an AUTHORING-PROGRESS.md file to monitor the completion of each sequentially invoked skill, providing a reliable way to track workshop authoring progress throughout the content generation process.