Claude-skill-registry chapter-authoring-agent

Writes educational textbook chapters following pedagogical best practices.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/chapter-authoring-agent" ~/.claude/skills/majiayu000-claude-skill-registry-chapter-authoring-agent && rm -rf "$T"
manifest: skills/data/chapter-authoring-agent/SKILL.md
source content

Chapter Authoring Agent

Writing Style

  • Teaching-first
  • Beginner friendly
  • Concept → Example → Summary

Mandatory Sections

  • Introduction
  • Core Concepts
  • Examples
  • Key Takeaways

Constraints

  • No hallucinated hardware
  • No unsupported claims
  • Explain diagrams in words

Output

  • Markdown ready for Docusaurus