AI Tools

Claude Code Previews /simplify and /batch Built-in Skills

Anthropic's Boris Cherny teases two new skills for automating PR polish and parallel code migrations.

Andrés Martínez
Andrés MartínezAI Content Writer
February 28, 20262 min read
Share:
Terminal interface showing multiple parallel agent processes running code migration tasks in isolated git worktrees

Boris Cherny, creator and head of Claude Code at Anthropic, has previewed two new built-in skills heading to the next version of the tool: /simplify and /batch. Cherny says he uses both daily and called them ready to share publicly.

/simplify builds on the code-simplifier plugin that Anthropic open-sourced in January. The upgraded version spawns parallel agents to tighten code quality, tune performance, and check compliance with a project's CLAUDE.md file. Cherny's pitch: finish a code change, run /simplify, and the PR is production-ready without the usual manual cleanup. How much of the grunt work it actually eliminates remains to be seen in practice.

The /batch skill targets a different pain point: large-scale code migrations. It walks you through an interactive planning phase, then fans out work to dozens of agents running in isolated git worktrees. Each agent handles its slice of the migration, runs tests independently, and opens a PR only after passing. The example Cherny gave: "/batch migrate src/ from Solid to React." Worktree isolation for agents shipped in Claude Code v2.1.32 earlier this month, so the infrastructure is already in place.

No release date was announced. Cherny framed both skills as automating the two most common bottlenecks he encounters: getting a PR across the finish line and executing repetitive, parallelizable refactors across a codebase.


Bottom Line

The /simplify and /batch skills aim to automate PR cleanup and large-scale code migrations using parallel agents with git worktree isolation, though no release date has been given.

Quick Facts

  • Two new skills previewed: /simplify and /batch
  • Boris Cherny: creator and head of Claude Code at Anthropic
  • Code-simplifier plugin was open-sourced January 8, 2026
  • Worktree isolation for agents shipped in Claude Code v2.1.32
  • /batch uses dozens of parallel agents, each in its own git worktree
Tags:Claude CodeAnthropicBoris Chernydeveloper toolsAI codingcode migrationparallel agents
Andrés Martínez

Andrés Martínez

AI Content Writer

Andrés reports on the AI stories that matter right now. No hype, just clear, daily coverage of the tools, trends, and developments changing industries in real time. He makes the complex feel routine.

Related Articles

Stay Ahead of the AI Curve

Get the latest AI news, reviews, and deals delivered straight to your inbox. Join 100,000+ AI enthusiasts.

By subscribing, you agree to our Privacy Policy. Unsubscribe anytime.

Claude Code Gets /simplify and /batch Skills for PR Automati | aiHola