Skip to content

Tags: daymade/claude-code-skills

Tags

v1.60.1

Toggle v1.60.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: release v1.60.1

pdf-creator-v1.3.1

Toggle pdf-creator-v1.3.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix(pdf-creator): extend CJK coverage + handle pandoc-highlighted cod…

…e blocks

v1.3.0 incompletely fixed CJK code block rendering. Two gaps remained:

1. _CJK_RANGE only matched Chinese ideographs; Japanese Hiragana/Katakana
   and Korean Hangul were still garbled. Extended range to cover all CJK
   Unicode blocks.

2. Regex `<pre><code>` missed pandoc's syntax-highlighting wrapper
   `<pre class="sourceCode python"><code class="sourceCode python">`,
   so Python/JS/etc. code blocks with CJK comments were skipped.
   Relaxed to `<pre[^>]*><code[^>]*>` and strip <span> highlight
   wrappers inside converted CJK blocks.

Adds scripts/tests/test_cjk_code_blocks.py regression test (6 scenarios)
and fixes README.md quickstart/requirements which still referenced the
obsolete `markdown` Python package (script uses pandoc via subprocess).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

pdf-creator-v1.3.0

Toggle pdf-creator-v1.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix(pdf-creator): resolve CJK text garbled in weasyprint code blocks

weasyprint renders <pre> blocks with monospace fonts that lack CJK glyphs,
causing Chinese/Japanese/Korean characters to display as garbled text.

Fix: add _fix_cjk_code_blocks() preprocessor that detects CJK in <pre><code>
and converts to <div class="cjk-code-block"> with inherited body font.
Pure-ASCII code blocks are left untouched.

Also adds code/pre/pre-code CSS rules to both themes (default + warm-terra)
that were previously missing entirely.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v1.37.0

Toggle v1.37.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
release: prepare v1.37.0 with excel-automation and capture-screen

v1.33.0

Toggle v1.33.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
⬆️ feat: upgrade tunnel-doctor to v1.1.0 with SSH tunnel SOP and Make…

…file patterns

Add remote development SOP: proxy-safe Makefile patterns (--noproxy localhost),
SSH tunnel targets (tunnel/tunnel-bg with autossh), multi-port tunnels, and
end-to-end workflow with pre-flight checklist. Add diagnostic steps 2D (auth
redirect via SSH forwarding) and 2E (localhost proxy interception). Fix step
ordering, third-person description, and replace hardcoded IPs with placeholders.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v1.32.1

Toggle v1.32.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: strengthen claude-md-progressive-disclosurer anti-deletion safe…

…guards (v1.2.0)

- Add "move as-is, no compression" iron rule to prevent info loss during Level 2 migration
- Add anti-patterns 6 (compression during move) and 7 (disguising loss as "intentional deletion")
- Enhance Step 5 verification with 3 sub-checks: file existence, content completeness, no line counting
- Ban `wc -l` and line count mentions throughout the workflow
- Add real-world case studies 8 and 9 to principles reference
- Bump skill version to 1.2.0, marketplace to 1.32.1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v1.30.0

Toggle v1.30.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release v1.30.0: Add competitors-analysis skill

- Add competitors-analysis skill for evidence-based competitor tracking
  - Pre-analysis checklist to ensure repositories are cloned locally
  - Forbidden patterns to prevent assumptions and speculation
  - Required patterns for source citation (file:line_number format)
  - Tech stack analysis guides for Node.js, Python, Rust
  - Bundled references: profile_template.md, analysis_checklist.md
  - Management script: update-competitors.sh
- Update marketplace version from 1.29.0 to 1.30.0
- Update skills count from 34 to 35
- Update README.md and README.zh-CN.md (badges, skill section, use case)
- Update CLAUDE.md (skill count, available skills list)
- Update marketplace.json (metadata + new plugin entry)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v1.29.0

Toggle v1.29.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release v1.29.0: Enhance skill-creator with comprehensive YAML frontm…

…atter documentation

- Bump skill-creator from v1.3.0 to v1.4.0
- Add complete YAML frontmatter reference table with all available fields
- Document `context: fork` for subagent-accessible skills (PR #6 by @costa-marcello)
- Add invocation control comparison table
- Document $ARGUMENTS placeholder with usage examples
- Add allowed-tools wildcard syntax examples
- Add hooks field inline example
- Update init_skill.py template with all optional fields

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v1.28.0

Toggle v1.28.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release v1.28.0: Enhance meeting-minutes-taker with speaker identific…

…ation

Add speaker identification and pre-processing pipeline:
- Speaker identification via feature analysis (word count, segment count,
  filler ratio, speaking style) with context.md team directory mapping
- New context_file_template.md for team directory configuration
- Intelligent file naming pattern: YYYY-MM-DD-<topic>-<type>.md
- Pre-processing pipeline with markdown-tools and transcript-fixer
- Transcript quality assessment workflow

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v1.27.0

Toggle v1.27.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release v1.27.0: Enhance markdown-tools with Heavy Mode

Add multi-tool orchestration for best-quality document conversion:
- Dual mode: Quick (fast) and Heavy (best quality, multi-tool merge)
- New convert.py - main orchestrator with tool selection matrix
- New merge_outputs.py - segment-level multi-tool output merger
- New validate_output.py - quality validation with HTML reports
- Enhanced extract_pdf_images.py - metadata (page, position, dimensions)
- PyMuPDF4LLM integration for LLM-optimized PDF conversion
- pandoc integration for DOCX/PPTX structure preservation
- Quality metrics: text/table/image retention with pass/warn/fail
- New references: heavy-mode-guide.md, tool-comparison.md

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>