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

mixed-methods-findings-writer混合方法调查结果作者

Agent Skill

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

总安装

210

周安装

9

GitHub Stars

4

下载量

73
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:mixed-methods-findings-writer(混合方法调查结果作者)
来源仓库:https://github.com/nealcaren/sociology-skillset
仓库路径:skills/mixed-methods-findings-writer
安装命令:
npx skills add https://github.com/nealcaren/sociology-skillset --skill mixed-methods-findings-writer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/nealcaren/sociology-skillset --skill mixed-methods-findings-writer

简介

mixed-methods-findings-writer 用于撰写混合方法研究结果,支持定性与定量证据整合。

  • 适用于学术论文、研究报告或方法论文档的撰写与结构化输出。
  • 通过 GitHub 安装,使用 npx skills add 命令添加指定仓库路径。
  • 使用前需准备语料库规范与技术指南,确保内容符合学术标准。
  • 建议核对段落比例与引用格式,避免学术不端或逻辑断层问题。

SKILL.md

Mixed-Methods Findings Writer

Draft Results/Findings sections for mixed-methods sociology articles using structural patterns discovered in 84 Social Forces and Social Problems articles.

Project Integration

This skill reads from project.yaml when available:

# From project.yaml
type: mixed  # This skill is for mixed methods projects
paths:
  drafts: drafts/sections/
  tables: output/tables/
  figures: output/figures/
  quotes: analysis/outputs/

Project type: This skill is designed for mixed methods projects.

Consumes output from both qualitative analysis (interview-analyst) and quantitative analysis (r-analyst or stata-analyst).

Updates progress.yaml when complete:

status:
  integration_draft: done
artifacts:
  findings_section: drafts/sections/findings-section.md

Connection to Other Skills

SkillRelationshipDetails
interview-analystUpstream (qual)Produces quote database, participant profiles
r-analystUpstream (quant)Produces tables, figures, interpretation memos
stata-analystUpstream (quant)Same as r-analyst but for Stata
article-bookendsDownstreamTakes findings section as input for framing
methods-writerParallelMethods section written alongside or before findings
lit-synthesisUpstreamProvides theoretical framework for integration
prose-craftCraft guideSentence/paragraph benchmarks (evaluative mode for findings, descriptive mode for methods); tone, anti-LLM rules

File Management

This skill uses git to track progress across phases. Before modifying any output file at a new phase:

  1. Stage and commit current state: git add [files] && git commit -m "mixed-methods-findings-writer: Phase N complete"
  2. Then proceed with modifications.

Do NOT create version-suffixed copies (e.g., -v2, -final, -working). The git history serves as the version trail.

Workflow

Phase 1: Orient

Gather from the user:

  1. Quantitative component: regression output, descriptive statistics, surveys, admin data
  2. Qualitative component: interviews, field notes, archival documents, ethnographic observations
  3. Integration rationale: Is this *elaboration* (vertical -- both methods address the same question at different depths) or *extension* (horizontal -- each method addresses a different question)? Or triangulation (independent validation)?
  4. Theoretical predictions: hypotheses, expectations, or sensitizing concepts
  5. Target length: typical is 15-30 paragraphs (3,000-7,000 words; median 4,895)

If the user has already written a draft, read it and assess which cluster it most resembles before suggesting revisions.

Phase 2: Select Cluster

Present the 5 clusters. Recommend 1-2 based on integration goal and analytic strategy:

ClusterShareBest forArc
Thematic Integrator42%Concept-driven papers weaving both methods within themesTHEMATIC > ILLUSTRATE > BASELINE > ELABORATE > COMPARISON > MECHANISM
Quant-Anchored Elaborator33%Papers where quant establishes claims, qual explains whyBASELINE > ELABORATE > ROBUSTNESS > TRANSITION > THEMATIC > ILLUSTRATE > MECHANISM
Alternating Validator10%Papers using methods to cross-validate each otherBASELINE > ILLUSTRATE > VISUAL > THEMATIC > COMPARISON > BASELINE > ILLUSTRATE
Sequential Study Design7%Multi-study papers (Study 1, Study 2, Study 3)SETUP > BASELINE > ELABORATE > SUMMARY > TRANSITION > SETUP > BASELINE > MECHANISM
Qual-Dominant Quantifier6%Qualitative analysis with sparse descriptive statisticsQUALITATIVE-VIGNETTE > THEMATIC > ILLUSTRATE > BASELINE > THEMATIC > COMPARISON

Selection heuristics:

  • Concept-driven analysis + both methods throughout --> Thematic Integrator
  • Regression/models as core claims + interviews/fieldwork explaining mechanisms --> Quant-Anchored Elaborator
  • Two data sources answering the same question --> Alternating Validator
  • Distinct study phases (e.g., survey then interviews) --> Sequential Study Design
  • Ethnography/interviews as primary + descriptive stats as context --> Qual-Dominant Quantifier
  • Heavy model-building with minimal qualitative --> Quant-Anchored Elaborator (model-progression variant)

Integration rationale and cluster fit:

  • *Elaboration* (vertical integration: same question, different depth) → Thematic Integrator or Quant-Anchored Elaborator. Qual deepens quant or vice versa. The two methods produce "more than the sum of parts" because together they address both magnitude and mechanism.
  • *Extension* (horizontal integration: different questions, combined for a fuller picture) → Sequential Study Design or Alternating Validator. Each study answers its own question; cross-study transitions must explain how the questions connect.
  • *Triangulation* (independent validation) → Alternating Validator. Both methods reach the same conclusion independently, strengthening credibility.
  • Mixed rationales are common: a paper may use elaboration within themes and extension across them.

After selection, read the matching guide from clusters/{cluster-name}.md.

Phase 3: Build the Arc

Using the cluster guide, construct a section outline:

  1. Map each major finding to a MOVE from the vocabulary below
  2. Sequence moves following the cluster's canonical arc
  3. Allocate paragraphs using the cluster's paragraph budget
  4. Plan method transitions -- where does the evidence type shift?
  5. Identify the opening and closing moves

Standardized move vocabulary (16 moves):

MoveFunction
DESCRIBEDescriptive statistics, sample overview, bivariate patterns
SETUPMethodological restatement, analytic strategy recap
BASELINEInitial models, main quantitative effects
ELABORATEAdd complexity: interactions, controls, mediators
THEMATICQualitative theme with interpretive analysis
ILLUSTRATEExtended quotation or case example supporting a claim
MECHANISMProcess-tracing, mediation, causal pathway evidence
SUBGROUPHeterogeneity analysis by subgroup
COMPARISONCross-group or cross-context comparison
ROBUSTNESSSensitivity analysis, alternative specifications
TEMPORALOver-time patterns, periodization
VISUALFigure or visualization driving narrative
SUMMARYBrief recap paragraph
TRANSITIONBridge between method blocks or to discussion
DECOMPOSEFormal decomposition (Oaxaca-Blinder, mediation)
QUALITATIVE-VIGNETTEOpening narrative scene-setting from fieldwork

Present the arc as a numbered outline with paragraph counts and method labels per move.

Phase 4: Draft

Write each move following corpus norms. Consult techniques/techniques.md for the full catalog.

Opening paragraph (choose one based on cluster):

  • *Qualitative vignette* (16%): scene-setting narrative from fieldwork or interview
  • *Hypothesis restatement* (29%): "Recall that we expected..."
  • *Table reference* (22%): "Table 2 presents results from..."
  • *Main finding first* (13%): lead with the most important result
  • *Methodological setup* (7%): "To examine this, we draw on..."

Method integration (the core challenge):

  • Elaboration (47%): qual evidence explains or deepens quant findings -- *vertical* integration where both methods address the same question at different depths
  • Complementarity (25%): each method addresses different facets of the question -- may be *vertical* (same question, different aspects) or *horizontal* (different questions combined)
  • Illustration (13%): qual examples make quant patterns concrete -- weakest form; aim for elaboration instead
  • Sequential (13%): one method's findings inform the next method's analysis -- *horizontal* integration where later methods address questions raised by earlier ones

The "more than sum of parts" test: at each integration point, ask whether the combined evidence yields an insight that neither method alone could produce. If qual merely restates what quant already showed, the integration is illustrative, not elaborative.

Body paragraphs -- cross-cutting norms:

  • Qualitative evidence occupies 60-75% of paragraph space even when quant establishes core claims
  • Extended quotations (50+ words) function as analytical anchors, not mere illustration (61%)
  • Transition sentences between methods appear in only 17% of articles -- add them deliberately
  • Connect to theory at heavy (53%) or moderate (45%) density
  • Use subgroup analysis as a bridge device between methods (38%)

Closing paragraph (choose one):

  • *Qualitative synthesis* (21%): return to qualitative evidence to frame the takeaway
  • *Integration summary* (20%): weave both methods into a unified conclusion
  • *Transition to discussion* (16%): bridge paragraph
  • *Summary paragraph* (10%): recap all findings
  • *Mechanism test* (9%): close with process evidence

Phase 5: Calibrate

After drafting, check against cluster norms:

  • Does the arc match the canonical sequence for the selected cluster?
  • Is the paragraph budget balanced across moves?
  • Are method transitions smooth -- or do quant and qual blocks feel disconnected?
  • Is qualitative evidence doing analytical work, not just illustrating?
  • Are extended quotations introduced and interpreted, not left to speak for themselves?
  • Is theory linking at the right density (heavy for Thematic Integrator/Qual-Dominant; moderate for others)?
  • For quant claims: are coefficients translated into substantive terms?
  • For qual claims: is there enough evidence breadth (multiple informants/cases)?
  • "More than sum of parts" test: at each integration point, does the combined evidence produce an insight that neither method alone could yield? If qual only restates what quant showed, revise toward elaboration.
  • Disconfirming evidence: when quant and qual findings diverge, is the divergence reported transparently and interpreted analytically? Suppressing divergence undermines mixed-methods credibility. Treat divergence as an analytic opportunity (e.g., "The regression shows X, but interviews reveal a countervailing process...").
  • Computational methods note: if the paper uses NLP, topic models, or automated text analysis alongside interviews or fieldwork, this counts as mixed-methods. Apply the same integration norms: the computational results need qualitative interpretation, not just validation.

Present the draft with a brief calibration note.

Reference Files

  • Cluster guides (read the one matching the selected cluster):

- clusters/thematic-integrator.md - clusters/quant-anchored-elaborator.md - clusters/alternating-validator.md - clusters/sequential-study-design.md - clusters/qual-dominant-quantifier.md

  • techniques/techniques.md -- 19 writing techniques with descriptions and frequency data
  • references/corpus-statistics.md -- summary statistics from the 84-article analysis corpus

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.3%
按下载量换算26

Claude

28.27%
按下载量换算21

Cursor

18.22%
按下载量换算13

Gemini CLI

10.2%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills