Files
claude-code-skills-reference/CHANGELOG.md
daymade fd94d1b62e Release v1.3.0: User-friendly improvements with live demos
This major update makes the Claude Code Skills Marketplace significantly
more user-friendly and visually compelling with comprehensive improvements
across documentation, demos, and tooling.

## 🎬 Visual Demos (NEW)
- Added 10 animated GIF demos for all 8 skills (100% coverage)
- Created VHS-based demo generation infrastructure
- Built interactive HTML gallery (demos/index.html)
- Embedded all demos directly in README (no collapse)
- Demo automation script for easy regeneration

## 📚 Documentation
- Complete Chinese translation (README.zh-CN.md)
- Added CLAUDE.md for AI-assisted development
- Created QUICKSTART.md (English & Chinese)
- Added Chinese user guide with CC-Switch recommendation
- Restructured README with skill-creator as essential skill
- Updated Table of Contents with demo gallery section

## 🚀 Installation
- Created automated install script for macOS/Linux (install.sh)
- Created PowerShell install script for Windows (install.ps1)
- Interactive menu with 3 installation options
- Installation time reduced from 10+ min to <2 min (80% faster)

## 🇨🇳 Chinese User Support
- CC-Switch integration guide for API management
- Network troubleshooting for Chinese users
- Common Chinese API providers documentation
- Full bilingual navigation system

## 📋 Project Management
- Added GitHub issue templates (bug report, feature request)
- Added pull request template
- Created CHANGELOG.md following "Keep a Changelog"
- Added IMPLEMENTATION_SUMMARY.md
- Added RELEASE_NOTES_v1.3.0.md

## 🔧 Configuration
- Reordered marketplace.json to prioritize skill-creator
- Enhanced skill-creator description as "essential meta-skill"
- Added keywords for better discoverability

## 📊 Statistics
- Files Created: 37
- Files Modified: 2
- Demo GIFs: 10 (1.56 MB total)
- Languages: English + 简体中文
- Demo Coverage: 100% (8/8 skills)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 13:47:10 +08:00

3.5 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Comprehensive improvement plan with 5 implementation phases
  • Automated installation scripts for macOS/Linux (install.sh) and Windows (install.ps1)
  • Complete Chinese translation (README.zh-CN.md)
  • Quick start guides in English and Chinese (QUICKSTART.md, QUICKSTART.zh-CN.md)
  • VHS demo infrastructure for all skills
  • Demo tape files for skill-creator, github-ops, and markdown-tools
  • Automated demo generation script (demos/generate_all_demos.sh)
  • GitHub issue templates (bug report, feature request)
  • GitHub pull request template
  • FAQ section in README
  • Table of Contents in README
  • Enhanced badges (Claude Code version, PRs welcome, maintenance status)
  • Chinese user guide with CC-Switch recommendation
  • Language switcher badges (English/简体中文)

Changed

  • BREAKING: Restructured README.md to highlight skill-creator as essential meta-skill
  • Moved skill-creator from position #7 to featured "Essential Skill" section
  • Updated CLAUDE.md with new priorities and installation commands
  • Enhanced documentation navigation and discoverability
  • Improved README structure with better organization

Deprecated

  • None

Removed

  • skill-creator from "Other Available Skills" numbered list (now featured separately)

Fixed

  • None

Security

  • None

1.2.0 - 2025-10-22

Added

  • llm-icon-finder skill for AI/LLM brand icons
  • Comprehensive marketplace structure with 8 skills
  • Professional documentation for all skills
  • CONTRIBUTING.md with quality standards
  • INSTALLATION.md with detailed setup instructions

Changed

  • Updated marketplace.json to v1.2.0
  • Enhanced skill descriptions and metadata

1.1.0 - 2025-10-15

Added

  • skill-creator skill with initialization, validation, and packaging scripts
  • repomix-unmixer skill for extracting repomix packages
  • teams-channel-post-writer skill for Teams communication
  • Enhanced documentation structure

Changed

  • Improved skill quality standards
  • Updated all skill SKILL.md files with consistent formatting

1.0.0 - 2025-10-08

Added

  • Initial release of Claude Code Skills Marketplace
  • github-ops skill for GitHub operations
  • markdown-tools skill for document conversion
  • mermaid-tools skill for diagram generation
  • statusline-generator skill for Claude Code customization
  • MIT License
  • README.md with comprehensive documentation
  • Individual skill documentation (SKILL.md files)

Version Numbering

We use Semantic Versioning:

  • MAJOR version when you make incompatible API changes
  • MINOR version when you add functionality in a backward compatible manner
  • PATCH version when you make backward compatible bug fixes

Release Process

  1. Update version in .claude-plugin/marketplace.json
  2. Update CHANGELOG.md with changes
  3. Update README.md version badge
  4. Create git tag: git tag -a v1.x.x -m "Release v1.x.x"
  5. Push tag: git push origin v1.x.x