Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

sweep

sweep에는 xaccefy에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
6
Stars
0
업데이트
2026-07-11
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

sweep-help
소프트웨어 개발자

Quick-reference card for all sweep modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /sweep-help, "sweep help", "what sweep commands", "how do I use sweep".

2026-07-11
sweep
소프트웨어 개발자

Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports intensity levels: lite, full (default), ultra. Use on ANY coding task: writing, adding, refactoring, fixing, reviewing, or designing code, and choosing libraries or dependencies. Also use whenever the user says "sweep", "be lazy", "lazy mode", "simplest solution", "minimal solution", "yagni", "do less", or "shortest path", or complains about over-engineering, bloat, boilerplate, or unnecessary dependencies. Do NOT use for non-coding requests (general knowledge, prose, translation, summaries, recipes).

2026-07-11
sweep-audit
소프트웨어 개발자

Whole-repo audit for over-engineering. Like sweep-review, but scans the entire codebase instead of a diff: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find bloat", "sweep-audit", or "/sweep-audit". One-shot report, does not apply fixes.

2026-07-11
sweep-debt
소프트웨어 개발자

Harvest every `shortcut:` comment in the codebase into a debt ledger, so the deliberate shortcuts and deferrals sweep leaves behind get tracked instead of rotting into "later means never". Use when the user says "sweep debt", "/sweep-debt", "what did sweep defer", "list the shortcuts", "sweep ledger", or "what did we mark to do later". One-shot report, changes nothing.

2026-07-11
sweep-gain
소프트웨어 개발자

Show sweep's measured impact as a compact scoreboard: less code, less cost, more speed, from the benchmark medians. One-shot display, not a persistent mode, and not a per-repo number. Trigger: /sweep-gain, "sweep gain", "what does sweep save", "show sweep impact", "sweep scoreboard".

2026-07-11
sweep-review
소프트웨어 품질 보증 분석가·테스터

Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this over-engineered", "simplify review", or invokes /sweep-review. Complements correctness-focused review, this one only hunts complexity.

2026-07-11