Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

research研究

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

199

周安装

8

GitHub Stars

1

下载量

65
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/olamedia/analytics-skills --skill research

简介

用于辅助数据整理、表格处理、CSV/Excel 分析和指标计算。

  • 适合清洗字段、汇总数据、发现异常或生成统计口径与可读说明。
  • 需确认数据来源、字段含义和时间范围,避免将样本当全量事实。
  • 涉及敏感数据或批量操作时应先确认权限和脱敏边界。
  • 安装命令:npx skills add https://github.com/olamedia/analytics-skills --skill research

SKILL.md

Research

Scan a codebase and produce a structured context map that all subsequent analytics skills consume.

When to Use

  • Starting analysis on a project for the first time
  • Before running goal-definition, brainstorming, prd, architecture, or breakdown
  • When switching to a different project or codebase
  • When the codebase has changed significantly since the last context map

When NOT to use: The project already has a recent, accurate context-map.md in the artifact folder.

Input

  • A codebase or project path (provided by user or detected from workspace)
  • Check references/context-sources.md for known project documentation files (docs/TechStack.md, docs/ProjectStructure.md). If they exist and are fresh, use them to pre-populate tech stack and structure findings — then focus scanning on patterns, conventions, rules, and health notes.

Output

  • context-map.md saved to the artifact folder (see references/formats.md for template)

The Process

Step 1: Determine Artifact Folder

If this is the first skill called in the pipeline, ask the user where to save artifacts:

"Where should I save the analysis artifacts for this feature? Provide a folder path (e.g. docs/analytics/user-auth/), or I'll use docs/analytics/ as default."

If the user specifies a folder in chat, use that. Create the folder if it doesn't exist.

Step 2: Scan Project Structure

Use Glob to map the directory tree. Identify:

  • Source code directories and their organization
  • Test directories and testing approach
  • Configuration files (package.json, tsconfig, vite.config, etc.)
  • Documentation directories
  • Build and deployment configuration

Step 3: Identify Tech Stack

Read key configuration files to determine:

  • Languages and versions
  • Frameworks and libraries
  • Database technology
  • Build tools and dev server
  • Testing frameworks
  • CI/CD setup

Step 4: Discover Patterns and Conventions

Use Grep and Read to examine representative files:

  • Read 2-3 component/module files to identify structural patterns
  • Read 1-2 test files to understand testing approach
  • Read API/route files to understand backend patterns
  • Look for state management patterns
  • Check naming conventions (files, functions, variables, CSS classes)
  • Check error handling patterns

Step 5: Find Rules Files

Search for existing rules and convention files:

  • CLAUDE.md, .cursorrules, .cursor/rules/*.md
  • AGENTS.md, .windsurfrules
  • .editorconfig, .eslintrc, .prettierrc
  • CONTRIBUTING.md, style guides

Summarize key contents from any found.

Step 6: Note Constraints and Health

Identify:

  • Technical constraints (browser support, API compatibility, etc.)
  • Large or complex files that may need attention
  • Missing test coverage areas
  • Unclear boundaries between modules
  • Any existing features or patterns relevant to upcoming work

Step 7: Write Context Map

Write context-map.md to the artifact folder using the template from references/formats.md. Include all findings from Steps 2-6.

Announce the saved path:

"Context map saved to [path]/context-map.md."

Common Rationalizations

RationalizationReality
"I already know this codebase"Context maps surface patterns you take for granted. Write it down for the skills that follow.
"This is a small project, I don't need a map"Small projects still have conventions and constraints. A short context map is fine.
"I'll just read files as I go"Downstream skills need structured context upfront. A context map prevents repeated scanning.
"The README has everything"READMEs describe intent. Context maps describe reality — what's actually in the code.

Red Flags

  • Skipping the scan and writing a context map from memory
  • Not reading actual source files (only config files)
  • Missing the tech stack or key patterns
  • Not checking for existing rules files
  • Context map that doesn't mention any specific file paths

Verification

Before handing off, confirm:

  • Artifact folder exists and path is known
  • Tech stack identified with versions
  • Project structure documented with key directories
  • At least 3 patterns/conventions identified from actual code
  • Rules files searched for and documented (even if none found)
  • Constraints and health notes included
  • context-map.md saved to artifact folder

Next

"Research complete. Next recommended skill: goal-definition — define what you want to achieve using this context."

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

展示第三方安全扫描或审计结果

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

平台分布

Codex

32.93%
按下载量换算21

Claude

30.92%
按下载量换算20

Cursor

21.11%
按下载量换算14

Gemini CLI

9.13%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills