diff --git a/daymade-audio/asr-transcribe-to-text/SKILL.md b/daymade-audio/asr-transcribe-to-text/SKILL.md index 3f6964f5..da236678 100644 --- a/daymade-audio/asr-transcribe-to-text/SKILL.md +++ b/daymade-audio/asr-transcribe-to-text/SKILL.md @@ -1,7 +1,7 @@ --- name: asr-transcribe-to-text description: Transcribes audio and video files to text using Qwen3-ASR. Supports two modes — local MLX inference on macOS Apple Silicon (no API key, 15-27x realtime) and remote API via vLLM/OpenAI-compatible endpoints. Auto-detects platform and recommends the best path. Triggers when the user wants to transcribe recordings, convert audio/video to text, do speech-to-text, or mentions ASR, Qwen ASR, 转录, 语音转文字, 录音转文字. Also triggers for meeting recordings, lectures, interviews, podcasts, screen recordings, or any audio/video file the user wants converted to text. -argument-hint: [audio-or-video-file-path ...] +argument-hint: "[audio-or-video-file-path ...]" --- # ASR Transcribe to Text diff --git a/daymade-claude-code/continue-claude-work/SKILL.md b/daymade-claude-code/continue-claude-work/SKILL.md index 0e3edbe5..3736d155 100644 --- a/daymade-claude-code/continue-claude-work/SKILL.md +++ b/daymade-claude-code/continue-claude-work/SKILL.md @@ -1,7 +1,7 @@ --- name: continue-claude-work description: Recover actionable context from local `.claude` session artifacts and continue interrupted work without running `claude --resume`. This skill should be used when the user provides a Claude session ID, asks to continue prior work from local history, or wants to inspect `.claude` files before resuming implementation. -argument-hint: [session-id] +argument-hint: "[session-id]" --- # Continue Claude Work diff --git a/daymade-claude-code/marketplace-dev/SKILL.md b/daymade-claude-code/marketplace-dev/SKILL.md index cafc38b7..be32e88f 100644 --- a/daymade-claude-code/marketplace-dev/SKILL.md +++ b/daymade-claude-code/marketplace-dev/SKILL.md @@ -8,7 +8,7 @@ description: >- mentions marketplace, plugin support, one-click install, marketplace.json, plugin distribution, auto-update, or wants a skills repo installable via `claude plugin install`. -argument-hint: [repo-path] +argument-hint: "[repo-path]" --- # marketplace-dev diff --git a/daymade-skill/skill-creator/SKILL.md b/daymade-skill/skill-creator/SKILL.md index f9e749bd..83a58885 100644 --- a/daymade-skill/skill-creator/SKILL.md +++ b/daymade-skill/skill-creator/SKILL.md @@ -232,7 +232,7 @@ name: my-skill description: What this skill does and when to use it. Use when... context: fork agent: general-purpose -argument-hint: [topic] +argument-hint: "[topic]" --- ``` diff --git a/feishu-doc-scraper/SKILL.md b/feishu-doc-scraper/SKILL.md index b411ef27..41b730cd 100644 --- a/feishu-doc-scraper/SKILL.md +++ b/feishu-doc-scraper/SKILL.md @@ -2,7 +2,7 @@ name: feishu-doc-scraper description: Extract Feishu (Lark) Docs, Wiki pages/collections, spreadsheets, and Minutes (妙记) transcripts into faithful local Markdown via the lark-cli API (no LLM rewriting of the body; browser-DOM fallback when lark-cli can't reach the content). Use whenever the source is a Feishu/Lark URL and fidelity matters — 导出飞书文档/合集/妙记转写, 把飞书 wiki/知识库转 markdown, archiving a Feishu collection, exporting a 妙记 transcript, or saving a Feishu page — even if the user only says clipping, archiving, converting, or "save this". Also covers the owner-exported .docx → faithful Markdown path. compatibility: Primary path needs the `lark-cli` binary (npm `@larksuite/cli`, verified 1.0.32, 2026-05) authenticated to the target tenant. Fallback path needs a browser automation surface with an authenticated session (Chrome DevTools MCP / Browser Use / Computer Use). docx path needs `python-docx` and a docx→md converter (the bundled doc-to-markdown skill or pandoc). -argument-hint: [feishu-url-or-output-path] +argument-hint: "[feishu-url-or-output-path]" --- # Feishu Doc Scraper diff --git a/gemini-history-analyzer/SKILL.md b/gemini-history-analyzer/SKILL.md index 9340a15d..d0a01367 100644 --- a/gemini-history-analyzer/SKILL.md +++ b/gemini-history-analyzer/SKILL.md @@ -1,7 +1,7 @@ --- name: gemini-history-analyzer description: Analyze Google Takeout exports of Gemini conversation history. Use when the user mentions Gemini takeout, Gemini export, Gemini history, Gemini conversation analysis, Google Takeout zip analysis, or drags a takeout zip into the project. Also use when the user asks to "analyze my Gemini data", "what did I talk to Gemini about", or wants to extract insights from Gemini chat logs. -argument-hint: [takeout-zip-path] +argument-hint: "[takeout-zip-path]" --- # Gemini History Analyzer diff --git a/notify-wecom/SKILL.md b/notify-wecom/SKILL.md index 1140308b..7bcf06a5 100644 --- a/notify-wecom/SKILL.md +++ b/notify-wecom/SKILL.md @@ -6,7 +6,7 @@ description: >- or any one-shot notification that does not need a reusable template or setup workflow. The message is sent immediately; no confirmation prompt is shown unless the message is empty or the webhook is not configured. -argument-hint: [message] +argument-hint: "[message]" --- # /notify-wecom diff --git a/product-analysis/SKILL.md b/product-analysis/SKILL.md index d2334378..8db9c3f0 100644 --- a/product-analysis/SKILL.md +++ b/product-analysis/SKILL.md @@ -1,7 +1,7 @@ --- name: product-analysis description: Multi-path parallel product analysis with cross-model test-time compute scaling. Spawns parallel agents (Claude Code agent teams + Codex CLI) to explore product from multiple perspectives, then synthesizes findings into actionable optimization plans. Can invoke competitors-analysis for competitive benchmarking. Use when "product audit", "self-review", "发布前审查", "产品分析", "analyze our product", "UX audit", or "信息架构审计". -argument-hint: [scope: full|ux|api|arch|compare] +argument-hint: "[scope: full|ux|api|arch|compare]" --- # Product Analysis