Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion daymade-audio/asr-transcribe-to-text/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion daymade-claude-code/continue-claude-work/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion daymade-claude-code/marketplace-dev/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion daymade-skill/skill-creator/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
---
```

Expand Down
2 changes: 1 addition & 1 deletion feishu-doc-scraper/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemini-history-analyzer/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion notify-wecom/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion product-analysis/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down