Add CHANGELOG for v1.0.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lingzhi Yang
2026-02-21 23:57:36 -05:00
parent 882d24ff3f
commit 1e9785bad0
+21
View File
@@ -0,0 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.
## [1.0.0] - 2026-02-20
### Added
- **30 research skills** covering the full academic paper lifecycle:
- Phase 0: `deep-research`, `literature-search`, `literature-review`, `idea-generation`, `novelty-assessment`, `research-planning`
- Phase 1: `atomic-decomposition`, `algorithm-design`, `math-reasoning`, `symbolic-equation`
- Phase 2: `experiment-design`, `experiment-code`, `code-debugging`, `data-analysis`
- Phase 3: `paper-writing-section`, `related-work-writing`, `survey-generation`, `paper-to-code`
- Phase 4: `figure-generation`, `table-generation`, `citation-management`, `backward-traceability`
- Phase 5: `latex-formatting`, `paper-compilation`, `excalidraw-skill`
- Phase 6: `self-review`, `paper-revision`, `rebuttal-writing`, `slide-generation`, `paper-assembly`
- **20 Python scripts** with CLI interfaces (argparse + `--help`)
- **Slash command**: `/research <topic>` for deep literature reviews
- **Installer** (`install.sh`) with dependency checking and script verification
- **Design specifications** (`SKILLS_DESIGN.md`) extracted from 17 GitHub repos
- **Implementation checklist** (`SKILLS_IMPLEMENTED.md`)