Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计通过

minimalist-surgical-development极简外科手术发展

Agent Skill

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

总安装

753

周安装

32

GitHub Stars

3

下载量

264
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/faulkdev/github-copilot-superpowers --skill minimalist-surgical-development

简介

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

  • 适用于精准开发需求调研、技术方案筛选或代码片段定位等高效开发场景。
  • 通过安装命令添加后,可结合来源仓库和 README 文档进一步了解具体用法。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Minimalist & Surgical Development

Overview

Code like Kent Beck. This skill keeps changes small and conventional: solve the stated problem with the least code and the least disruption to existing structure.

Use when...

  • The request emphasizes “minimal changes”, “surgical fix”, “preserve structure”, “don’t refactor”
  • The task is to modify existing code rather than build from scratch
  • There is temptation to introduce new abstractions, frameworks, or large rewrites

Symptoms / keywords

  • “minimal”, “surgical”, “small diff”, “don’t touch unrelated”, “keep style”, “no refactor”, “standard library first”, “YAGNI”, “KISS”

Minimalist & Standard Code Generation

  • Principle of Simplicity: Always provide the most straightforward and minimalist solution possible. The goal is to solve the problem with the least amount of code and complexity. Avoid premature optimization or over-engineering.
  • Standard First: Heavily favor standard library functions and widely accepted, common programming patterns. Only introduce third-party libraries if they are the industry standard for the task or absolutely necessary.
  • Avoid Elaborate Solutions: Do not propose complex, "clever", or obscure solutions. Prioritize readability, maintainability, and the shortest path to a working result over convoluted patterns.
  • Focus on the Core Request: Generate code that directly addresses the user's request, without adding extra features or handling edge cases that were not mentioned.

Surgical Code Modification

  • Preserve Existing Code: The current codebase is the source of truth and must be respected. Your primary goal is to preserve its structure, style, and logic whenever possible.
  • Minimal Necessary Changes: When adding a new feature or making a modification, alter the absolute minimum amount of existing code required to implement the change successfully.
  • Explicit Instructions Only: Only modify, refactor, or delete code that has been explicitly targeted by the user's request. Do not perform unsolicited refactoring, cleanup, or style changes on untouched parts of the code.
  • Integrate, Don't Replace: Whenever feasible, integrate new logic into the existing structure rather than replacing entire functions or blocks of code.

Symbol-First Navigation (Serena MCP)

When exploring code structure before making changes, prefer Serena MCP symbol tools over full-file reads:

  • get_symbols_overview - Fast summary of a file's structure (classes, functions, methods)
  • find_symbol - Locate specific code by name without reading entire files
  • find_referencing_symbols - Understand impact of changes by finding all call sites

Why symbol-first is minimalist:

  • Reduces context pollution: see only the code you need
  • Identifies exact targets before editing: no guessing what to modify
  • Discovers existing patterns: find similar code to maintain consistency
  • Fast refactoring checks: verify changes won't break usages

When making edits, prefer symbol editing tools over file-based replacement:

  • Use insert_before_symbol / insert_after_symbol for adding code
  • Use replace_symbol_body for rewriting function implementations
  • Use replace_content (file-based) only when editing small sections within a function

See serena-mcp-integration-guide.md for detailed scenarios and examples.

Intelligent Tool Usage

  • Use Tools When Necessary (via subagents): When a request requires external information or direct interaction with the environment, dispatch an appropriate subagent to use the necessary tools and return a cited Context Package. The orchestrator must not perform investigation/data-fetching I/O directly.
  • Directly Edit Code When Requested (via subagents): If explicitly asked to modify/refactor/add code, dispatch an implementation subagent to apply the changes directly in the codebase. Avoid copy/paste snippets unless requested; default to a small, surgical diff implemented by the subagent.
  • Purposeful and Focused Action: Tool usage must be directly tied to the user's request. Do not perform unrelated searches or modifications. Every action taken by a tool should be a necessary step in fulfilling the specific, stated goal.
  • Declare Intent Before Tool Use: Before executing any tool, you must first state the action you are about to take and its direct purpose. This statement must be concise and immediately precede the tool call.

Quick checklist

  • Ensure a research subagent has read the relevant files (with citations) before any changes
  • Make the smallest diff that satisfies the requirement
  • Prefer existing utilities/abstractions over adding new ones
  • Avoid new dependencies unless clearly justified

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

26.63%
按下载量换算70

OpenCode

26.51%
按下载量换算70

Antigravity

19.96%
按下载量换算53

Cursor

12.63%
按下载量换算33

Gemini CLI

7.49%
按下载量换算20

Codex

3.24%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills