Token导航 LogoToken导航TokenDH.com
前端设计执行命令github未标认证来源可访问许可证需确认审计提醒

bump-deps凹凸部

Agent Skill

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

总安装

4,422

周安装

188

GitHub Stars

11

下载量

1,549
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/casper-studios/casper-marketplace --skill bump-deps

简介

bump-deps 检测项目中过时依赖包并安全升级,自动识别 breaking change 风险。

  • 根据项目类型选择 pnpm 或 uv 作为包管理器,生成可执行升级建议清单。
  • 对每个重要升级任务 spawn 专用分析子代理,确保变更影响可控后再实施。
  • 运行前需确认当前目录存在有效 lock 文件或 manifest 以保证依赖树准确解析。
  • bump-deps 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Bump Dependencies

Analyze outdated dependencies and safely upgrade them with breaking change detection.

Workflow

  1. Detect package manager based on current directory:

- If in frontend/ directory or working with TypeScript/JavaScript: use pnpm reference - If in backend/ directory or working with Python: use uv reference

  1. List outdated dependencies using the package manager-specific command from the reference
  2. Spawn background analysis tasks for EACH notable upgrade: CRITICAL: You MUST spawn the package-upgrade-analyzer sub-agent as a background Task for EACH and EVERY notable upgrade. Do NOT take shortcuts. Task(subagent_type="package-upgrade-analyzer", run_in_background=true, prompt="Analyze upgrade for {package_name} from {old_version} to {new_version}. GitHub: {repo_url}") Notable upgrades include: Spawn ALL tasks in a single message with multiple tool calls for maximum parallelism.

- Major version bumps (e.g., v4 → v5) - Packages with known breaking changes - Core dependencies (React, Next.js, FastAPI, SQLAlchemy, etc.)

  1. Wait for all background tasks to complete:

- Use TaskOutput to retrieve results from each background task - Once ALL tasks are complete, ultrathink about the suggestions, migration guides, and release notes - Invoke the Plan tool and its sub-agents to strategically address the breaking changes - Plan carefully to maintain as much of the original behavior as possible

  1. Ask clarifying questions:

- If the migration path forward is ambiguous, ASK questions - Do NOT proceed unless you're sure about the safety of the dependency version bumps

  1. Generate PR summary document: Write a .claude/scratchpad/PR.md file using the PR template. Ensure that all package identifiers are properly wrapped in backticks for readability.
  2. Create PR (user confirmation required): After generating .claude/scratchpad/PR.md, use AskUserQuestion to confirm: AskUserQuestion(question="Ready to create the PR? You can edit.claude/scratchpad/PR.md first if needed.", header="Create PR?", options=[{label: "Create PR", description: "Create the PR with current PR.md content"}, {label: "Let me edit first", description: "I'll edit PR.md and confirm when ready"}]) Once the user confirms, derive PR_TITLE and create the PR: Deriving PR_TITLE: PR_TITLE="deps(app): bump react-query to v5, next to v15" gh pr create --base dev --head "$(git rev-parse --abbrev-ref HEAD)" --title "$PR_TITLE" --body-file.claude/scratchpad/PR.md After successful PR creation: # Clean up the scratchpad file rm.claude/scratchpad/PR.md Return the PR URL to the user.

1. Scope: Use app for frontend (pnpm), api for backend (uv) 2. Content (pick first applicable): - ≤3 notable packages: List them by name with target major version → "deps(app): bump react-query to v5, next to v15" - >3 packages with notable ones: Highlight 1-2 notable + count → "deps(api): bump sqlalchemy to v2 (+4 packages)" - Many minor bumps only: Just the count → "deps(app): bump 12 dependencies" 3. Keep under 72 characters

Important Notes

  • Always analyze breaking changes BEFORE upgrading
  • Use parallel Task agents for efficiency
  • Focus on safety over speed - better to ask than to break production
  • Consider rollback strategies for risky upgrades

Additional Instructions

The remaining instructions are behavior overrides by the user.

$ARGUMENTS

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.72%
按下载量换算538

Claude

27.81%
按下载量换算431

Cursor

20.37%
按下载量换算316

Gemini CLI

9%
按下载量换算139

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/casper-studios/casper-marketplace --skill bump-deps 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills