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

buildmoonshot

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

skills مجمعة
21
مستودعات
1
محدث
2026-06-18
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

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

ask-dont-assume
مطوّرو البرمجيات

Use when a request is ambiguous, underspecified, or could be read more than one way — before writing code based on a guess. Makes the agent surface the ambiguity and either ask or state the assumption it's making, instead of silently picking one interpretation and building the wrong thing.

2026-06-18
explain-as-you-go
مطوّرو البرمجيات

Use when the user is learning and wants to understand the code, not just receive it — they're new to the language, framework, or to coding agents in general. Makes the agent briefly explain what each change does and why, in plain language, so the user learns from every edit instead of blindly accepting it.

2026-06-18
plan-then-build
مطوّرو البرمجيات

Use at the start of any non-trivial coding task — before writing code for a new feature, a fix, or a change that spans more than a couple of lines or files. Makes the agent state a short plan and confirm direction before implementing, so you catch a wrong approach in 3 sentences instead of 300 lines.

2026-06-18
read-before-edit
مطوّرو البرمجيات

Use when about to modify code in a file or function you haven't actually read yet — making a change in an unfamiliar or existing part of the codebase. Makes the agent read the surrounding code first so the edit matches existing patterns and doesn't break nearby logic.

2026-06-18
surgical-edits
مطوّرو البرمجيات

Use when editing existing code — making a fix, adding a feature, or changing behavior in a file that already has working code. Enforces minimal, scoped diffs so the agent changes only what the task requires and never refactors, reformats, or "improves" untouched code.

2026-06-18
verify-before-done
محللو ضمان جودة البرمجيات والمختبرون

Use after making a code change and before telling the user it is finished or working. Forces the agent to actually check the change — run the test, build, or a concrete trace of the logic — and report real results, instead of optimistically claiming success it hasn't confirmed.

2026-06-18
refactor-safely
مطوّرو البرمجيات

Use when restructuring existing code without intending to change its behavior — extracting functions, renaming across files, splitting modules, or swapping an implementation. Makes the agent pin current behavior with tests first, change in small verified steps, and prove behavior is unchanged, so a "cleanup" never silently breaks something.

2026-06-18
security-pass
محللو أمن المعلومات

Use after writing or modifying code that handles untrusted input, authentication, authorization, secrets, file paths, database queries, shell commands, or outbound requests — before treating it as done. Makes the agent review its own change for common vulnerabilities instead of shipping them.

2026-06-18
عرض أهم 8 من أصل 21 skills مجمعة في هذا المستودع.
عرض 1 من أصل 1 مستودعات
تم تحميل كل المستودعات