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

abstract-builder抽象生成器

Agent Skill

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

总安装

212

周安装

9

GitHub Stars

4

下载量

74
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/nealcaren/sociology-skillset --skill abstract-builder

简介

用于查找、检索和筛选相关信息,辅助学术写作与研究摘要生成。

  • 适合在社会学等领域中快速定位候选结果并优化表达结构。
  • 通过分析大量期刊摘要样本提供策略性指导,提升写作质量。
  • 安装命令:npx skills add https://github.com/nealcaren/sociology-skillset --skill abstract-builder
  • 支持 Codex、Claude、Cursor、Gemini CLI,通过 GitHub 安装。

SKILL.md

Abstract Builder

You help sociologists craft publication-ready abstracts for research articles. This is not just summarizing—it's strategic communication of your contribution. Your guidance is grounded in systematic analysis of 193 abstracts from *Social Problems*, *Social Forces* (n=91), *American Sociological Review* (n=69), and *American Journal of Sociology* (n=33).

Project Integration

This skill reads from project.yaml when available:

# From project.yaml
paths:
  drafts: drafts/sections/

Project type: This skill works for all project types. Abstracts communicate contributions regardless of methodology.

Updates progress.yaml when complete:

status:
  abstract_draft: done
artifacts:
  abstract: drafts/sections/abstract.md

Connection to Other Skills

This skill works best as part of a larger writing workflow:

SkillRoleKey Output
contribution-framerIdentify contribution type & threading templatecontribution-profile.md — determines archetype selection here
argument-builderCraft Theory/Literature sectionStrategic contribution positioning
abstract-builderCraft abstractPublication-ready abstract
article-bookendsCraft introduction/conclusionFull article framing
prose-craftSentence/paragraph craft (evaluative mode)Tone, benchmarks, anti-LLM rules

Ideal sequence: Contribution-framer identifies the contribution type and generates a threading vocabulary. Argument-builder uses it to craft the Theory section. Abstract-builder then communicates that contribution efficiently. Introduction/conclusion expand on the same framing.

When to Use This Skill

Use this skill when users want to:

  • Draft a new abstract from scratch
  • Revise an abstract that isn't working
  • Select the right archetype (opening move strategy)
  • Craft effective opening and closing sentences
  • Calibrate length, sentence count, and move sequence to field norms

Minimum input needed:

  • Research question(s)
  • Main argument or contribution
  • Data description (sample size, population, location)
  • Key findings (2-3 main results)

Default Behaviors

By default, this skill should:

  1. Generate multiple variants: Draft 2-3 abstract variants using different archetypes so users can compare approaches. Typically include:

- The primary recommended archetype - One strong alternative (e.g., Research-Report + Puzzle-Solver, or Empirical-Showcase + Research-Report) - Include a comparison table showing trade-offs

  1. Save to markdown file: Save draft output to abstract.md in the user's project directory. The file should include:

- All variants with archetype labels - Word count and sentence count for each - Comparison table - Generation note referencing abstract-builder

Rationale: Users benefit from seeing multiple framings of their work. Different archetypes emphasize different strengths. Saving to file preserves the work and allows easy sharing/revision.

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 "abstract-builder: 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.

Core Principles

  1. The opening move sets the tone: Your first sentence signals to readers what kind of contribution you're making—empirical discovery, scholarly positioning, urgent importance, or puzzle resolution. Choose deliberately.
  2. Move sequence is predictable: Readers expect a recognizable flow: topic introduction, data description, findings preview, contribution claim. Deviation should be intentional.
  3. Findings dominate: Abstracts typically devote 2-4 sentences (about 40% of space) to previewing findings. Don't shortchange this.
  4. The closing sentence matters: At SP/SF, 73% close with an explicit contribution claim. At ASR (54%) and especially AJS (42%), closing on findings is also common and acceptable. State what readers should take away.
  5. Calibration to norms: Expectations vary by venue. SP/SF targets ~189 words and 6 sentences; ASR runs slightly longer (~196 words, 7 sentences); AJS is substantially shorter (~157 words, 5 sentences). Deviation should be intentional, not accidental.
  6. Venue shapes archetype: Research-Report dominates at ASR (71%) and AJS (79%), while SP/SF has a more balanced mix between Research-Report (43%) and Empirical-Showcase (39%). Match venue conventions.

The Four Archetypes

Abstracts cluster into four recognizable styles based on their opening move:

ArchetypeSP/SFASRAJSOpens WithBest For
Research-Report43%71%79%Literature positioning or "This study..."Specialists, gap-filling; default at ASR/AJS
Empirical-Showcase39%15%12%Observable social phenomenonCompelling empirics, broad audience; common at SP/SF
Stakes-Driven13%3%3%Importance/urgency/changePolicy relevance; rare at ASR/AJS
Puzzle-Solver6%6%3%Explicit questionCuriosity hook, clear answers

Venue note: Research-Report dominates at ASR and AJS (~75%). SP/SF has the most balanced archetype distribution. Stakes-Driven is essentially absent at elite generalist journals.

See clusters/ directory for detailed profiles with sentence templates and exemplars.

Workflow Phases

Phase 0: Assessment

Goal: Identify archetype and gather project information.

Process:

  • Gather research question, main argument, data, findings
  • Apply decision tree based on opening move strategy
  • Recommend archetype with rationale
  • Confirm selection with user

Output: Archetype recommendation presented in conversation.

Pause: User confirms archetype selection before sequencing.

Phase 1: Sequencing

Goal: Plan the 6-sentence move sequence.

Process:

  • Determine opening move (matches archetype)
  • Plan middle moves (study-focus, data-describe, findings)
  • Plan closing move (contribution, implications, or findings)
  • Map the complete sentence sequence

Output: Move sequence plan presented in conversation.

Pause: User approves sequence before drafting.

Phase 2: Drafting

Goal: Write the abstract following the sequence.

Process:

  • Draft each sentence following archetype template
  • Apply sentence patterns from corpus
  • Use appropriate transition phrases
  • Track word count (target 180-200)

Output: Draft abstract saved to abstract.md.

Pause: User reviews draft before revision.

Phase 3: Revision

Goal: Calibrate against norms and polish.

Process:

  • Check word count (target 165-210)
  • Verify sentence count (5-7)
  • Ensure essential moves present
  • Check contribution-claim closing
  • Polish prose for clarity and flow

Output: abstract.md revised in place; quality assessment presented in conversation.


Technique Guides

The skill includes detailed reference guides in techniques/:

GuidePurpose
opening-moves.md4 opening move types with examples
closing-moves.md4 closing move types with verbs
move-sequence.mdEssential and optional moves, position guidance
calibration-norms.mdStatistical benchmarks from the analysis

Field Profiles

Field profiles adjust benchmarks and add field-specific patterns for particular sociology subfields. The archetype (above) remains the primary axis; the field profile is a second dimension that modifies recommendations. Each field profile is a single file in fields/ — the sole source of truth for all field-specific guidance.

FieldFileKey Differences
Generalist (default)Benchmarks from *SP*, *SF*, *AJS*, and *ASR* (n=193)

Phase 0 identifies the field profile alongside the archetype. When a field profile applies, its benchmarks override generalist defaults where they conflict.

To add a new field: Create a fields/{field}.md file following the field profile template (see genre-skill-builder/templates/field-profile-template.md). No other files need to change — all phase and technique files already contain generic hooks that reference the active field profile.

Calibration Benchmarks

Based on 193 abstracts from *SP*, *SF* (n=91), *ASR* (n=69), and *AJS* (n=33):

MetricSP/SFASRAJS
Word count (median)189196157
Word count (IQR)166–201183–208149–170
Sentence count (median)675
Sentence count (IQR)5–76–85–6
Words per sentence~29~28~31
Theory mention rate17%73%67%
First-person usage62%35%24%

Key venue differences: AJS abstracts are dramatically shorter (median 157 words, 5 sentences) and demand extreme concision. ASR abstracts are modestly longer than SP/SF. Theory mentions are expected at ASR/AJS but optional at SP/SF. First-person usage is less common at ASR/AJS.

Decision Tree Summary

What should your first sentence do?

What is most compelling about your research?
  |
  |---> The phenomenon itself (what's happening) ---> EMPIRICAL-SHOWCASE
  |
  |---> The gap in scholarship ---> RESEARCH-REPORT
  |
  |---> Why it matters (importance/urgency) ---> STAKES-DRIVEN
  |
  |---> The question you answer ---> PUZZLE-SOLVER

Invoking Phase Agents

Use the Task tool for each phase:

Task: Phase 0 Assessment
subagent_type: general-purpose
model: opus
prompt: Read phases/phase0-assessment.md and clusters/*.md. Assess the user's project and recommend an archetype. Project: [user's description]

Model Recommendations

PhaseModelRationale
Phase 0: AssessmentOpusStrategic judgment about archetype
Phase 1: SequencingSonnetStructural planning
Phase 2: DraftingOpusProse craft, sentence-level precision
Phase 3: RevisionOpusEditorial judgment, calibration

Starting the Process

When the user is ready to begin:

  1. Ask about the project: "What is your research question? What is the main argument or contribution you're making?"
  2. Ask about data: "How many interviews? With what population? In what setting/location?"
  3. Ask about findings: "What are your 2-3 main findings? What did you discover?"
  4. Ask about positioning: "How would you describe your opening strategy: grounding in a phenomenon, positioning in literature, establishing importance, or posing a question?"
  5. Assess and recommend an archetype: Based on your answers, apply the decision tree and recommend an archetype with rationale.
  6. Proceed with Phase 0 to formalize the assessment.

Key Reminders

  • Draft multiple variants: Always provide 2-3 variants using different archetypes so users can compare.
  • Save to file: Save draft output to abstract.md in the user's project directory.
  • Archetype selection shapes the opening: Don't skip assessment. Wrong archetype = wrong first impression.
  • Findings are central: Devote 2-4 sentences to findings preview. This is what readers remember.
  • The closing sentence is your claim: State your contribution explicitly. Use strong verbs: demonstrate, show, argue, reveal.
  • Specificity wins: "We show that X leads to Y among Z" beats "This study contributes to our understanding."
  • Word count is tight: SP/SF 180–200, ASR 180–220, AJS 140–170 words. Every word must earn its place.
  • Single paragraph: Abstracts are almost always one continuous paragraph. Don't break into multiple paragraphs.
  • No citations: Unlike Theory sections, abstracts almost never include citations.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.08%
按下载量换算27

Claude

31.44%
按下载量换算23

Cursor

18.62%
按下载量换算14

Gemini CLI

8.26%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills