diff --git a/CHANGELOG.md b/CHANGELOG.md index e680a93..01b7761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- None + +### Changed +- None + +### Deprecated +- None + +### Removed +- None + +### Fixed +- None + +### Security +- None + +## [1.4.0] - 2025-10-25 + +### Added +- **New Skill**: cloudflare-troubleshooting - API-driven Cloudflare diagnostics and troubleshooting + - Systematic investigation of SSL errors, DNS issues, and redirect loops + - Direct Cloudflare API integration for evidence-based troubleshooting + - Bundled Python scripts: `check_cloudflare_config.py` and `fix_ssl_mode.py` + - Comprehensive reference documentation (SSL modes, API overview, common issues) +- **New Skill**: ui-designer - Design system extraction from UI mockups and screenshots + - Automated design system extraction (colors, typography, spacing) + - Design system documentation generation + - PRD and implementation prompt creation + - Bundled templates: design-system.md, vibe-design-template.md, app-overview-generator.md +- Enhanced `.gitignore` patterns for archives, build artifacts, and documentation files + +### Changed +- Updated marketplace.json from 9 to 11 skills +- Updated marketplace version from 1.3.0 to 1.4.0 +- Enhanced marketplace metadata description to include new capabilities +- Updated CLAUDE.md with complete 11-skill listing +- Updated README.md to reflect 11 available skills +- Updated README.zh-CN.md to reflect 11 available skills + +## [1.3.0] - 2025-10-23 + ### Added - **New Skill**: cli-demo-generator - Professional CLI demo generation with VHS automation - Automated demo generation from command lists @@ -35,18 +78,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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 @@ -102,7 +136,9 @@ We use [Semantic Versioning](https://semver.org/): 4. Create git tag: `git tag -a v1.x.x -m "Release v1.x.x"` 5. Push tag: `git push origin v1.x.x` -[Unreleased]: https://github.com/daymade/claude-code-skills/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/daymade/claude-code-skills/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/daymade/claude-code-skills/compare/v1.3.0...v1.4.0 +[1.3.0]: https://github.com/daymade/claude-code-skills/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/daymade/claude-code-skills/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/daymade/claude-code-skills/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/daymade/claude-code-skills/releases/tag/v1.0.0 diff --git a/CLAUDE.md b/CLAUDE.md index 0a89f56..a5f1f41 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Repository Overview -This is a Claude Code skills marketplace containing 8 production-ready skills organized in a plugin marketplace structure. Each skill is a self-contained package that extends Claude's capabilities with specialized knowledge, workflows, and bundled resources. +This is a Claude Code skills marketplace containing 11 production-ready skills organized in a plugin marketplace structure. Each skill is a self-contained package that extends Claude's capabilities with specialized knowledge, workflows, and bundled resources. **Essential Skill**: `skill-creator` is the most important skill in this marketplace - it's a meta-skill that enables users to create their own skills. Always recommend it first for users interested in extending Claude Code. @@ -118,7 +118,7 @@ Skills for public distribution must NOT contain: ## Marketplace Configuration The marketplace is configured in `.claude-plugin/marketplace.json`: -- Contains 8 plugins, each mapping to one skill +- Contains 11 plugins, each mapping to one skill - Each plugin has: name, description, version, category, keywords, skills array - Marketplace metadata: name, owner, version, homepage @@ -134,6 +134,9 @@ The marketplace is configured in `.claude-plugin/marketplace.json`: 6. **teams-channel-post-writer** - Teams communication templates 7. **repomix-unmixer** - Extract files from repomix packages 8. **llm-icon-finder** - AI/LLM brand icon access +9. **cli-demo-generator** - CLI demo and terminal recording with VHS +10. **cloudflare-troubleshooting** - API-driven Cloudflare diagnostics and debugging +11. **ui-designer** - Design system extraction from UI mockups **Recommendation**: Always suggest `skill-creator` first for users interested in creating skills or extending Claude Code. diff --git a/README.md b/README.md index 566bd4f..c54a485 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Skills](https://img.shields.io/badge/skills-11-blue.svg)](https://github.com/daymade/claude-code-skills) -[![Version](https://img.shields.io/badge/version-1.2.0-green.svg)](https://github.com/daymade/claude-code-skills) +[![Version](https://img.shields.io/badge/version-1.4.0-green.svg)](https://github.com/daymade/claude-code-skills) [![Claude Code](https://img.shields.io/badge/Claude%20Code-2.0.13+-purple.svg)](https://claude.com/code) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/daymade/claude-code-skills/graphs/commit-activity) diff --git a/README.zh-CN.md b/README.zh-CN.md index 8404d28..379142d 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -7,7 +7,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Skills](https://img.shields.io/badge/skills-11-blue.svg)](https://github.com/daymade/claude-code-skills) -[![Version](https://img.shields.io/badge/version-1.2.0-green.svg)](https://github.com/daymade/claude-code-skills) +[![Version](https://img.shields.io/badge/version-1.4.0-green.svg)](https://github.com/daymade/claude-code-skills) [![Claude Code](https://img.shields.io/badge/Claude%20Code-2.0.13+-purple.svg)](https://claude.com/code) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/daymade/claude-code-skills/graphs/commit-activity)