Token导航 LogoToken导航TokenDH.com
研究检索可写文件github未标认证来源可访问clear审计未展示

research研究

Agent Skill

research 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

94

周安装

4

GitHub Stars

公开资料未说明

下载量

33
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:research(研究)
来源仓库:https://github.com/krosebrook/source-of-truth-monorepo
仓库路径:skills/research
安装命令:
npx skills add krosebrook/source-of-truth-monorepo --skill "research"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add krosebrook/source-of-truth-monorepo --skill "research"

简介

research 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中执行通用研究任务。
  • 通过 npx skills add 命令从指定仓库安装使用。
  • 需确认权限范围和维护状态,注意是否触发联网或文件操作。
  • research 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
research
description

Research

Core Philosophy

Research when getting it right matters. When current information saves hours of debugging, ensures secure implementations, or guides you to the right abstraction—research first.

Natural Triggers

Clear signals that research is needed:

  • Hitting an error that smells like an API change
  • Implementing something security-critical (auth, payments, file handling)
  • Making architecture decisions you'll live with for months
  • Working with libraries you know evolve rapidly
  • That moment of "wait, is this still how we do this?"

Two Modes

Quick Check

When: Mid-flow verification Time: Under a minute Examples:

  • "Is useEffect still the way to handle this in React 18?"
  • "Did Stripe change their webhook payload?"
  • "What's the current Node LTS version?"

Just search, grab the answer, keep coding. No storage, no ceremony, no permission needed.

Deep Dive

When: The decision really matters Time: 5-15 minutes Examples:

  • Choosing between competing technologies
  • Understanding a new architectural pattern
  • Debugging something that doesn't match documentation

Always ask first: "This needs deeper research (5-15 min). Should I dig into this now?" Let the user decide if they want to pause for research or continue with existing knowledge.

Research thoroughly, save findings in research/[topic].md for team reference.

How to Research

1. Select Best Search Tool

Always use the best available web search. Priority order:

MCP servers (preferred when available):

  • Tavily MCP server
  • Exa MCP server
  • Other specialized search MCP servers

Built-in tools (fallback):

  • Cursor: web_search tool
  • Claude Code: Built-in web search

Tell the user which you're using:

  • "Using Tavily MCP server for enhanced search capabilities"
  • "Using Exa MCP server for code-focused research"
  • "Using built-in web search (no MCP servers configured)"

This transparency helps users understand tool selection and configure MCP servers if desired.

2. Search Strategy

Start with official sources - docs, changelogs, GitHub releases. Then expand to community discussions if needed.

3. Write Output

Output should be scannable and actionable. Skip the fluff, get to what matters.

Output Style

Do This

## Stripe Checkout v4 Migration

**Breaking change**: `redirectToCheckout()` removed in v4

**New pattern**:

- Use Payment Element (unified UI)
- Or Checkout Sessions API (hosted page)

**Migration**: [Specific code example]

**Source**: Stripe docs v2024.11.15

Not This

After extensive research into the evolving landscape of payment processing... It's
important to note that Stripe has made significant changes... Let's dive into the
migration process...

Real Examples

Quick Check in Action

[User struggling with Vite error]
Agent: "That error usually means a Vite config issue. Let me check v6 changes..."
[30 seconds later]
Agent: "Found it—Vite 6 requires explicit `server.fs.allow` for parent directories. Adding it now."

Deep Dive for Architecture

[User asking about state management for new project]
Agent: "State management in 2025 has some new players. Let me research current options for your scale..."
[10 minutes of research]
Agent: "For your use case (e-commerce, 50K users):
        - Zustand if you want simplicity (2KB, no boilerplate)
        - TanStack Store if you need framework agnostic
        - Redux Toolkit still solid for complex async flows

        Skip Redux unless you need time-travel debugging.
        Here's Zustand handling your cart state..."

Key Principles

Recognize patterns - When you see version-specific errors, deprecated methods, or post-2023 technologies, that signals research is needed.

Be transparent - Say "I should verify this" or "Let me check current best practices" rather than guessing.

Speed over perfection - For quick checks, first good answer wins. For deep dives, thoroughness matters.

No unnecessary storage - Quick research lives in the conversation. Only save deep research that others might reference.

Common Pitfall

Don't research everything. If your React knowledge from 2023 still works and the user isn't hitting issues, just build. Research is a tool, not a crutch.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

91.14%
按下载量换算30

安全审计

暂无安全审计结果可展示。

权限和风险

可写文件

该 Skill 可能写入或修改本地文件,使用前需要确认目标目录和修改范围。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills