What is simplify-parallel?
Run code simplification across entire codebase using parallel agents with automatic segmentation and coordination Source: skinnyandbald/fish-skills.
Run code simplification across entire codebase using parallel agents with automatic segmentation and coordination
Quickly install simplify-parallel AI skill to your development environment via command line
Source: skinnyandbald/fish-skills.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/skinnyandbald/fish-skills --skill simplify-parallelRun code simplification across entire codebase using parallel agents with automatic segmentation and coordination Source: skinnyandbald/fish-skills.
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
https://github.com/skinnyandbald/fish-skills