·simplify-parallel
</>

simplify-parallel

Run code simplification across entire codebase using parallel agents with automatic segmentation and coordination

15Installs·1Trend·@skinnyandbald

Installation

$npx skills add https://github.com/skinnyandbald/fish-skills --skill simplify-parallel

How to Install simplify-parallel

Quickly install simplify-parallel 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/skinnyandbald/fish-skills --skill simplify-parallel
  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: skinnyandbald/fish-skills.

SKILL.md

View raw

Execute code simplification across a large codebase by automatically segmenting it into logical chunks and processing them concurrently with proper dependency ordering.

| /simplify-parallel | Analyze and simplify entire codebase | | /simplify-parallel --dry-run | Analyze only, show plan without executing | | /simplify-parallel --focus=lib | Limit to specific area | | /simplify-parallel --segments=4 | Set max parallel agents |

| --dry-run | false | Analyze only, don't modify files | | --focus=AREA | all | Limit to area: api, lib, components, hooks, pages | | --segments=N | 3 | Maximum parallel agents | | --max-files=N | 20 | Max files per segment | | --verbose | false | Show detailed progress |

Run code simplification across entire codebase using parallel agents with automatic segmentation and coordination Source: skinnyandbald/fish-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/skinnyandbald/fish-skills --skill simplify-parallel
Category
</>Dev Tools
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from skinnyandbald/fish-skills

Quick answers

What is simplify-parallel?

Run code simplification across entire codebase using parallel agents with automatic segmentation and coordination Source: skinnyandbald/fish-skills.

How do I install simplify-parallel?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/skinnyandbald/fish-skills --skill simplify-parallel 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/skinnyandbald/fish-skills