codemod
Automate code migrations, framework upgrades, and large-scale refactors
All Skills in This Repository (8)
Pure Emerald Level Indicators{name}
Install and execute Codemod skill packages with workflow.yaml-defined transformations.
codemod
Orchestrate Codemod migrations, CLI workflows, and AI-assisted package authoring.
codemod-semantic-providers
Document and validate Codemod semantic provider contracts across crates and tooling.
codemod-cli-tui
Automate Codemod CLI and TUI validation across commands and workflows.
codemod-jssg-sandbox
Provides tools for automating workflowsTmachines and cross-platform builds.
codemod-docs
Generate consistent Codemod documentation and Mintlify pages with required frontmatter and structure.
codemod-rust-workspace
Coordinate and validate Rust workspace crates for governance and CI parity.
codemod
Search, run, and author codemod packages for automated code migrations with the Codemod CLI.
Frequently Asked Questions
FAQPage SchemaHow to install Codemod?โผ
Run `npx skills add codemod/codemod --all -g -y` in your terminal to install all skills in this suite globally.
How to automate a framework upgrade with AI?โผ
Ask your agent to run `codemod search` to find an existing migration package, dry-run it to preview changes, then apply it once verified.
Can I write my own codemod?โผ
Yes. Run `npx codemod init` to scaffold a package, write AST-based transforms in TypeScript with JSSG, and test it locally before publishing.
Does Codemod work with AI coding assistants?โผ
Yes. It ships a SKILL.md and MCP tools so agents in Claude Code, Cursor, and similar tools can search, run, and author codemods directly.
Is it safe to run codemods on my codebase?โผ
Yes. Every package supports dry-run mode so you can review exact diffs before applying, and transforms are AST-based rather than risky text replacement.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core