Commit Graph

10 Commits

Author SHA1 Message Date
daymade
b37cd26c3a docs: Update README for v1.5.0 with ppt-creator
Documentation updates:
- Add ppt-creator as 11th skill in marketplace
- Update badges: skills 11→12, version 1.4.0→1.5.0
- Add comprehensive ppt-creator feature description
- Include live demo GIF generated with cli-demo-generator
- Add "Presentations & Business Communication" use case
- Add ppt-creator documentation references (WORKFLOW.md, ORCHESTRATION_OVERVIEW.md)
- Add requirements: pandas/matplotlib, Marp CLI

Demo generation:
- Created demos/ppt-creator/create-presentation.gif (141.7 KB)
- Showcases: content creation → data synthesis → charts → dual-path PPTX
- Generated using cli-demo-generator skill

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-26 08:45:25 +08:00
daymade
afe8f7fb07 docs: Update documentation for v1.4.0 release
- Update CHANGELOG.md with v1.4.0 release notes
  - Document cloudflare-troubleshooting and ui-designer skills
  - Move unreleased items to v1.4.0 section
  - Add comparison links for v1.3.0 and v1.4.0

- Update CLAUDE.md
  - Change skill count from 8 to 11
  - Add cli-demo-generator, cloudflare-troubleshooting, ui-designer to skills list
  - Update marketplace configuration description

- Update README.md version badge from 1.2.0 to 1.4.0

- Update README.zh-CN.md version badge from 1.2.0 to 1.4.0

All documentation now reflects the complete 11-skill marketplace.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-25 15:38:08 +08:00
daymade
a88c108804 Update README files for cloudflare-troubleshooting and ui-designer skills
- Update skill count from 8 to 11 in both English and Chinese READMEs
- Add cloudflare-troubleshooting skill entry with description and features
- Add ui-designer skill entry with description and features
- Add quick links for both new skills in documentation section
- Update FAQ to reflect 10 end-user skills (plus skill-creator)
- Create demo directories for both new skills

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-25 15:07:42 +08:00
daymade
fcc9087170 Add CLI demo for cli-demo-generator skill
- Created demos/cli-demo-generator/ directory with animated GIF demo
- Generated demo using auto_generate_demo.py showing basic usage
- Updated README.md to include live demo section for cli-demo-generator
- Demo showcases the skill's ability to create animated CLI demos

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 19:50:01 +08:00
daymade
8c8d19013f Add cli-demo-generator skill (9th skill)
- Created comprehensive CLI demo generation skill with VHS automation
- Three approaches: automated, batch, and interactive recording
- Smart timing based on command complexity
- Complete documentation with VHS syntax reference and best practices
- Templates and examples for quick start
- Updated marketplace.json to v1.3.0
- Updated README.md and README.zh-CN.md with new skill
- Added to CHANGELOG.md

Skill features:
- auto_generate_demo.py: Automated generation from command lists
- batch_generate.py: Batch processing with YAML/JSON configs
- record_interactive.sh: Interactive recording with asciinema
- VHS tape file templates and examples
- 346-line SKILL.md following Anthropic best practices
- Grade A- in best practices review

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 19:38:58 +08:00
daymade
ebb9336452 Fix skill-creator usage instructions: Use natural conversation, not script paths
The previous instructions showed incorrect direct script paths like:
  skill-creator/scripts/init_skill.py <skill-name> --path <output-dir>

These paths don't work after marketplace installation because:
1. Users install via: /plugin marketplace install daymade/claude-code-skills#skill-creator
2. Skills are installed to ~/.claude/skills/, not the user's current directory
3. skill-creator is a SKILL that guides Claude Code, not a standalone CLI tool

Correct usage:
After installing skill-creator, users simply ask Claude Code in natural language:
  "Create a new skill called my-awesome-skill in ~/my-skills"
  "Validate my skill at ~/my-skills/my-awesome-skill"
  "Package my skill at ~/my-skills/my-awesome-skill"

Claude Code, with skill-creator loaded, knows how to execute the bundled scripts
and guide users through the entire skill creation process.

Fixed in:
- README.md (English)
- README.zh-CN.md (Chinese)
- scripts/install.sh (bash)
- scripts/install.ps1 (PowerShell)
2025-10-24 18:38:36 +08:00
daymade
a5c578bb14 Clean up README: Remove Chinese text, keep English only
- Removed Chinese paragraphs from Chinese User Guide section
- Kept only English with CC-Switch recommendation
- Updated anchor link from #-中文用户指南--chinese-user-guide to #-chinese-user-guide
- Chinese content now only in README.zh-CN.md
- Language switcher badges remain at top for easy navigation

Main README is now English-only as intended.
2025-10-24 18:33:31 +08:00
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
daymade
0d904cddfb Update README to reflect v1.2.0 marketplace structure
Changes:
- Updated skill count: 6 → 8 skills
- Updated version badge: 1.0.0 → 1.2.0
- Replaced bundle installation with individual skill installation
- Added installation examples for all 8 skills
- Added documentation for new skills (skill-creator, llm-icon-finder)
- Updated use cases to include skill development
- Added quick links for new skills
- Updated last modified date and version footer

Individual installation:
Users can now install only the skills they need:
/plugin marketplace install daymade/claude-code-skills#<skill-name>

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 23:50:48 +08:00
daymade
94b40e0833 Initial release: Professional Claude Code Skills Marketplace
8 production-ready skills for enhanced Claude Code workflows:

1. github-ops - Comprehensive GitHub operations via gh CLI and API
   - PR/issue management, workflow automation, API interactions

2. markdown-tools - Document conversion to markdown
   - PDF/Word/PowerPoint/Confluence → Markdown with WSL support

3. mermaid-tools - Mermaid diagram generation
   - Extract and render diagrams from markdown to PNG/SVG

4. statusline-generator - Claude Code statusline customization
   - Multi-line layouts, cost tracking, git status, colors

5. teams-channel-post-writer - Microsoft Teams communication
   - Adaptive Cards, formatted announcements, corporate standards

6. repomix-unmixer - Repomix file extraction
   - Extract from XML/Markdown/JSON formats with auto-detection

7. skill-creator - Skill development toolkit
   - Init, validation, packaging scripts with privacy best practices

8. llm-icon-finder - AI/LLM brand icon finder
   - 100+ AI model icons in SVG/PNG/WEBP formats

Features:
- Individual skill installation (install only what you need)
- Progressive disclosure design (optimized context usage)
- Privacy-safe examples (no personal/company information)
- Comprehensive documentation with references
- Production-tested workflows

Installation:
/plugin marketplace add daymade/claude-code-skills
/plugin marketplace install daymade/claude-code-skills#<skill-name>

Version: 1.2.0
License: See individual skill licenses

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 23:42:29 +08:00