Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

sweep

يحتوي sweep على 6 من skills المجمعة من xaccefy، مع تغطية مهنية على مستوى المستودع وصفحات 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