|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project are documented in this file. |
| 4 | + |
| 5 | +## [Unreleased] |
| 6 | + |
| 7 | +### Added |
| 8 | +- Documentation improvements with LICENSE.md, CONTRIBUTING.md, and CHANGELOG.md |
| 9 | +- Skill connections guide explaining how skills work together |
| 10 | + |
| 11 | +## [2026-01-18] - Compound Writing Plugin |
| 12 | + |
| 13 | +### Added |
| 14 | +- **compound-writing plugin** — Complete writing system with: |
| 15 | + - 6 specialized agents (clarity-editor, fact-checker, publishing-optimizer, researcher, structure-architect, voice-guardian) |
| 16 | + - 4 workflow commands (plan, draft, review, compound) |
| 17 | + - 5 writing skills (dhh-writing, every-style-editor, pragmatic-writing, voice-capture, writing-orchestration) |
| 18 | + - Pattern capture system for learning from successful writing |
| 19 | + |
| 20 | +## [2026-01-15] - Toolkit Restructure |
| 21 | + |
| 22 | +### Changed |
| 23 | +- **Major restructure** — Rebranded from "Claude Skills" to "Claude Code Toolkit" |
| 24 | +- Reorganized all skills into `skills/` directory |
| 25 | +- Created `hooks/` directory for event handlers |
| 26 | +- Created `templates/` directory for configuration templates |
| 27 | + |
| 28 | +### Added |
| 29 | +- **handoff skill** — Session continuity documents for context preservation |
| 30 | +- **Templates collection** — HUMAN.md, CLAUDE.md guides, compaction strategy, prompt guides |
| 31 | +- Expanded template documentation |
| 32 | + |
| 33 | +## [2026-01-10] - Code Documenter |
| 34 | + |
| 35 | +### Added |
| 36 | +- **code-documenter skill** — Intelligent documentation generation with: |
| 37 | + - Multi-agent analysis |
| 38 | + - Documentation health scoring |
| 39 | + - Architecture Decision Records (ADRs) |
| 40 | + - Quality gates throughout generation |
| 41 | + |
| 42 | +## [2026-01-03] - Documentation Site |
| 43 | + |
| 44 | +### Added |
| 45 | +- **MkDocs documentation site** with Material theme |
| 46 | +- GitHub Pages deployment via GitHub Actions |
| 47 | +- Developer guide, concept documentation, skill catalog |
| 48 | +- Getting started tutorials |
| 49 | + |
| 50 | +### Changed |
| 51 | +- Restored build.py packaging system |
| 52 | +- Switched to uv package manager |
| 53 | + |
| 54 | +## [2025-12-31] - Writing Skills |
| 55 | + |
| 56 | +### Added |
| 57 | +- **ebook-factory** — Focused ebook creation pipeline |
| 58 | +- **non-fiction-book-factory** — Full pipeline from idea to chapter architecture |
| 59 | +- **writing** — Voice capture and ghost writing |
| 60 | +- **skill-creator** — Tool for creating new skills |
| 61 | + |
| 62 | +### Changed |
| 63 | +- Integrated multiple writing-focused PRs (#1, #2, #3) |
| 64 | + |
| 65 | +## [2025-12-29] - Initial Release |
| 66 | + |
| 67 | +### Added |
| 68 | +- **brainstorm skill** — Multi-session ideation partner with 25+ brainstorming methods |
| 69 | +- Basic project structure |
| 70 | +- Initial build system for skill packaging |
0 commit comments