practice-author

Generate AsciiDoc practice lessons with query exercises and collapsible solutions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of optional practice lessons for workshops, reinforcing learned concepts with practical query exercises.

Core Features & Use Cases

  • Generate Practice Lessons: Creates self-contained practice modules with business questions and solutions.
  • Reinforce Learning: Provides targeted query practice to solidify understanding of graph database concepts.
  • Use Case: After teaching a module on relationship traversal, use this Skill to generate a practice lesson with 3-5 exercises that challenge learners to traverse different relationship types and answer specific business questions.

Quick Start

Use the practice-author skill to write an optional practice lesson based on the WORKSHOP-PLAN.md and existing lesson content.

Frequently Asked Questions about practice-author

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

FAQPage Schema
How do I generate practice exercises for educational workshop content?

You generate practice exercises by using an automation skill that reads existing workshop plans and lesson content to output self-contained AsciiDoc modules with progressive difficulty queries and collapsible solutions.

What is the best way to structure Cypher query exercises in AsciiDoc?

The best way to structure Cypher query exercises in AsciiDoc is to generate self-contained practice modules featuring business questions, progressive difficulty challenges, and collapsible solution sections for learning reinforcement.

Can I automatically create lessons with collapsible solutions from a workshop plan?

Yes, you can automatically create lessons with collapsible solutions by processing an existing workshop plan to generate formatted AsciiDoc practice modules that reinforce graph database concepts.

Does the generated practice lesson content connect to upcoming workshop concepts?

Yes, the generated practice lesson content includes summaries that explicitly connect the completed query exercises to upcoming concepts, ensuring a cohesive educational flow throughout the workshop.

How many query exercises should a generated practice lesson include?

A generated practice lesson typically includes three to five query exercises that challenge learners to answer specific business questions and solidify their understanding of graph database concepts.