You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"name": "costiash"
5
5
},
6
6
"metadata": {
7
-
"description": "Always up-to-date Claude documentation at your fingertips— 574+ docs covering Claude Code CLI, API, Agent SDK, and more"
7
+
"description": "Always up-to-date Claude documentation at your fingertips. Content search, fuzzy matching, and auto-discovery — 574+ docs covering Claude Code CLI, API, Agent SDK, and more."
-`references/design-system.md` — Complete CSS design tokens for the Obsidian & Amber theme
15
+
-`references/interactive-elements.md` — 18 interactive element patterns including Protocol Conversations, code translations, quizzes, data flow animations, glossary tooltips
16
+
-`examples/course-from-docs.md` — Worked example for hooks course generation
17
+
- Courses saved to `~/.claude-code-docs/courses/<topic-slug>.html`
18
+
-**`claude-docs-changelog/` report skill**: Generates HTML changelog reports of recent documentation changes
19
+
- Discovers changes via git history, categorizes by doc type, summarizes key updates
20
+
- Each entry includes a "Create Course" button that copies `/docs --course <topic>` to clipboard
21
+
- Obsidian & Amber themed to match courses
22
+
-`examples/changelog-report.md` — Worked example
23
+
-**Post-response course prompt**: After every docs response, an emphasized prompt invites users to generate an interactive course on the topic
24
+
-**`/docs --course <topic>`** route: Direct course generation via the `/docs` command
25
+
-**`/docs --report`** route: Generate HTML changelog with configurable timeframe (default: 7 days)
26
+
27
+
### Changed
28
+
-**`/docs` command** expanded: Now routes to 4 skills (search, validate, course, changelog) + inline git log
29
+
-**README.md**: Added "Interactive Courses" and "Changelog Reports" sections with usage examples
30
+
-**CLAUDE.md**: Updated plugin structure, routing table, and key files for new skills
31
+
-**CONTRIBUTING.md**: Updated for 4-skill architecture
32
+
-**`.gitignore`**: Added `codebase-to-course-main/` and generated HTML exclusions
33
+
34
+
## [1.0.0] - 2026-03-28
35
+
36
+
### Breaking Changes
37
+
-**Plugin is now the primary (and only recommended) install path** — `install.sh` is now a migration wrapper that guides users to plugin install
38
+
-**Legacy helper scripts no longer user-facing** — `claude-docs-helper.sh` and the Python lookup module are now CI-only; plugin skills handle all user-facing search
0 commit comments