with one click
task-dashboard
扫描活跃项目提取任务并按紧急度排序。触发词:/task-dashboard、整理任务、每日任务、今日待办、任务看板
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
扫描活跃项目提取任务并按紧急度排序。触发词:/task-dashboard、整理任务、每日任务、今日待办、任务看板
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | task-dashboard |
| description | 扫描活跃项目提取任务并按紧急度排序。触发词:/task-dashboard、整理任务、每日任务、今日待办、任务看板 |
扫描 100_Projects/Active/ 全部项目主页,提取带 deadline/status/priority 的任务,按紧急度排序,可写入当日日记。
/task-dashboardpython3 ~/.claude/skills/task-dashboard/scripts/scan_tasks.py --vault /Users/bit/Obsidian
JSON 输出(供程序消费):
python3 ~/.claude/skills/task-dashboard/scripts/scan_tasks.py --vault /Users/bit/Obsidian --json
运行 scan_tasks.py,脚本自动:
100_Projects/Active/Project_*/ 所有项目目录*项目主页.md 的 frontmatter(deadline, status, priority)planning/、docs/ 子目录的规划文件- [ ] checkbox 任务| 分类 | 条件 |
|---|---|
| 🔴 紧急 | 截止日期在本周内(7天) |
| 🟡 重要 | 截止日期在本月内(30天) |
| 🔵 长期 | 无截止日期或超过30天 |
排序规则:截止日期升序 → 有截止 > 无截止
将输出插入当日日记的 ## 今日任务 章节:
500_Journal/Daily/{today}.md 是否存在## 今日任务 到下一个 ## 之间的内容### 🔴 紧急(本周截止)
- [ ] **求职** — GitHub Profile 优化 `截止 2026-03-16`
- [ ] **控制论** — 周记 W11: 反馈概念的 Agent 映射 `截止 2026-03-16`
### 🟡 重要(本月内)
- [ ] **求职** — 目标公司列表(Solana 生态 DeFi)`截止 2026-03-23`
- [ ] **SWUN_Thesis** — 6 处小节结尾句缺失(Ch2/Ch3/Ch4)
### 🔵 长期进行中(无截止日期)
- [ ] **AI基础** — Phase 1 数学基础
- *...还有 25 项*
---
**共 42 项待办** | 紧急 4 | 重要 6 | 长期 32
扫描结果可直接嵌入日记的 ## 今日任务 章节。建议每日开工时执行一次。
Technology scouting and evaluation for tools, frameworks, libraries, and technical approaches. Use when users need to evaluate technology options, compare frameworks, assess technical feasibility, scout emerging technologies, or make build-vs-buy decisions. Produces structured comparison matrices with objective criteria scoring.
使用 Semantic Scholar API 检索和验证学术论文。支持并发多关键词搜索、批量 ID/DOI 查询、引用分析、批量补全摘要、统一 Markdown 导出。覆盖 2.14 亿+ 学术论文,无需 API Key 即可使用。触发词:论文检索、论文验证、Semantic Scholar、S2 搜索、查论文、补全摘要、导出MD
中文/英文写作风格迁移与错误记忆工作流。适用于论文、学位论文、报告等场景,提供 style profile、error log、长期记忆与多智能体写作闭环。
Use when user sends /skill复盘 or /迭代清单, or asks to review skill usage and iteration suggestions from the current conversation.
汇总所有 Claude Code Skills 的目录与使用指南,支持检查 GitHub 更新。触发词:/skills、技能目录、skill列表、有哪些技能、检查更新
[由 collaborating-hub 路由] Codex CLI 后端实现。直接使用请通过 /collab 或 /codex 触发 collaborating-hub。