daymade
c49e23e7ef
release: v1.38.0 with continue-claude-work and skill-creator enhancements
...
## New Skill: continue-claude-work (v1.1.0)
- Recover actionable context from local `.claude` session artifacts
- Compact-boundary-aware extraction (reads Claude's own compaction summaries)
- Subagent workflow recovery (reports completed vs interrupted subagents)
- Session end reason detection (clean exit, interrupted, error cascade, abandoned)
- Size-adaptive strategy for small/large sessions
- Noise filtering (skips 37-53% of session lines)
- Self-session exclusion, stale index fallback, MEMORY.md integration
- Bundled Python script (no external dependencies)
- Security scan passed, argument-hint added
## Skill Updates
- **skill-creator** (v1.5.0): Complete rewrite with evaluation framework
- Added agents/ (analyzer, comparator, grader)
- Added eval-viewer/ (generate_review.py, viewer.html)
- Added scripts/ (run_eval, aggregate_benchmark, improve_description, run_loop)
- Added references/schemas.md (eval/benchmark schemas)
- Expanded SKILL.md with inline vs fork guidance, progressive disclosure patterns
- Enhanced package_skill.py and quick_validate.py
- **transcript-fixer** (v1.2.0): CLI improvements and test coverage
- Enhanced argument_parser.py and commands.py
- Added correction_service.py improvements
- Added test_correction_service.py
- **tunnel-doctor** (v1.4.0): Quick diagnostic script
- Added scripts/quick_diagnose.py
- Enhanced SKILL.md with 5-layer conflict model
- **pdf-creator** (v1.1.0): Auto DYLD_LIBRARY_PATH + rendering fixes
- Auto-detect and set DYLD_LIBRARY_PATH for weasyprint
- Fixed list rendering and CSS improvements
- **github-contributor** (v1.0.3): Enhanced project evaluation
- Added evidence-loop, redaction, and merge-ready PR guidance
## Documentation
- Updated marketplace.json (v1.38.0, 42 skills)
- Updated CHANGELOG.md with v1.38.0 entry
- Updated CLAUDE.md (skill count, marketplace version, #42 description)
- Updated README.md (badges, skill section #42 , use case, requirements)
- Updated README.zh-CN.md (badges, skill section #42 , use case, requirements)
- Fixed absolute paths in continue-claude-work/references/file_structure.md
## Validation
- All skills passed quick_validate.py
- continue-claude-work passed security_scan.py
- marketplace.json validated (valid JSON)
- Cross-checked version consistency across all docs
2026-03-07 14:54:33 +08:00
daymade
4e3a54175e
Release v1.18.0: Add iOS-APP-developer and promptfoo-evaluation skills
...
### Added
- **New Skill**: iOS-APP-developer v1.1.0 - iOS development with XcodeGen, SwiftUI, and SPM
- XcodeGen project.yml configuration
- SPM dependency resolution
- Device deployment and code signing
- Camera/AVFoundation debugging
- iOS version compatibility handling
- Library not loaded @rpath framework error fixes
- State machine testing patterns for @MainActor classes
- Bundled references: xcodegen-full.md, camera-avfoundation.md, swiftui-compatibility.md, testing-mainactor.md
- **New Skill**: promptfoo-evaluation v1.0.0 - LLM evaluation framework using Promptfoo
- Promptfoo configuration (promptfooconfig.yaml)
- Python custom assertions
- llm-rubric for LLM-as-judge evaluations
- Few-shot example management
- Model comparison and prompt testing
- Bundled reference: promptfoo_api.md
### Changed
- Updated marketplace version from 1.16.0 to 1.18.0
- Updated marketplace skills count from 23 to 25
- Updated skill-creator to v1.2.2:
- Fixed best practices documentation URL (platform.claude.com)
- Enhanced quick_validate.py to exclude file:// prefixed paths from validation
- Updated marketplace.json metadata description to include new skills
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2025-12-20 17:23:08 +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