Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计通过

skill-organizer技能组织者

Agent Skill

skill-organizer 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

734

周安装

30

GitHub Stars

968

下载量

235
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/massgen/massgen --skill skill-organizer

简介

skill-organizer 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 安装方式:github,使用 npx skills add 命令添加。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Skill Organizer

Reads all installed skills, identifies overlaps and confusability, merges where appropriate, and produces a compact SKILL_REGISTRY.md that serves as a routing guide in agent system prompts.

Why This Exists

Models have a skill selection capacity (kappa) of approximately 50-100 items. Beyond that, selection accuracy degrades. As skills accumulate through log analysis and manual creation, the skill library can cross this threshold. This skill keeps the library organized and the routing guide compact.

Reference: Scaling LLM Agents with Skill Libraries

Workflow

Step 1: Inventory

List all skill directories in the.agent/skills/ folder.

Then read each skill's SKILL.md to understand scope, quality, and overlap. Each skill lives in a subdirectory of.agent/skills/ with a SKILL.md file.

Step 2: Identify overlapping or confusable skills

Look for:

  • Skills that do the same thing with slightly different names
  • Skills whose scopes significantly overlap (one is a subset of another)
  • Skills that could be combined into a single broader skill with multiple sections
  • Near-duplicate skills created from different log analysis sessions

Step 3: Merge into hierarchical parent skills

For each group of overlapping or related skills, create a single parent skill with sections covering each sub-capability:

  1. Choose a broader parent name and directory (e.g., web-app-dev instead of separate react-frontend, nodejs-backend, web-testing)
  2. Write one comprehensive SKILL.md with clearly labeled sections for each sub-capability. Each section should be self-contained enough that an agent can read just that section for a focused task.
  3. Move bundled resources (templates, examples, configs) from merged skills into subdirectories of the parent skill directory.
  4. Remove the redundant skill directories.

When merging, prefer the skill with:

  • Better-quality instructions and examples
  • More complete bundled resources
  • A more descriptive, general name

The goal is fewer, richer skills — a parent skill with 4 well-written sections is better than 4 separate shallow skills.

Step 4: Generate SKILL_REGISTRY.md

Write .agent/skills/SKILL_REGISTRY.md as a compact routing guide:

# Skill Registry

## <Category> (<count>)

- **skill-name**: What it does in one sentence.
  Use when: <trigger condition — when should the agent read this skill?>
  Sections: <comma-separated list of sections/sub-capabilities within the skill>

- **skill-name**: What it does in one sentence.
  Use when: <trigger condition>

## Recently Added
- **new-skill** (project): Frontmatter description — not yet categorized

The registry should:

  • Group skills by purpose/domain (not alphabetically)
  • For each skill, include: what it does, when to read it, and what sections it contains
  • The "Use when" line is critical — it tells agents when to load the full SKILL.md
  • The "Sections" line (when applicable) shows what sub-capabilities live inside the skill
  • Stay under 50 entries total (merge aggressively if needed)
  • Include a "Recently Added" section for skills created since last organization
  • NOT duplicate full skill content, just enough for selection routing

Step 5: Report

Summarize what you did:

  • How many skills were found
  • Which skills were merged (old names -> new name)
  • Which skills were kept as-is
  • The final registry structure

Constraints

  • Do NOT use keyword matching, Jaccard similarity, or heuristic categorization. Use your understanding of what each skill does.
  • Be aggressive about merging: fewer high-quality skills beats many overlapping ones.
  • Preserve all bundled resources (templates, examples, configs) during merges.
  • The SKILL_REGISTRY.md is a routing guide, not documentation. Keep it concise.
  • Skills in massgen/skills/ (builtin) should not be merged or deleted, only cataloged in the registry.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.67%
按下载量换算81

Claude

31.65%
按下载量换算74

Cursor

20.17%
按下载量换算47

Gemini CLI

10.14%
按下载量换算24

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills