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

prose-synthesize散文综合

Agent Skill

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

总安装

737

周安装

31

GitHub Stars

28

下载量

258
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/laurigates/claude-plugins --skill prose-synthesize

简介

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

  • 适用于多源信息整合、观点归纳和复杂内容综合等研究型任务。
  • 支持将多个来源的信息聚合并提炼核心结论,输出结构化综述。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

/prose:synthesize

Synthesize unstructured thinking into a structured, actionable plan — impose order on chaos.

When to Use This Skill

Use this skill when...Use something else when...
User dumps stream-of-consciousness thoughtsText is already structured but verbose → /prose:distill
Scattered notes need organizing into a planNeed to capture session learnings → /project:distill
Brain dump needs goals, actions, priorities extractedNeed to write a plan from scratch with no input → /blueprint:init
User says "make sense of this", "organize this"Document needs style/tone adjustment → prose-tone (planned)

Core Principles

Synthesis is the complement of analysis. Analysis breaks apart; synthesis combines fragments into a coherent whole. The input is scattered thinking — the output is structured intent.

What Makes a Good Synthesized Plan

Each element answers a specific question:

ElementQuestion it answers
ObjectiveWhat are we trying to achieve?
Key decisionsWhat needs deciding before acting?
ActionsWhat specific things need doing?
DependenciesWhat blocks what?
Open questionsWhat's still unclear?

Parameters

Parse $ARGUMENTS:

  • If prose is provided inline, synthesize it directly
  • If a file path is provided, read and synthesize the file contents
  • If no arguments, ask the user to provide their unstructured thinking

Execution

Execute this synthesis workflow:

Step 1: Absorb the input

Read all provided text without editing or filtering. Identify:

  1. Total volume (rough word count)
  2. Density of ideas — scattered vs. loosely organized
  3. Whether there's an implicit goal or the user is still exploring
  4. Tone — brainstorming, planning, venting, or exploring

Step 2: Extract and tag ideas

Work through the input and internally classify each distinct idea:

  • GOAL — something the user wants to achieve
  • CONSTRAINT — a limitation or boundary condition
  • DECISION — a choice that needs making
  • ACTION — a concrete step that could be taken
  • QUESTION — something unresolved or uncertain
  • CONTEXT — background that informs the plan
  • ASIDE — tangential thought (preserve but deprioritize)

Do not discard anything yet. Do not show tags to the user.

Step 3: Cluster by theme

Group ideas into natural clusters:

  1. Ideas addressing the same goal
  2. Actions depending on the same decision
  3. Questions blocking the same cluster of actions

Name each cluster with a short descriptive label.

Step 4: Find the spine

Identify the core through-line — the primary objective connecting the most clusters. This becomes the plan's backbone. Other clusters are supporting or parallel tracks.

Step 5: Build the plan

Structure the output using this format. Include only sections that have content:

## Objective

<1-2 sentence statement of what this plan achieves>

## Key Decisions

<Decisions that need making before or during execution. Note options if the user mentioned them.>

## Plan

<Ordered actions grouped by theme/phase. Numbered lists for sequences, bullets for parallel items.>

## Dependencies

<What blocks what — only if meaningful dependencies exist>

## Open Questions

<Unresolved items needing answers before the plan is complete>

## Parked Ideas

<Tangential thoughts worth preserving but outside the core plan>

Step 6: Validate completeness

Check the plan against the original input:

  1. Is every goal addressed?
  2. Is every constraint respected?
  3. Are the user's questions surfaced, not buried?
  4. Did anything important get lost in synthesis?

If the input was exploratory (no clear goal), say so in the objective and frame the plan as "potential directions" rather than commitments.

Handling Ambiguity

SituationApproach
Multiple possible goalsPresent as alternatives under Key Decisions
Contradictory ideasSurface the contradiction explicitly
Vague but directionalInterpret the direction, note the interpretation
Pure exploration (no goal)Organize by theme, suggest possible goals

Example

Input: "I need to fix the auth system. Also the tests are broken. Maybe we should move to JWT. The deployment pipeline keeps failing too. Sarah mentioned something about rate limiting. We should probably do a security audit at some point. Oh and the docs are out of date."

Synthesized:

Objective: Stabilize and secure the authentication system while addressing related infrastructure issues. Key Decisions: 1. JWT migration — move to JWT or fix current auth? (Affects scope of all auth work) Plan: 1. Fix immediate blockers - Fix broken tests (unblocks everything else) - Fix deployment pipeline failures 2. Auth system - Decide JWT migration - Implement fix or migration based on decision - Add rate limiting (per Sarah's input) 3. Hardening - Security audit - Update documentation Open Questions: - What specifically did Sarah say about rate limiting? - What's breaking in the deployment pipeline? (may be auth-related)

Agentic Optimizations

ContextApproach
Short input (< 200 words)Synthesize inline, present plan directly
Medium input (200-1000 words)Full synthesis workflow, structured plan output
Long input or file (> 1000 words)Read file, full synthesis, write plan to file
Already semi-structured inputPreserve existing structure, fill gaps
No clear goal in inputOrganize by theme, present as exploration map

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.39%
按下载量换算94

Claude

31.33%
按下载量换算81

Cursor

20.57%
按下载量换算53

Gemini CLI

9%
按下载量换算23

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills