skills/daily-soul-question/SKILL.md
Daily soul-searching question generator - analyzes chat/work records and generates thought-provoking discussion topics. Use when user asks for daily reflection, soul questions, or says keywords like "灵魂拷问", "每日反思", "话题讨论", "soul question", "daily reflection".
npx skillsauth add hs3180/disclaude daily-soul-questionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze chat/work records and generate thought-provoking questions for group discussion.
Use this skill for:
Keywords that trigger this skill: "灵魂拷问", "每日反思", "话题讨论", "soul question", "daily reflection", "生成话题"
Use prompt-based analysis, NOT complex program modules.
The LLM should analyze chat history directly and generate thoughtful questions, not through pre-built algorithms.
When invoked, you receive:
Read the chat history files from workspace/chat/ directory:
ls -la workspace/chat/*.md
# For each relevant chat, read the history
cat workspace/chat/{chatId}.md | tail -500
Analyze the chat/work records to identify:
Interesting Decisions: Notable choices made during discussions
Potential Improvements: Areas that could be enhanced
Reflection-Worthy Issues: Topics that deserve deeper thinking
Create a thought-provoking question that:
Question Template:
## 🤔 今日灵魂拷问
分析今天的聊天/工作记录,发现一个有趣的问题:
「{核心问题}」
{背景说明}
{引导思考的问题}
欢迎在群里讨论 👇
Use the send_user_feedback MCP tool to send the question:
send_user_feedback({
chatId: "{target_chat_id}",
message: "{generated_question}"
})
Note: The target chat ID should be configured in the schedule file or use the current chat.
## [2024-01-15T10:00:00Z] 📥 User
我们在处理 #123 时选择了方案 A 而非方案 B,因为方案 A 更简单
## [2024-01-15T10:05:00Z] 📥 User
但方案 B 的扩展性更好,只是需要更多时间
## [2024-01-15T10:10:00Z] 📤 Bot
理解,这是一个典型的权衡:简单性 vs 扩展性
## 🤔 今日灵魂拷问
分析今天的聊天/工作记录,发现一个有趣的问题:
「在处理 #123 时,我们选择了方案 A(简单)而非方案 B(扩展性好)。这个决策是否正确?」
背景:
- 方案 A 更简单,可以快速实现
- 方案 B 扩展性更好,但需要更多时间
值得思考:
1. 我们是否低估了未来的扩展需求?
2. "简单优先"在什么情况下是正确的策略?
3. 如果重来一次,你会做同样的选择吗?
欢迎在群里讨论 👇
To enable daily soul questions, create a schedule file:
---
name: "每日灵魂拷问"
cron: "0 10 * * *" # Every day at 10:00 AM
enabled: true
blocking: true
chatId: "{your_topic_group_chat_id}"
---
请使用 daily-soul-question skill 分析最近的聊天记录,生成一个灵魂拷问并发送到当前群聊。
要求:
1. 读取 workspace/chat/ 目录下的聊天记录
2. 重点关注最近的决策、讨论和问题
3. 生成一个开放式的、引人思考的问题
4. 使用 send_user_feedback 发送到当前 chatId
workspace/chat/send_user_feedbacktools
--- name: issue-solver description: Issue Solver - creates a scheduled task to scan a GitHub repo for open issues, pick the best candidate, and submit a fix PR. Use when user wants to set up automated issue resolution. Keywords: "Issue Solver", "自动修 Bug", "solve issues", "issue solver", "issue solver 安装". allowed-tools: Read, Write, Edit, Bash, Glob, Grep --- # Issue Solver — Schedule 安装器 为指定 GitHub 仓库创建 Issue 扫描定时任务。将 schedule 模板实例化为可执行的 SCHEDULE.md。 **适用于**: 安装/配置 Issue Solver 定时任务 | **不适用于
testing
Dissolve a Feishu group chat and clean up associated resources. Use when a PR is merged/closed, a discussion is finished, or a group needs to be removed. Keywords: "解散群", "dissolve group", "删除群", "close group", "清理群".
data-ai
手气不错 — disclaude dogfooding skill. Randomly selects a real use case from disclaude's feature set, simulates a natural user interaction, and reports observations. Use when user says keywords like "手气不错", "随机测试", "feeling lucky", "dogfooding", "自我体验", "feeling-lucky".
tools
Feishu/Lark document operations via lark-cli. Read, upload, import, export, and manage Feishu docs. Keywords: '飞书文档', '上传文档', '读飞书文档', 'lark cli', '导入文档', '导出文档', 'upload to feishu', 'feishu doc', 'lark doc', 'lark-cli', 'feishu.cn', '读文档'.