mirror of
https://github.com/daymade/claude-code-skills.git
synced 2026-09-14 16:15:21 +08:00
8407dc4c5d
Release 1.41.0 adding ima-copilot, a wrapper-layer skill around the official Tencent IMA skill (ima.qq.com). Installs upstream ima-skill to Claude Code / Codex / OpenClaw via vercel-labs/skills in its default symlink mode, guides API key setup, detects and repairs known upstream issues under explicit user consent, and implements a personalized fan-out search strategy with priority knowledge base boosting and silent 100-result truncation detection. Wrapper contract — never vendor upstream files, every repair is a runtime instruction executed with user consent, so upstream upgrades never collide with local fixes. Ships only detection + repair instructions, not patched files, so the skill can stay decoupled from upstream's release cadence. Bundled: install_ima_skill.sh (staged download + npx skills add), diagnose.sh (read-only health check with realpath-based dedup across symlinked agents), search_fanout.py (parallel cross-KB search with priority/skip lists), and four reference documents covering installation, credentials, known issues, and search best practices. Dogfood-driven fixes landed alongside initial scaffolding: - install_ima_skill.sh now targets the root SKILL.md instead of the first match, avoiding accidental selection of a submodule path - known_issues.md repair commands use `command cp/mv` to bypass any user shell aliases that would otherwise hang on "overwrite?" prompts - diagnose.sh recognizes Strategy-A-applied state (MODULE.md rename) as OK instead of treating the missing SKILL.md as a warning - diagnose.sh groups agents by realpath so symlinked installs report each underlying issue exactly once Release chores: marketplace.json version 1.40.1 → 1.41.0, skill count 43 → 44, new plugin entry, CHANGELOG, README (EN + zh-CN), and repo CLAUDE.md updated per the release guide. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>