Skip to content

v1.1.0 — Interactive Courses & Changelog Reports

Latest

Choose a tag to compare

@costiash costiash released this 28 Mar 21:49
4bdd2b0

What's New

This release transforms claude-code-docs into a 4-skill plugin architecture with two major new features:

Interactive Course Generator (/docs --course <topic>)

Turn any Claude documentation topic into a stunning, self-contained HTML course:

  • 4-7 scroll-based modules with progressive learning arc
  • Protocol Conversations — animated chat visualizations showing how Client, API, Claude, and tools exchange messages
  • Code ↔ English translations — real API examples with line-by-line plain English
  • Quizzes that test practical application, not memorization
  • Glossary tooltips on every Claude-specific term
  • Obsidian & Amber theme — dark atmospheric design with Instrument Serif typography, warm amber accents, grain textures, and glass effects

Courses save to ~/.claude-code-docs/courses/ for easy sharing.

Changelog Report Generator (/docs --report)

Generate visual HTML reports of recent documentation changes:

  • Discovers changes via git history, grouped by category (CLI, SDK, API, Platform)
  • Stats bar, key highlights, and detailed cards for each change
  • "Create Course" button on every card — copies /docs --course <topic> to clipboard
  • Configurable timeframe: --report 24h, --report 30d

Also in this release (v1.0.0 baseline)

  • claude-docs search skill — 4-tier search strategy (direct → scoped → content → fuzzy) with shell scripts
  • claude-docs-validate skill — HTTP reachability checks
  • /docs command rewritten as lean skill router
  • Plugin-first architecture — zero Python dependencies for users
  • 589 documentation files updated every 3 hours

Install / Upgrade

/plugin marketplace add costiash/claude-code-docs
/plugin install claude-docs@claude-code-docs

If already installed, restart Claude Code to pick up the new skills.

Acknowledgments