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
1d237fc3be
feat: Update skill-creator and transcript-fixer
...
skill-creator v1.2.0 → v1.2.1:
- Add critical warning about not editing skills in cache directory
- Cache location (~/.claude/plugins/cache/) is read-only
- Changes there are lost on cache refresh
transcript-fixer v1.0.0 → v1.1.0:
- Add Chinese/Japanese/Korean domain name support (火星加速器, 具身智能)
- Add [CLAUDE_FALLBACK] signal for Claude Code to take over when GLM unavailable
- Add Prerequisites section requiring uv for Python execution
- Add Critical Workflow section for dictionary iteration
- Add AI Fallback Strategy and Database Operations sections
- Add Stages table (Dictionary → AI → Full pipeline)
- Add ensure_deps.py script for shared virtual environment
- Add database_schema.md and iteration_workflow.md references
- Update domain validation from whitelist to pattern matching
- Update tests for Chinese domains and security bypass attempts
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-11 13:04:27 +08:00
daymade
bd0aa12004
Release v1.8.0: Add transcript-fixer skill
...
## New Skill: transcript-fixer v1.0.0
Correct speech-to-text (ASR/STT) transcription errors through dictionary-based rules and AI-powered corrections with automatic pattern learning.
**Features:**
- Two-stage correction pipeline (dictionary + AI)
- Automatic pattern detection and learning
- Domain-specific dictionaries (general, embodied_ai, finance, medical)
- SQLite-based correction repository
- Team collaboration with import/export
- GLM API integration for AI corrections
- Cost optimization through dictionary promotion
**Use cases:**
- Correcting meeting notes, lecture recordings, or interview transcripts
- Fixing Chinese/English homophone errors and technical terminology
- Building domain-specific correction dictionaries
- Improving transcript accuracy through iterative learning
**Documentation:**
- Complete workflow guides in references/
- SQL query templates
- Troubleshooting guide
- Team collaboration patterns
- API setup instructions
**Marketplace updates:**
- Updated marketplace to v1.8.0
- Added transcript-fixer plugin (category: productivity)
- Updated README.md with skill description and use cases
- Updated CLAUDE.md with skill listing and counts
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-28 13:16:37 +08:00