·refactor
</>

refactor

Perform large-scale refactors and renames in TypeScript codebases. Use when renaming symbols across files, doing pattern replacements, changing function signatures, or performing codebase-wide refactors. Prefer AST-aware tools over text-based replacements.

11Installs·0Trend·@flowglad

Installation

$npx skills add https://github.com/flowglad/flowglad --skill refactor

How to Install refactor

Quickly install refactor AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/flowglad/flowglad --skill refactor
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: flowglad/flowglad.

SKILL.md

View raw

Perform codebase-wide refactors using AST-aware tools for accuracy and safety. This skill emphasizes scripted approaches over individual file edits and integrates with the gameplan workflow for complex changes.

| Complexity | Files Affected | Patterns | Approach |

| Simple | < 20 files | Single pattern | Direct ast-grep execution | | Medium | 20-100 files | Multiple patterns | Scripted approach with verification | | Complex | 100+ files, behavioral changes | Multiple patterns, tests affected | Create a gameplan first |

Perform large-scale refactors and renames in TypeScript codebases. Use when renaming symbols across files, doing pattern replacements, changing function signatures, or performing codebase-wide refactors. Prefer AST-aware tools over text-based replacements. Source: flowglad/flowglad.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/flowglad/flowglad --skill refactor
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-11

Browse more skills from flowglad/flowglad

Quick answers

What is refactor?

Perform large-scale refactors and renames in TypeScript codebases. Use when renaming symbols across files, doing pattern replacements, changing function signatures, or performing codebase-wide refactors. Prefer AST-aware tools over text-based replacements. Source: flowglad/flowglad.

How do I install refactor?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/flowglad/flowglad --skill refactor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/flowglad/flowglad

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22