Agent Skillspydantic/monty › fastmod

fastmod

GitHub

指导使用 fastmod 或 sed 对代码库进行批量修改,避免逐个处理重复变更,提升开发效率。

.agents/skills/fastmod/SKILL.md pydantic/monty

触发场景

需要进行大量重复的代码替换或更新 执行批量重构或格式调整

安装

npx skills add pydantic/monty --skill fastmod -g -y
更多选项

非标准路径

npx skills add https://github.com/pydantic/monty/tree/main/.agents/skills/fastmod -g -y

不安装直接使用

npx skills use pydantic/monty@fastmod

指定 Agent (Claude Code)

npx skills add pydantic/monty --skill fastmod -a claude-code -g -y

安装 repo 全部 skill

npx skills add pydantic/monty --all -g -y

预览 repo 内 skill

npx skills add pydantic/monty --list

SKILL.md

Frontmatter
{
    "name": "fastmod",
    "description": "Use fastmod to make mass code updates to avoid many repetitive changes."
}

fastmod

Instructions

You can occasionally use fastmod or sed to make mass updates to the codebase and avoid wasting tokens changing each case one at a time.

Before making many repetitive changes to the codebase, consider using fastmod --accept-all.

THINK HARD about how best to use fastmod as it can dramatically improve your productivity.

Examples

Example of switching the py_type function to take heap: &Heap instead of a generic H: HeapAccess parameter:

fastmod --accept-all 'fn py_type<H: HeapAccess>\((.+?), heap: &H\b' 'fn py_type($1, heap: &Heap'

版本历史

  • 026b383 当前 2026-08-20 09:39

同 Skill 集合

.agents/skills/fix-pr-comments/SKILL.md
.agents/skills/python-playground/SKILL.md
.agents/skills/review-general/SKILL.md
.agents/skills/review-security/SKILL.md
.agents/skills/review-usability/SKILL.md
.agents/skills/review-verbosity/SKILL.md
.agents/skills/writing-style/SKILL.md

元信息

文件数
0
版本
a8ce0a5
Hash
53a9f9b2
收录时间
2026-08-20 09:39

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-09 15:28
浙ICP备14020137号-1 $访客地图$