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

research-craft研究工艺

Agent Skill

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

总安装

1,665

周安装

68

GitHub Stars

98

下载量

539
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/erichowens/some_claude_skills --skill research-craft

简介

research-craft 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于精细化研究操作、手工式信息筛选或深度内容挖掘的场景。
  • 通过安装命令 npx skills add https://github.com/erichowens/some_claude_skills --skill research-craft 添加到宿主环境。
  • 建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写后再使用。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Research Craft

Master the systematic process of formulating meaningful research problems, constructing evidence-based arguments, and communicating findings that contribute to scholarly conversations.

When to Use

✅ Use for: Academic research papers, thesis/dissertation work, scholarly article writing, literature reviews, evidence-based argumentation, knowledge synthesis, participating in disciplinary conversations ❌ NOT for: Creative writing, journalistic reporting, business case studies, technical documentation, marketing content, personal essays, opinion pieces

Core Process

Problem Formulation Decision Tree

START: Do you have a clear research problem?
├─ NO: Do you have a specific topic (not just broad subject)?
│  ├─ NO → Find specific topic within general interest area
│  └─ YES → Question topic systematically
│     └─ Ask "So what?" to test consequences
│        ├─ Readers won't care → Reframe problem from reader perspective
│        └─ Readers will care → Verify problem structure:
│           ├─ Condition (knowledge gap) stated?
│           ├─ Cost/consequence stated?
│           └─ Evidence type available?
│              ├─ ALL YES → PROCEED to argument building
│              └─ ANY NO → Revise problem formulation
└─ YES → Is problem practical or conceptual?
   ├─ PRACTICAL (tangible costs requiring action)
   │  └─ Solution must be actionable
   └─ CONCEPTUAL (understanding gap)
      ├─ Pure research → Solution improves understanding
      └─ Applied research → Solution has practical consequences

Argument Construction Decision Tree

START: Building argument for research claim
├─ State CLAIM (answers research question)
├─ Develop REASONS (assertions from thinking)
│  └─ For each reason, do you have EVIDENCE (data from world)?
│     ├─ NO → Insufficient support; gather evidence or drop reason
│     └─ YES → Is evidence representative, accurate, sufficient?
│        ├─ NO → Cherry-picking risk; expand sample or qualify claim
│        └─ YES → Continue
├─ Anticipate reader objections
│  ├─ Plausible objections exist?
│  │  ├─ YES → ACKNOWLEDGE and RESPOND with subordinate argument
│  │  │  ├─ Can you refute? → Provide counter-evidence
│  │  │  ├─ Must concede? → Acknowledge limitation candidly
│  │  │  └─ Alternative view? → Show why yours is stronger
│  │  └─ NO → Proceed to warrants
│  └─ Will readers question reason-claim connection?
│     ├─ YES → STATE WARRANT (general principle)
│     └─ NO (expert audience) → Omit warrant
└─ Test complete argument
   └─ Evidence comprises ~1/3 of section?
      ├─ NO: Too little → Data dump; too much → Add interpretation
      └─ YES → ARGUMENT COMPLETE

Source Evaluation Decision Tree

START: Evaluating potential source
├─ Assess RELIABILITY
│  ├─ Peer-reviewed? → +reliability
│  ├─ Frequently cited? → +reliability
│  ├─ Reputable publisher? → +reliability
│  ├─ Author credentialed in domain? → +reliability
│  └─ Current for field? → Check temporal standards
├─ Classify SOURCE TYPE (relative to YOUR project)
│  ├─ Provides raw data on subject? → PRIMARY
│  ├─ Analyzes primary sources? → SECONDARY
│  └─ Synthesizes secondary sources? → TERTIARY
│     └─ Can you access more primary sources?
│        ├─ YES → Get closer to primary; chain is too long
│        └─ NO → Acknowledge limitation
├─ Evaluate EVIDENCE quality
│  ├─ Accurate? → Verify important claims
│  ├─ Precise? → Sufficient detail for replication?
│  ├─ Sufficient? → Sample size adequate?
│  ├─ Representative? → Generalizable?
│  └─ Authoritative? → Within author's expertise?
└─ USAGE decision
   ├─ Quote? → Exact words matter for analysis
   ├─ Paraphrase? → Specific ideas in your words
   └─ Summarize? → General overview sufficient

Revision Decision Tree

START: Draft complete, begin revision (TOP-DOWN only)
├─ LEVEL 1: FRAME (Introduction/Conclusion)
│  ├─ Introduction has Context→Problem→Response?
│  │  ├─ NO → Restructure using three-step pattern
│  │  └─ YES → Problem framed from reader perspective?
│  │     ├─ NO → Rewrite emphasizing costs to readers
│  │     └─ YES → Continue
│  └─ Conclusion has Main Point→New Significance→Future Research?
│     ├─ NO → Add missing elements
│     └─ YES → Proceed to Level 2
├─ LEVEL 2: ARGUMENT STRUCTURE
│  ├─ 4-5 key concepts run throughout paper?
│  │  ├─ NO → Identify concepts; track through all sections
│  │  └─ YES → Continue
│  └─ Main claim clearly supported by reasons?
│     ├─ NO → Revise logical architecture
│     └─ YES → Proceed to Level 3
├─ LEVEL 3: SECTION ORGANIZATION
│  ├─ Each section has point sentence (beginning or end)?
│  │  ├─ NO → Add or clarify point sentences
│  │  └─ YES → Continue
│  ├─ Evidence comprises ~1/3 of each section?
│  │  ├─ NO → Adjust evidence/interpretation ratio
│  │  └─ YES → Continue
│  └─ Ordering principle clear (simple→complex, familiar→unfamiliar)?
│     ├─ NO → Reorganize sections logically
│     └─ YES → Proceed to Level 4
├─ LEVEL 4: PARAGRAPH STRUCTURE
│  ├─ Each paragraph advances single point?
│  │  ├─ NO → Split or merge paragraphs
│  │  └─ YES → Continue
│  └─ Transitions guide readers between paragraphs?
│     ├─ NO → Add connective tissue
│     └─ YES → Proceed to Level 5
└─ LEVEL 5: SENTENCE CLARITY
   ├─ Subjects = main characters?
   ├─ Verbs = crucial actions (not nominalizations)?
   └─ Hedges appropriately qualify certainty?
      ├─ ALL YES → REVISION COMPLETE
      └─ ANY NO → Fix sentence-level issues

Anti-Patterns

Data Dump

Novice approach: Accumulates information without guiding question, creating pastiche of vaguely related facts. Presents evidence excessively without interpretation.

Expert approach: Formulates clear research question before gathering evidence. Balances evidence (~1/3 of section) with reasons and interpretation showing how evidence supports claims.

Timeline to mastery: Internalized after 2-3 major research projects where early aimless collection causes crisis, forcing recognition that questions must precede answers.


Warrant-Based Factual Claims

Novice approach: Supports factual claims with elaborate reasoning and logical principles alone, without presenting hard evidence from the world.

Expert approach: Distinguishes sharply between reasons (assertions from thinking) and evidence (data from world). Bases reasons on evidence, never evidence on reasons. Reserves warrant-heavy arguments for conceptual claims only.

Timeline to mastery: Requires shift from high school essay mode (where reasoning suffices) to research mode (where data is king). Typically 1-2 semesters of feedback cycles.


Arrogant Certainty

Novice approach: States claims with absolute confidence using "all," "never," "always," "proves." Hides weaknesses hoping readers won't notice. Thinks forceful = credible.

Expert approach: Paradoxically strengthens arguments by modestly acknowledging limitations. Uses hedges appropriately. States claims precisely matching what evidence supports. Recognizes that candid acknowledgment builds ethos.

Timeline to mastery: Counter-intuitive reversal that clicks when first experiencing how acknowledged limitations increase rather than decrease reader trust. Often requires seeing own overreaching claims rejected.


Patch Writing

Novice approach: Stitches together source passages with minimal connecting sentences. Organizes paper following major source's structure. Demonstrates knowledge acquisition without original synthesis.

Expert approach: Uses sources to engage ongoing conversations through agreement, disagreement, or extension. Develops independent organizational structure. Shows what you can DO with information, not just that you found it.

Timeline to mastery: Requires role reversal from student-as-examiner to researcher-as-expert. Typically emerges when first making genuine discovery that contradicts or extends existing literature.


Cherry-Picking Evidence

Novice approach: Uses one or two convenient examples appearing representative but actually anecdotal. Presents only supporting evidence, ignoring contradictory data. Hopes unrepresentativeness goes unnoticed.

Expert approach: Demonstrates representativeness through adequate samples. Acknowledges contradictory evidence and explains why interpretation remains valid, or candidly admits limitations. Recognizes arguments are only as strong as weakest evidence.

Timeline to mastery: Internalized after first experience having reviewer demolish argument by citing contradictory evidence you knew existed but ignored. Painful but permanent lesson.


Student-Teacher Dynamic

Novice approach: Writes to demonstrate knowledge to teacher-as-examiner. Explains what assignment asked for. Uses phrases like "In this paper I will show..." Treats research as proving you did the work.

Expert approach: Positions self as expert sharing findings with interested peers. Reverses roles so researcher is authority with something new. Readers are colleagues who care about discoveries, not examiners grading performance.

Timeline to mastery: Critical threshold crossed when making first genuine contribution—discovering something even instructor doesn't know. Often coincides with first conference presentation or publication.

Mental Models & Shibboleths

"Research is conversation spanning millennia"

True researchers recognize they're joining ongoing dialogue, not discovering from scratch. They trace bibliographic trails backward (what sources cite) and forward (what cites sources), understanding each contribution responds to previous voices while anticipating future responses.

Shibboleth usage: "I'm following the bibliographic trail from Smith's primary sources" (expert) vs. "I found five sources on my topic" (novice).


"Evidence is bedrock; reasons are built structures"

Evidence must be found in the world and made visible to readers—it stands alone. Reasons are assertions thought up by minds that require their own foundation. We base reasons on evidence, never evidence on reasons.

Shibboleth usage: "My reason needs stronger evidence" (expert) vs. "My evidence shows that..." when citing an assertion (novice confusing terms).


"Thickening arguments through acknowledgment"

Strong arguments aren't thin straight lines from claim to evidence—they're thickened by acknowledging objections, alternative views, and limitations. Paradoxically, acknowledging what you don't know makes claims about what you do know more credible.

Shibboleth usage: "I need to thicken this section by acknowledging the Copenhagen interpretation" (expert understanding ethos) vs. "I won't mention that counterexample" (novice thinking concealment = strength).


"Research as zigzagging through fog"

Research doesn't follow linear path from topic→thesis→notes→draft. It's recursive, uncertain, messy—searching for something you won't recognize until you see it. Plans guide but don't constrain.

Shibboleth usage: "My problem shifted as I discovered..." (expert accepting non-linearity) vs. "I can't start writing until I know exactly what I'll say" (novice expecting false certainty).


"Primary/secondary sources are relative, not absolute"

Source classification depends on YOUR research project, not inherent properties. Same source can be primary for one study, secondary for another. Key question: How many steps removed from phenomena you're studying?

Shibboleth usage: "For my purposes, this is a primary source because..." (expert understanding relativity) vs. "This is a secondary source" (novice treating as fixed category).


"Problem significance measured by reader's cost, not researcher's interest"

The worst response isn't "I disagree" but "I don't care." Problems must be framed from reader's perspective showing consequences THEY care about, not just explaining your curiosity.

Shibboleth usage: "Readers in my field care about this because..." (expert framing) vs. "I'm interested in this topic because..." (novice framing).

Temporal Knowledge

19th century: Primary/secondary source distinction originated with historians establishing evidence reliability; later became standard across disciplines as research professionalized.

Early experimental science (~1700s): Researchers relied on witnesses to attest experimental accuracy before standardized methodologies emerged as modern replacement for verification.

Pre-Internet era (pre-1990s): Citation indexing required hours/days with printed indexes. Card catalogs were standard. Bibliographic trail-following was laborious physical process.

Contemporary era (post-2000): Online databases make citation indexing instant, but information overload and unmonitored Internet content paradoxically make libraries and expert curation MORE essential, not less. Google ubiquity creates false confidence in research reliability.

Field-specific temporal standards: Currency requirements vary dramatically—molecular biology may require sources from last 2-3 years, while history may heavily cite centuries-old primary sources. Recognize your field's temporal norms.

References

  • Source: *The Craft of Research* (4th edition) by Wayne C. Booth, Gregory G. Colomb, Joseph M. Williams, Joseph Bizup, and William T. FitzGerald

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.45%
按下载量换算180

Claude

29.61%
按下载量换算160

Cursor

19.15%
按下载量换算103

Gemini CLI

9.42%
按下载量换算51

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills