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>
This commit is contained in:
56
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
56
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Report a bug or issue with a skill
|
||||
title: '[BUG] '
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Bug Description
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
## Affected Skill
|
||||
|
||||
Which skill is affected?
|
||||
|
||||
- [ ] skill-creator
|
||||
- [ ] github-ops
|
||||
- [ ] markdown-tools
|
||||
- [ ] mermaid-tools
|
||||
- [ ] statusline-generator
|
||||
- [ ] teams-channel-post-writer
|
||||
- [ ] repomix-unmixer
|
||||
- [ ] llm-icon-finder
|
||||
- [ ] Other (please specify):
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
1. Go to '...'
|
||||
2. Run command '....'
|
||||
3. See error
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
## Actual Behavior
|
||||
|
||||
What actually happened instead.
|
||||
|
||||
## Error Messages
|
||||
|
||||
```
|
||||
Paste any error messages or logs here
|
||||
```
|
||||
|
||||
## Environment
|
||||
|
||||
- **OS**: [e.g., macOS 14.0, Windows 11, Ubuntu 22.04]
|
||||
- **Claude Code Version**: [e.g., 2.0.13]
|
||||
- **Skill Version**: [e.g., 1.2.0]
|
||||
- **Python Version** (if applicable): [e.g., 3.9.0]
|
||||
|
||||
## Additional Context
|
||||
|
||||
Add any other context about the problem here (screenshots, related issues, attempted solutions, etc.)
|
||||
Reference in New Issue
Block a user