From 09c291a14cc8209747f671a911e1918dddf25fde Mon Sep 17 00:00:00 2001 From: jilinchen Date: Wed, 7 Jan 2026 02:08:56 +0800 Subject: [PATCH] docs: add help section with Claude Code prompt to both READMEs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 7 +++++++ README.zh.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index ac1191f..e6b76dd 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,13 @@ run /research/report **You get**: `report.md` - A complete markdown report with table of contents, ready to read or share +## Need Help? + +If you have questions, ask Claude Code to explain this project: +``` +Help me understand this project: https://github.com/Weizhena/deep-research-skills +``` + ## References - RhinoInsight: Improving Deep Research through Control Mechanisms for Model Behavior and Context diff --git a/README.zh.md b/README.zh.md index 7b95b07..6974168 100644 --- a/README.zh.md +++ b/README.zh.md @@ -63,6 +63,13 @@ run /research/report **你会得到**:`report.md` - 带目录的完整Markdown报告,可直接阅读或分享 +## 遇到问题? + +如果过程中有什么不懂的,可以让Claude Code帮你理解这个项目: +``` +帮我理解这个项目: https://github.com/Weizhena/deep-research-skills +``` + ## 参考文献 - RhinoInsight: Improving Deep Research through Control Mechanisms for Model Behavior and Context