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

EmeaAppGbb

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

skills مجمعة
94
مستودعات
7
محدث
2026-05-22
خريطة المستودعات

أين توجد skills

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

#01
spec2cloud
43 skills · 2026-04-08
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريعالمهن الحاسوبية الأخرىمحللو أمن المعلوماتمديرو الشبكات وأنظمة الحاسوب
8 فئات مهنية · 100% مصنفة
46%الحصة
#02
shell-typescript
34 skills · 2026-03-26
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريعمحللو أمن المعلوماتمديرو الشبكات وأنظمة الحاسوبمصممو قواعد البيانات
7 فئات مهنية · 100% مصنفة
36%الحصة
#03
NewsExplorer-Template
7 skills · 2026-05-22
متخصصو إدارة المشاريعمحللو الإدارةالكتّاب التقنيونضباط الامتثالمتخصصو العمليات التجارية، جميع الآخرون
5 فئات مهنية · 100% مصنفة
7.4%الحصة
#04
spec2cloud-weather-agent
4 skills · 2026-01-15
مطوّرو البرمجياتالمصممون الجرافيكيون
2 فئات مهنية · 100% مصنفة
4.3%الحصة
#05
spec2cloud-microhack-greenfield
3 skills · 2026-03-30
مطوّرو البرمجياتمتخصصو إدارة المشاريع
2 فئات مهنية · 100% مصنفة
3.2%الحصة
#06
agentic-shell-python
2 skills · 2026-01-29
التصنيف قيد الانتظار
2.1%الحصة
#07
AzureHybridContinuumCookBook
1 skills · 2026-04-24
التصنيف قيد الانتظار
1.1%الحصة
مستكشف المستودعات

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

ddd-modeling
مطوّرو البرمجيات

Create Domain-Driven Design proposals from product specs or brownfield extraction outputs. Define bounded contexts, ubiquitous language, aggregates, context maps, and Mermaid-based domain and database diagrams. Use when domain boundaries, business rules, or data ownership need to be explicit before planning, implementation, or modernization.

2026-04-08
tech-stack-resolution
مطوّرو البرمجيات

Identify, research, and resolve every technology needed by the application. Evaluate data storage, caching, AI/ML, authentication, real-time, search, infrastructure, and library choices. Use when resolving technology decisions, comparing framework options, or documenting the tech stack before implementation begins.

2026-04-08
implementation
مطوّرو البرمجيات

Write application code to make failing tests pass using contract-driven, slice-based architecture. Implement API slice (Express routes, services), Web slice (Next.js pages, components), and Integration slice (wire API+Web via Aspire). Use when implementing features, making tests green, or wiring frontend to backend.

2026-04-07
prd-generator
متخصصو إدارة المشاريع

Generate a Product Requirements Document (PRD) from analyzed codebase extraction data. Reverse-engineer the product vision, user personas, and feature list from what the code actually implements. Used in brownfield workflows to produce a spec2cloud-compatible PRD that drives downstream FRD generation, increment planning, and implementation.

2026-04-07
spec-refinement
متخصصو إدارة المشاريع

Review PRDs and FRDs through product and technical lenses. Identify gaps, ambiguities, edge cases, and conflicts. Break approved PRDs into FRDs. Use when refining specifications, reviewing PRDs, creating FRDs, or validating spec quality before downstream phases.

2026-04-07
api-extractor
مطوّرو البرمجيات

Extract API contracts from existing code — routes, endpoints, request/response schemas, authentication patterns. Output in the same OpenAPI-compatible YAML format used by the contract-generation skill. Pure extraction — document the API surface that exists in code without judgment or suggestions.

2026-03-30
architecture-mapper
مطوّرو البرمجيات

Map application architecture — components, layers, data flow, and integration points. Produce Mermaid diagrams. Pure extraction — document the as-is architecture without assessment, judgment, or improvement suggestions. Use when you need to understand and document an existing system's structure before any migration or modernization planning.

2026-03-30
audit-log
مطوّرو البرمجيات

Append structured entries to .spec2cloud/audit.log for every significant action. Never overwrite, always append. Use when logging task execution, increment transitions, human gate events, or errors.

2026-03-30
عرض أهم 8 من أصل 43 skills مجمعة في هذا المستودع.
e2e-generation
محللو ضمان جودة البرمجيات والمختبرون

Generate Playwright end-to-end test specs and Page Object Models from UI/UX flow walkthroughs. Create complete user journey tests that exercise navigation, forms, and interactions. Use when scaffolding e2e tests, creating POMs, or generating Playwright specs for user flows.

2026-03-26
gherkin-generation
محللو ضمان جودة البرمجيات والمختبرون

Generate comprehensive Gherkin scenarios from approved FRDs. Produce feature files with acceptance criteria coverage, edge cases, and error handling scenarios. Use when creating BDD scenarios, writing feature files, or mapping FRD requirements to testable Gherkin specifications.

2026-03-26
implementation
مطوّرو البرمجيات

Write application code to make failing tests pass using contract-driven, slice-based architecture. Implement API slice (Express routes, services), Web slice (Next.js pages, components), and Integration slice (wire API+Web via Aspire). Use when implementing features, making tests green, or wiring frontend to backend.

2026-03-26
test-generation
محللو ضمان جودة البرمجيات والمختبرون

Generate BDD test code from Gherkin scenarios. Create Cucumber step definitions with real test code (HTTP calls, Playwright interactions) and Vitest unit tests. Produce a red baseline where all tests compile and fail. Use when scaffolding BDD tests, creating step definitions, or generating unit tests from feature files.

2026-03-26
test-runner
محللو ضمان جودة البرمجيات والمختبرون

Execute the appropriate test suite (unit, Gherkin, e2e, smoke) and return structured results. Use during Phase 3 (e2e test verification), Phase 4 (red baseline verification), Phase 5 (contract type compilation), Phase 6 (API/Web/integration slices), Phase 7 (smoke tests against deployment), and on resume (re-validate test state). Trigger when running tests, checking test status, or verifying test baselines.

2026-03-26
bug-fix
مطوّرو البرمجيات

Lightweight entry point for fixing bugs with full traceability. Takes a bug report, links to the relevant FRD, generates a failing test, fixes the code, and ships. Tracked as a micro-increment. Use when fixing bugs with test-first methodology and spec2cloud pipeline traceability.

2026-03-25
api-extractor
مطوّرو البرمجيات

Extract API contracts from existing code — routes, endpoints, request/response schemas, authentication patterns. Output in the same OpenAPI-compatible YAML format used by the contract-generation skill. Pure extraction — document the API surface that exists in code without judgment or suggestions.

2026-03-24
architecture-mapper
مطوّرو البرمجيات

Map application architecture — components, layers, data flow, and integration points. Produce Mermaid diagrams. Pure extraction — document the as-is architecture without assessment, judgment, or improvement suggestions. Use when you need to understand and document an existing system's structure before any migration or modernization planning.

2026-03-24
عرض أهم 8 من أصل 34 skills مجمعة في هذا المستودع.
عرض 7 من أصل 7 مستودعات
تم تحميل كل المستودعات