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

ultrapack

يحتوي ultrapack على 10 من skills المجمعة من bigbes، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
10
Stars
2
محدث
2026-04-27
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

udesign
متخصصو إدارة المشاريع

Use before any creative work — features, components, behavior changes. Turns an idea into a validated spec with explicit tradeoffs and unknowns, and splits scope into multiple tasks if it's too large. Output is the `## Design` section of the task file.

2026-04-27
uexecute
مطوّرو البرمجيات

Use to implement an approved plan. Dispatches @implementer / @implementer-smart / @implementer-deep per phase based on each phase's `Tier:` field (rush | smart | deep, default rush). Runs plan-diff check and consistency sweep after each phase. Forbids silent fallbacks and mutation of external spec/design docs. Dispatches the planner skill when deviations invalidate the plan.

2026-04-27
uplan
مطوّرو البرمجيات

Use after design to turn a validated spec into a lean implementation plan. Outputs the `## Plan` section of the task file — files, line numbers, class/method names, invariants, test strategy, order. Ends with a scope-creep / simpler-way check.

2026-04-27
ureview
محللو ضمان جودة البرمجيات والمختبرون

Use after verify passes to get an independent check on the work. Dispatches @reviewer (critical, high-confidence filter), processes its findings fairly (no performative agreement, no reflexive acceptance), fills the task file's `## Conclusion`.

2026-04-27
uverify
محللو ضمان جودة البرمجيات والمختبرون

Use after execute to confirm the change actually works end-to-end. Builds a positive + negative + invariant checklist, runs each check freshly, does a manual smoke test, writes a short summary to the task file's Verify section, loops back to execute on any failure.

2026-04-27
git-worktrees
مطوّرو البرمجيات

Use when a task needs isolation from the current workspace. Picks a worktree directory via a fixed priority order, verifies it's gitignored, creates the worktree, auto-detects project setup, runs baseline tests.

2026-04-26
handsoff
مطوّرو البرمجيات

Contract for hands-off mode — the ultrapack workflow variant that minimizes user prompts after Design, takes the safest reversible path, and logs every auto-choice for one end-of-task review. Referenced by /make and the child skills (udesign, uplan, uexecute, uverify, ureview). Read when the task file's **Mode:** header is `hands-off`.

2026-04-26
test-driven-development
مطوّرو البرمجيات

Use when implementing deterministic, reusable code where regressions would warrant a CI red light. Enforces RED-GREEN-REFACTOR. Applicability rule and skip conditions inside.

2026-04-26
udebug
مطوّرو البرمجيات

Use on any bug, test failure, or unexpected behavior before proposing a fix. Enforces four-phase root-cause investigation — reproduce, pattern-match, hypothesize, fix — with a hard rule against symptom patches.

2026-04-26
udocument
مطوّرو البرمجيات

Use when writing or editing documentation — project docs, AGENTS.md, READMEs, SKILL.md, docstrings, inline comments. Auto-triggers on `.md` files and docstring edits. Enforces lead-with-why, kill stale content, lists over tables, no aspirational sentences.

2026-04-26