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

SilentUniverse

عرض على مستوى المستودعات لـ 29 skills مجمعة عبر 2 مستودعات GitHub.

skills مجمعة
29
مستودعات
2
محدث
2026-07-11
مستكشف المستودعات

المستودعات و skills الممثلة

code-review
محللو ضمان جودة البرمجيات والمختبرون

Two-axis review of the diff since a fixed point (commit, branch, tag, merge-base) — Standards (house coding standards + a Fowler code-smell baseline) and Spec (does the diff faithfully implement the originating issue / PRD?). Runs the two axes as parallel sub-agents so neither pollutes the other, then reports them side by side. Use when the user wants to review a branch / PR / work-in-progress, asks to "review since X", or when an orchestrator (e.g. /ship) needs a pre-merge gate.

2026-07-11
improve-codebase-architecture
مطوّرو البرمجيات

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/.

2026-07-11
resolving-merge-conflicts
مطوّرو البرمجيات

Resolve an in-progress git merge or rebase conflict by understanding each side's original intent, then preserving both where possible. Use when a merge/rebase is mid-conflict, when the user asks to resolve conflicts, or after a /ship merge-back was aborted and they want to finish the merge by hand.

2026-07-11
ship
المهن الحاسوبية الأخرى

Orchestrate a feature's ready-for-agent issues to completion. Reads the dependency DAG from frontmatter, topologically sorts, dispatches independent issues to subagents running /tdd (same-module work serialized, cross-module parallelized), enforces a build+test verification gate before each commit, and collects ready-for-human issues into a hands-on checklist.

2026-07-11
tdd
مطوّرو البرمجيات

Test-driven development with red-green-refactor loop. Four invocation forms — `/tdd <issue-path>` runs one issue (mode chosen by frontmatter `status:`); bare `/tdd` drains every ready-for-agent issue serially in dependency order; `/tdd <feat>` drains just that feature; a natural-language ask without an issue falls back to interview-driven flow. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2026-07-11
to-issues
مطوّرو البرمجيات

Break a plan, spec, or PRD into independently-grabbable issues using vertical slices. For a change that touches existing code, first runs an impact-detection pass (blast radius + regression risk) before slicing. When a PRD is re-run after revision, produces a reconciliation report against existing issues (kept / redo / edit / delete / new).

2026-07-11
to-prd
مطوّرو البرمجيات

Turn the current conversation context into a PRD and write it under .scratch/<feat>/. Detects existing related PRDs first; if found, defaults to writing a superseding PRD-vN.md rather than editing the old one.

2026-07-11
write-a-skill
المهن الحاسوبية الأخرى

Create new agent skills with proper structure, progressive disclosure, and bundled resources.

2026-07-11
عرض أهم 8 من أصل 22 skills مجمعة في هذا المستودع.
bilingual
المترجمون الفوريون والتحريريون

Core working-language policy for this harness. Think in English, deliver in Chinese.

2026-05-10
diag
مطوّرو البرمجيات

Disciplined bug-diagnosis loop. Reproduce → minimise → hypothesise → instrument → fix → regression-test.

2026-05-10
env-android
مطوّرو البرمجيات

Recipe for filling state/reference/ENV.md when the project is an Android app. Use when the project has a build.gradle / settings.gradle and targets Android. Covers emulator boot, gradle test/connectedAndroidTest, adb logcat capture.

2026-05-10
env-backend
مديرو الشبكات وأنظمة الحاسوب

Recipe for filling state/reference/ENV.md when the project is a backend service (API, worker, daemon). Use when the project ships a server but no UI; covers compose-based DB/cache, pytest/jest test runners, and container log capture. Adjust language ecosystem (Python/Node/Go/etc.) accordingly.

2026-05-10
env-web
مطوّرو البرمجيات

Recipe for filling state/reference/ENV.md when the project is a web app (frontend or full-stack). Use when the project serves HTTP, has a dev server, or runs in a browser. Adjust package manager (pnpm/npm/yarn/bun) and test runner to match the project.

2026-05-10
grill
مطوّرو البرمجيات

Pre-implementation alignment grill. Forces the agent to ask sharp questions before writing code on a non-trivial change.

2026-05-10
zoom
مطوّرو البرمجيات

Zoom out before zooming in. Read the surrounding system before changing an unfamiliar piece of code.

2026-05-10
عرض 2 من أصل 2 مستودعات
تم تحميل كل المستودعات