New skill: douban-skill
- Full export of Douban (豆瓣) book/movie/music/game collections via Frodo API
- RSS incremental sync for daily updates
- Python stdlib only, zero dependencies, cross-platform (macOS/Windows/Linux)
- Documented 7 failed approaches (PoW anti-scraping) and why Frodo API is the only working solution
- Pre-flight user validation, KeyboardInterrupt handling, pagination bug fix
skill-creator enhancements:
- Add development methodology reference (8-phase process with prior art research,
counter review, and real failure case studies)
- Sync upstream changes: improve_description.py now uses `claude -p` instead of
Anthropic SDK (no ANTHROPIC_API_KEY needed), remove stale "extended thinking" ref
- Add "Updating an existing skill" guidance to Claude.ai and Cowork sections
- Restore test case heuristic guidance for objective vs subjective skills
README updates:
- Document fork advantages vs upstream with quality comparison table (65 vs 42)
- Bilingual (EN + ZH-CN) with consistent content
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace \"深度推理(上海)科技有限公司\" with \"字节跳动子公司\"
as the case study example to avoid exposing user's own company info.
Also update .gitignore to exclude:
- deep-research-output/ (contains sensitive research data)
- recovered_deep_research/
- .opencli/
- douban-skill/ (work-in-progress)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add skill to fix broken line wrapping in Claude Code exported .txt files.
Reconstructs tables, paragraphs, paths, and tool calls that were hard-wrapped
at fixed column widths.
Features:
- State-machine parser with next-line look-ahead
- Handles 10 content types (user prompts, Claude responses, tables, tool calls, etc.)
- Pangu spacing for CJK/ASCII mixed text
- 53 automated validation checks
- Safety: never modifies original files, verifies marker counts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- seo-expert/ and video-creator/ excluded from public repo
- These commercial skills are now maintained in the private claude-code-skills-pro repository
This release adds two new professional skills to the marketplace:
1. cloudflare-troubleshooting - API-driven Cloudflare diagnostics
- Investigate SSL errors, DNS issues, redirect loops
- Systematic investigation using Cloudflare API
- Bundled scripts for config checking and SSL mode fixes
2. ui-designer - Design system extraction from UI mockups
- Extract color palettes, typography, spacing from screenshots
- Generate design system documentation
- Create implementation-ready UI design prompts
Changes:
- Updated marketplace.json to register 2 new skills (now 11 total)
- Bumped version from 1.3.0 to 1.4.0
- Enhanced .gitignore patterns for archives and build artifacts
- Updated metadata description to include new capabilities
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>