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

skill-development技能发展

Agent Skill

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

总安装

1,398

周安装

56

GitHub Stars

3,478

下载量

452
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/galaxy-dawn/claude-scholar --skill skill-development

简介

skill-development 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 注意该技能属于前端设计类,实际功能以来源仓库文档为准。

SKILL.md

Skill Development

Use this skill to create or repair Claude skills in the current local environment, not in an abstract plugin template.

Goal

Produce a skill that is:

  • easy to trigger,
  • lean at the SKILL.md layer,
  • backed by real references/, examples/, and scripts/ files when they are mentioned,
  • free of dead local references.

Core rules

  • Keep one skill = one durable job.
  • Treat the frontmatter description as the main trigger surface.
  • Keep SKILL.md focused on workflow and boundaries.
  • Move detailed catalogs, templates, and long explanations into references/ or examples/.
  • Do not mention files that do not exist.
  • Do not inherit stale names, agents, or sibling skill references without verifying they exist locally.

Default workflow

1. Inspect the current environment first

Before writing anything:

  • inspect the target skill directory,
  • inspect neighboring skills that already solve a similar problem,
  • verify which agents, commands, and sibling skills actually exist,
  • identify stale references before adding new ones.

Use the local inventory as the authority. Do not write guidance against an imagined plugin layout.

2. Lock the skill contract

Define four things before editing:

  1. what the skill does,
  2. what triggers it,
  3. what it explicitly does not do,
  4. which bundled resources are actually needed.

If the skill only needs a short workflow, keep it short. Do not create references/, examples/, or scripts/ just because the directories are conventional.

3. Write or repair the frontmatter

The frontmatter should:

  • use the real skill identifier in name,
  • use a third-person trigger description,
  • include concrete phrases a user would naturally say,
  • stay short enough to scan quickly.

Prefer descriptions of this form:

---
name: skill-name
description: This skill should be used when the user asks to "...", "...", or needs help with ....
---

4. Keep the main file lean

A good SKILL.md should usually contain:

  • a short goal section,
  • role boundaries,
  • a default workflow,
  • safety or quality rules,
  • a short list of additional resources.

Move these out of the main file when they get long:

  • templates,
  • exhaustive checklists,
  • edge-case catalogs,
  • sample outputs,
  • long examples.

5. Add only real bundled resources

Use bundled resources deliberately:

  • references/ for detailed guidance that may be loaded selectively,
  • examples/ for real example outputs or scaffolds,
  • scripts/ for deterministic helper logic.

If a resource is mentioned in SKILL.md, it must exist. If a resource exists but is never referenced or used, delete it.

6. Run integrity checks before closing

At minimum, verify:

  • frontmatter parses,
  • referenced local files exist,
  • sibling skill or agent references are real,
  • SKILL.md is not overloaded with material that belongs in references,
  • temporary logs, caches, and editor artifacts are not left inside the skill directory.

Typical repair patterns

When the skill is too long

  • keep the trigger and workflow in SKILL.md,
  • move catalogs and deep detail into references/,
  • keep a short read order so another model knows what to load first.

When the skill is too thin

  • add a default workflow,
  • add at least one concrete example or checklist,
  • make the boundaries explicit so the skill is not just a slogan.

When the skill has stale references

  • remove dead paths immediately,
  • replace historical names with current local names,
  • re-check neighboring agents/commands/skills against the live directory.

Recommended output shape

When creating or repairing a skill, prefer ending with:

  • what changed,
  • which files were created or updated,
  • what integrity checks were run,
  • what still needs manual follow-up, if anything.

References

Load only what is needed:

  • references/checklist.md - compact quality checklist before closing a skill edit
  • references/integrity-checks.md - concrete local checks for missing files, dead references, and drift
  • references/skill-creator-original.md - legacy background reference; use for context, not as the live source of truth

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.13%
按下载量换算172

Claude

30.04%
按下载量换算136

Cursor

19.7%
按下载量换算89

Gemini CLI

8.63%
按下载量换算39

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills