simplify-parallel이란?
자동 분할 및 조정 기능이 있는 병렬 에이전트를 사용하여 전체 코드베이스에서 코드 단순화를 실행합니다. 출처: skinnyandbald/fish-skills.
자동 분할 및 조정 기능이 있는 병렬 에이전트를 사용하여 전체 코드베이스에서 코드 단순화를 실행합니다.
명령줄에서 simplify-parallel AI 스킬을 개발 환경에 빠르게 설치
출처: 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 |
자동 분할 및 조정 기능이 있는 병렬 에이전트를 사용하여 전체 코드베이스에서 코드 단순화를 실행합니다. 출처: skinnyandbald/fish-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/skinnyandbald/fish-skills --skill simplify-parallel자동 분할 및 조정 기능이 있는 병렬 에이전트를 사용하여 전체 코드베이스에서 코드 단순화를 실행합니다. 출처: skinnyandbald/fish-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/skinnyandbald/fish-skills --skill simplify-parallel 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/skinnyandbald/fish-skills