From sundial-org-awesome-openclaw-skills-4
Generates jscodeshift codemods from natural language prompts for large-scale code refactoring across files. Use for framework upgrades, library migrations, and pattern enforcement.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
You need to replace a pattern across 500 files. Find and replace won't cut it. This tool generates AST-based codemods that safely transform your code at scale.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
You need to replace a pattern across 500 files. Find and replace won't cut it. This tool generates AST-based codemods that safely transform your code at scale.
One command. Zero config. Just works.
npx ai-codemod "convert class components to functional"
# Class to functional components
npx ai-codemod "convert class components to functional"
# Modernize code
npx ai-codemod "replace lodash.get with optional chaining"
# API migrations
npx ai-codemod "migrate from moment to date-fns"
# Framework upgrades
npx ai-codemod "update React Router v5 to v6"
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-codemod --help
Takes your plain English description of the transformation and generates a jscodeshift codemod script. The AI understands AST manipulation and outputs a codemod you can run with jscodeshift or babel.
MIT. Free forever. Use it however you want.
Built by LXGIC Studios