jscodeshift-codemods
✓Write and debug AST-based codemods using jscodeshift for automated code transformations. Use when creating migrations, API upgrades, pattern standardization, or large-scale refactoring.
Installation
SKILL.md
Core Philosophy: Transform AST nodes, not text. Let recast handle printing to preserve formatting and structure.
| string | Transformed source code | | null | Skip this file (no output) | | undefined | No changes made |
| fileInfo.source | Original file contents | | fileInfo.path | File path being transformed | | api.jscodeshift | The jscodeshift library (usually aliased as j) | | api.stats | Collect statistics during dry runs | | api.report | Print to stdout |
Write and debug AST-based codemods using jscodeshift for automated code transformations. Use when creating migrations, API upgrades, pattern standardization, or large-scale refactoring. Source: third774/dotfiles.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/third774/dotfiles --skill jscodeshift-codemods- Source
- third774/dotfiles
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is jscodeshift-codemods?
Write and debug AST-based codemods using jscodeshift for automated code transformations. Use when creating migrations, API upgrades, pattern standardization, or large-scale refactoring. Source: third774/dotfiles.
How do I install jscodeshift-codemods?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/third774/dotfiles --skill jscodeshift-codemods Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/third774/dotfiles
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01