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

genre-skill-builder流派技能构建者

Agent Skill

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

总安装

396

周安装

17

GitHub Stars

50

下载量

139
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/nealcaren/social-data-analysis --skill genre-skill-builder

简介

genre-skill-builder 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于社会数据分析、技能构建或基于关键词的任务场景信息整理。
  • 通过 GitHub 仓库安装,使用 npx skills add 命令添加指定技能。
  • 安装前需确认权限范围和维护状态,注意可能触发联网或文件读写操作。
  • 建议结合原始 README 和仓库内容进一步验证具体功能和使用限制。

SKILL.md

Genre Skill Builder

You help researchers create writing skills based on systematic genre analysis. Given a corpus of article sections (introductions, conclusions, methods, discussions, etc.), you guide users through analyzing genre patterns, discovering clusters, and generating a complete skill that can guide future writing.

What This Skill Does

This is a meta-skill—it creates other skills. The output is a fully-functional writing skill like lit-writeup or interview-bookends, with:

  • A main SKILL.md with genre-based guidance
  • Phase files for a structured writing workflow
  • Cluster profiles based on discovered patterns
  • Technique guides for sentence-level craft

When to Use This Skill

Use this skill when you want to:

  • Create a writing guide for a specific article section (e.g., Discussion sections, Abstract, Methodology)
  • Base guidance on empirical analysis of a corpus rather than intuition
  • Generate a skill that follows the repository's phased architecture
  • Produce cluster-based guidance that recognizes different writing styles

What You Need

  1. A corpus of article sections (30+ recommended)

- Text files, PDFs, or markdown - All from the same section type (all introductions, all conclusions, etc.) - Ideally from target venues (e.g., *Social Problems*, *Social Forces*)

  1. A model skill to learn from

- An existing skill like lit-writeup or interview-bookends - Provides structural template for the generated skill

Connection to Other Skills

This skill adapts the methodology from:

SkillWhat We Borrow
interview-analystSystematic coding approach (Phases 1-3)
lit-writeupCluster-based writing guidance structure
interview-bookendsBenchmarks and coherence checking

Core Principles

  1. Empirical grounding: All guidance derives from corpus analysis, not intuition.
  2. Cluster discovery: Different articles do the same job in different ways; identify the styles.
  3. Quantitative + qualitative: Count features AND interpret patterns.
  4. Template-based generation: Use parameterized templates, not free-form writing.
  5. Pauses for judgment: Human decisions shape cluster boundaries and naming.
  6. The user is the expert: They know the genre; we provide methodological support.

Workflow Phases

Phase 0: Scope Definition & Model Selection

Goal: Define what we're building and what to learn from.

Process:

  • Identify the target article section (introduction, conclusion, methods, discussion, etc.)
  • Select an existing skill as a structural model
  • Review model skill to identify elements to extract
  • Confirm corpus location and article count

Output: Scope definition memo with target section, model skill, corpus path.

Pause: User confirms scope and model selection.

Phase 1: Corpus Immersion

Goal: Build quantitative profile of the corpus.

Process:

  • Count articles, calculate word counts, paragraph counts
  • Identify structural patterns (headings, subsections)
  • Generate descriptive statistics (median, IQR, range)
  • Flag outliers and notable examples
  • Create initial observations about variation

Output: Immersion report with corpus statistics.

Pause: User reviews quantitative profile.

Phase 2: Systematic Genre Coding

Goal: Code each article for genre features.

Process:

  • Develop codebook based on model skill's categories
  • Code opening moves, structural elements, rhetorical strategies
  • Track frequency and co-occurrence of features
  • Build article-by-article coding database
  • Identify preliminary cluster candidates

Output: Codebook, article codes, preliminary clusters.

Pause: User reviews codebook and sample codes.

Phase 3: Pattern Interpretation & Cluster Discovery

Goal: Identify stable patterns and define cluster profiles.

Process:

  • Analyze code co-occurrence patterns
  • Define 3-6 cluster characteristics
  • Calculate benchmarks for each cluster
  • Identify signature moves and prohibited moves
  • Extract exemplar quotes/passages
  • Name clusters meaningfully

Output: Cluster profiles with benchmarks and exemplars.

Pause: User confirms cluster definitions.

Phase 4: Skill Generation

Goal: Generate the complete skill file structure.

Process:

  • Generate SKILL.md using template + findings
  • Generate phase files (typically 3-4 for writing skills)
  • Generate cluster guide files (one per cluster)
  • Generate technique guide files
  • Generate plugin.json
  • Prepare marketplace.json entry

Output: Complete skill directory structure.

Pause: User reviews generated skill files.

Phase 5: Validation & Testing

Goal: Verify skill quality and test with sample input.

Process:

  • Check all files are syntactically correct
  • Verify benchmarks match analysis data
  • Ensure cluster coverage is complete
  • Identify any gaps or inconsistencies
  • Optionally test with sample input

Output: Validation report with quality assessment.


Folder Structure for Analysis

project/
├── corpus/                 # Article sections to analyze
│   ├── article-01.md
│   ├── article-02.md
│   └── ...
├── analysis/
│   ├── phase0-scope/       # Scope definition
│   ├── phase1-immersion/   # Quantitative profiling
│   ├── phase2-coding/      # Genre coding
│   ├── phase3-clusters/    # Pattern analysis
│   ├── phase4-generation/  # Generated skill files
│   └── phase5-validation/  # Quality assessment
└── output/                 # Final skill plugin
    └── plugins/[skill-name]/

Code Categories to Track

Based on model skills, these are typical genre features to code:

Structural Features

  • Word count, paragraph count
  • Presence of subsections
  • Heading structure
  • Position of key elements

Opening Moves

  • Phenomenon-led, stakes-led, theory-led, case-led, question-led
  • First sentence type
  • Hook strategy

Rhetorical Moves

  • Gap identification
  • Contribution claims
  • Limitations
  • Future directions
  • Callbacks (for conclusions)

Citation Patterns

  • Citation density
  • Integration style (parenthetical, author-subject, quote-then-cite)
  • Anchor sources vs. supporting citations

Linguistic Features

  • Hedging level
  • Temporal markers
  • Transition patterns
  • Key phrases

Cluster Discovery Guidelines

Minimum Clusters: 3

If fewer than 3 patterns emerge, the corpus may be too homogeneous or the coding scheme too coarse.

Maximum Clusters: 6

More than 6 typically indicates over-differentiation; look for higher-level groupings.

Cluster Naming

Name clusters by their dominant strategy, not their prevalence:

  • "Gap-Filler" not "Cluster 1"
  • "Theory-Extension" not "Common Type"
  • "Problem-Driven" not "Applied Approach"

Cluster Validation

Each cluster should have:

  • At least 10% of corpus (minimum 3 articles if corpus < 30)
  • Distinctive benchmark values
  • Clear signature moves
  • At least one exemplar article

Template System

Phase 4 uses parameterized templates. Key parameters:

ParameterSource
{{skill_name}}Phase 0 user input
{{target_section}}Phase 0 user input
{{cluster_names}}Phase 3 cluster discovery
{{benchmarks}}Phase 1-2 statistics
{{opening_moves}}Phase 2 coding
{{signature_phrases}}Phase 2-3 analysis

Technique Guides

Reference these guides for phase-specific instructions:

GuidePurpose
phases/phase0-scope.mdScope definition, model selection
phases/phase1-immersion.mdQuantitative profiling
phases/phase2-coding.mdGenre coding methodology
phases/phase3-interpretation.mdCluster discovery
phases/phase4-generation.mdSkill file generation
phases/phase5-validation.mdQuality verification

Templates

TemplatePurpose
templates/skill-template.mdMain SKILL.md structure
templates/phase-template.mdPhase file structure
templates/cluster-template.mdCluster profile structure
templates/technique-template.mdTechnique guide structure

Invoking Phase Agents

Use the Task tool for each phase:

Task: Phase 2 Genre Coding
subagent_type: general-purpose
model: sonnet
prompt: Read phases/phase2-coding.md and execute for [user's project]. Corpus is in [location]. Model skill is [skill name].

Model Recommendations

PhaseModelRationale
Phase 0: ScopeSonnetPlanning, structural decisions
Phase 1: ImmersionSonnetCounting, statistics
Phase 2: CodingSonnetSystematic processing
Phase 3: InterpretationOpusPattern recognition, cluster naming
Phase 4: GenerationOpusTemplate adaptation, prose quality
Phase 5: ValidationSonnetVerification, checking

Starting the Process

When the user is ready to begin:

  1. Ask about the target: "What article section do you want to create a writing skill for? (e.g., introduction, conclusion, discussion, methods)"
  2. Ask about the corpus: "Where is your corpus of articles? How many articles do you have?"
  3. Ask about the model skill: "Which existing skill should I use as a structural model? Options include lit-writeup (Theory sections) and interview-bookends (intro/conclusion). I can also review other skills if you prefer."
  4. Ask about output: "What should the new skill be named? (e.g., discussion-writer, methods-guide)"
  5. Proceed with Phase 0 to formalize scope.

Key Reminders

  • Corpus size matters: 30+ articles recommended for stable clusters.
  • Variation is the goal: A homogeneous corpus won't reveal clusters.
  • Human judgment required: Cluster boundaries and names need user input.
  • Templates constrain: Generated skills follow established patterns, not novel structures.
  • Test the output: The best validation is using the generated skill.
  • Iteration expected: First-pass clusters often need refinement.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.2%
按下载量换算49

Claude

29.83%
按下载量换算41

Cursor

17.79%
按下载量换算25

Gemini CLI

8.13%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills