CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
alchaincyf avatar

Huashu Research

alchaincyf/huashu-skills
686 installs1.4k stars
Summary

This is a structured web research workflow that saves your findings incrementally so you don't lose work when the conversation cuts off. It enforces a specific pattern: create a markdown file in _knowledge_base before you start searching, append discoveries after each WebSearch call, write interim summaries every three searches, and compile a final brief with sourced facts and credibility ratings. The author clearly got burned by losing research mid-session and built guardrails around it. If you do multi-step research tasks where you're gathering information from the web and need that work preserved between context windows, this gives you a disciplined template. It's opinionated about file naming, markdown structure, and separating research from writing.

Install to Claude Code

npx -y skills add alchaincyf/huashu-skills --skill huashu-research --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Files
SKILL.mdView on GitHub

调研 Skill

结构化的网络调研流程,核心目标:调研成果实时持久化,防止会话截断丢失工作。

何时使用

  • 为写文章做前期调研
  • 了解新产品、新技术、新发布
  • 搜集竞品信息或行业动态
  • 任何需要多次 WebSearch 的信息搜索任务

执行流程

Step 1: 立即创建调研文件

  • 在开始搜索之前,先创建文件
  • 路径:_knowledge_base/research-<主题>-<YYYYMMDD>.md
  • 初始内容包含:调研目标、关键问题、预期输出
# [主题] 调研笔记

调研日期:YYYY-MM-DD
调研目标:[一句话说明]

## 关键问题
1. [问题1]
2. [问题2]
3. [问题3]

## 发现

(调研中逐步填充)

## 来源列表

(每次搜索后追加)

Step 2: 搜索并增量保存

  • 每次 WebSearch 后,立即将发现追加到文件
  • 每条发现附上来源 URL 和日期
  • 遵循信息源优先级(见 SHARED-RULES.md)

Step 3: 阶段摘要

  • 每完成3次搜索,在文件中保存一次「阶段摘要」
  • 格式:### 阶段摘要 (第N轮) + 当前关键发现

Step 4: 最终简报

调研结束时,整理文件为结构化简报:

## 调研结论

### 关键事实
1. [事实1](来源:URL)
2. [事实2](来源:URL)

### 来源列表
| 来源 | URL | 发布日期 | 可信度 |
|------|-----|---------|--------|
| ... | ... | ... | 高/中/低 |

### 待确认问题
- [还需要进一步验证的点]

### 写作建议
- [基于调研结果,对后续写作的建议]

关键原则

  • 先建文件再搜索:确保第一次搜索结果就被保存
  • 增量保存不等到最后:每次搜索后立即追加
  • 调研和写作分离:本 Skill 只做调研,不开始写草稿
  • 标注可信度:区分一手信息(官方)和二手信息(媒体/社区)
  • 忽略过时信息源:知乎/百度(2025年前)、营销软文

与其他 Skill 的关系

  • 调研完成后,用户可触发 /选题生成 来确定写作方向
  • 调研文件将作为后续写作的输入素材
  • 如果调研中发现的信息适合长期留存,保存到对应的 _knowledge_base 分类目录

输出位置

  • 调研笔记:_knowledge_base/research-<主题>-<YYYYMMDD>.md
  • 长期知识:_knowledge_base/<分类>/<主题>-<YYYYMM>.md

最后更新: 2026-02-06


花叔出品 | AI Native Coder · 独立开发者 公众号「花叔」| 30万+粉丝 | AI工具与效率提升 代表作:小猫补光灯(AppStore付费榜Top1)·《一本书玩转DeepSeek》

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Data Science & ML
First SeenJun 3, 2026
View on GitHub

More from alchaincyf/huashu-skills

All 21 skills →
  • Huashu Xhs Image686
  • Huashu Script Polish685
  • Huashu Topic Gen677
  • Huashu Speech Coach663
  • Huashu Article Edit649
  • Huashu Video Outline647
  • Huashu Article To X645
  • Huashu Info Search645
  • Huashu Image Upload634
  • Huashu Material Search628
  • Huashu Video Check626
  • Huashu Agent Swarm625
  • Huashu Prompt Save617
  • Huashu Md To Pdf990
  • Huashu Douyin Script922
  • Huashu Proofreading813
  • Huashu Slides777
  • Huashu Design716
  • Huashu Wechat Image694
  • Huashu Data Pro692

Recommended

More Data Science & ML →
weizhena avatar
research-report

weizhena/deep-research-skills

Summarize deep research results into markdown report, cover all fields, skip uncertain values.
676
1.9k
drshailesh88 avatar
social-media-trends-research

drshailesh88/integrated_content_os

Programmatic social media and marketing research using free tools: pytrends (Google Trends), yars (Reddit without API keys), and Perplexity MCP (Twitter/TikTok/Web). Use when finding trending topics in a niche, tracking keyword velocity and volume, monitoring Reddit discussions, discovering what's going viral, or researching content opportunities before writing. Zero-cost research stack with built-in rate limiting. Complements content-marketing-social-listening skill with executable code.
669
5
mindrally avatar
transformers-huggingface

mindrally/skills

Expert guidance for working with Hugging Face Transformers library for NLP, computer vision, and multimodal AI tasks.
659
223
davila7 avatar
pytorch-lightning

davila7/claude-code-templates

High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.
653
30.2k
alirezarezvani avatar
analytics-tracking

alirezarezvani/claude-skills

Set up, audit, and debug analytics tracking implementation — GA4, Google Tag Manager, event taxonomy, conversion tracking, and data quality. Use when building a tracking plan from scratch, auditing existing analytics for gaps or errors, debugging missing events, or setting up GTM. Trigger keywords: GA4 setup, Google Tag Manager, GTM, event tracking, analytics implementation, conversion tracking, tracking plan, event taxonomy, custom dimensions, UTM tracking, analytics audit, missing events, tracking broken. NOT for analyzing marketing campaign data — use campaign-analytics for that. NOT for BI dashboards — use product-analytics for in-product event analysis.
649
24.6k
alirezarezvani avatar
product-analytics

alirezarezvani/claude-skills

Use when defining product KPIs, building metric dashboards, running cohort or retention analysis, or interpreting feature adoption trends across product stages.
640
24.6k