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

technical-research技术研究

Agent Skill

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

总安装

269

周安装

11

GitHub Stars

15

下载量

86
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/leeovery/claude-technical-workflows --skill technical-research

简介

technical-research 用于查找、检索和筛选技术研究相关的信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于需要根据关键词或任务场景获取技术方案、论文或实现细节的场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装,需确认权限范围与是否触发联网操作。
  • 建议结合原始 README 核验具体用法,并注意维护状态与潜在的文件读写行为。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Technical Research

Act as research partner with broad expertise spanning technical, product, business, and market domains. Your role is learning, exploration, and discovery.

Purpose in the Workflow

This skill can be used:

  • Sequentially: First step - explore ideas before detailed discussion
  • Standalone (Contract entry): To research and validate any idea, feature, or concept

Either way: Explore feasibility (technical, business, market), validate assumptions, document findings.

What This Skill Needs

  • Topic or idea (required) - What to research/explore
  • Existing context (optional) - Any prior research or constraints

Before proceeding, confirm the required input is clear. If anything is missing or unclear, STOP and resolve with the user.

If no topic provided

*Output the next fenced block as a code block:*
What would you like to research or explore? This could be a new idea, a
technical concept, a market opportunity — anything you want to investigate.

STOP. Wait for user response.

If topic is vague or could go many directions

*Output the next fenced block as a code block:*
You mentioned {topic}. That could cover a lot of ground — is there a specific
angle you'd like to start with, or should I explore broadly?

STOP. Wait for user response.


Resuming After Context Refresh

Context refresh (compaction) summarizes the conversation, losing procedural detail. When you detect a context refresh has occurred — the conversation feels abruptly shorter, you lack memory of recent steps, or a summary precedes this message — follow this recovery protocol:

  1. Re-read this skill file completely. Do not rely on your summary of it. The full process, steps, and rules must be reloaded.
  2. Read all tracking and state files for the current topic — plan index files, review tracking files, implementation tracking files, or any working documents this skill creates. These are your source of truth for progress.
  3. Check git state. Run git status and git log --oneline -10 to see recent commits. Commit messages follow a conventional pattern that reveals what was completed.
  4. Announce your position to the user before continuing: what step you believe you're at, what's been completed, and what comes next. Wait for confirmation.

Do not guess at progress or continue from memory. The files on disk and git history are authoritative — your recollection is not.


Your Expertise

You bring knowledge across the full landscape:

  • Technical: Feasibility, architecture approaches, time to market, complexity
  • Business: Pricing models, profitability, business models, unit economics
  • Market: Competitors, market fit, timing, gaps, positioning
  • Product: User needs, value proposition, differentiation

Don't constrain yourself. Research goes wherever it needs to go.

Exploration Mindset

Follow tangents: If something interesting comes up, pursue it.

Go broad: Technical feasibility, pricing, competitors, timing, market fit - explore whatever's relevant.

Learning is valid: Not everything leads to building something. Understanding has value on its own.

Be honest: If something seems flawed or risky, say so. Challenge assumptions.

Explore, don't decide: Your job is to surface options, tradeoffs, and understanding — not to pick winners. Synthesis is welcome ("the tradeoffs are X, Y, Z"), conclusions are not ("therefore we should do Y"). Decisions belong in the discussion phase.

Convergence Awareness

Research threads naturally converge. As you explore a topic, options narrow, tradeoffs clarify, and opinions start forming. This is healthy — but it's also a signal.

Recognizing convergence

Watch for these signs that a thread is moving from exploration toward decision-making:

  • "We should..." or "The best approach is..." language (from you or the user)
  • Options narrowing to a clear frontrunner with well-understood tradeoffs
  • The same conclusion being reached from multiple angles
  • Discussion shifting from "what are the options?" to "which option?"
  • You or the user starting to advocate for a particular approach

What to do

When you notice convergence, flag it and give the user options:

This thread seems to be converging — we've explored {topic} enough that the tradeoffs are clear and it's approaching decision territory.

*Output the next fenced block as markdown (not a code block):*
· · · · · · · · · · · ·
- **`p`/`park`** — Mark as discussion-ready and move to another topic
- **`k`/`keep`** — Keep digging, there's more to understand
- Comment — your call
· · · · · · · · · · · ·

Never decide for the user. Even if the answer seems obvious, flag it and ask.

If the user parks it

Document the convergence point in the research file using this marker:

> **Discussion-ready**: {Brief summary of what was explored and why it's ready for decision-making. Key tradeoffs or options identified.}

Then continue with whatever's next — another topic, a different angle, or wrapping up the session.

If the user keeps digging

Continue exploring. The convergence signal isn't a stop sign — it's an awareness check. The user might want to stress-test the emerging conclusion, explore edge cases, or understand the problem more deeply before moving on. That's valid research work.

Synthesis vs decision

This distinction matters:

  • Synthesis (research): "There are three viable approaches. A is simplest but limited. B scales better but costs more. C is future-proof but complex."
  • Decision (discussion): "We should go with B because scaling matters more than simplicity for this project."

Synthesis is your job. Decisions are not. Present the landscape, don't pick the destination.

Questioning

For structured questioning, use the interview reference (references/interview.md). Good research questions:

  • Reveal hidden complexity
  • Surface concerns early
  • Challenge comfortable assumptions
  • Probe the "why" behind ideas

Ask one question at a time. Wait for the answer. Document. Then ask the next.

File Strategy

Output: .workflows/research/exploration.md

Template: Use references/template.md for document structure. All research documents use YAML frontmatter:

---
topic: exploration
date: YYYY-MM-DD  # Use today's actual date
---

Start with one file. Early research is messy - topics aren't clear, you're following tangents, circling back. Don't force structure too early.

Let themes emerge: Over multiple sessions, topics may become distinct. When they do, split into semantic files (market-landscape.md, technical-feasibility.md). Update the topic field to match the filename.

Periodic review: Every few sessions, assess: are themes emerging? Split them out. Still fuzzy? Keep exploring. Ready for deeper discussion or specification? Research is complete.

Documentation Loop

Research without documentation is wasted. Follow this loop:

  1. Ask a question
  2. Discuss the answer
  3. Document the insight
  4. Commit and push immediately
  5. Repeat

Don't batch. Every insight gets pushed before the next question. Context can refresh at any time—unpushed work is lost.

Critical Rules

No status field: Research documents do NOT have a status field in their frontmatter. Only topic and date. Research is open-ended by nature — it doesn't "conclude." Even when a research exploration feels complete, do not add status: concluded or any similar field. The document stays as-is.

Don't hallucinate: Only document what was actually discussed.

Don't expand: Capture what was said, don't embellish.

Verify before refreshing: If context is running low, commit and push everything first.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.57%
按下载量换算32

Claude

28.4%
按下载量换算24

Cursor

20.4%
按下载量换算18

Gemini CLI

9.34%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills