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

ebuilder-code

يحتوي ebuilder-code على 83 من skills المجمعة من macrosreply، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

ebuilder-library-task-csharp-patterns
مطوّرو البرمجيات

C# implementation playbook for standard eBuilder library task handlers in dll/. USE FOR: implement or refactor TaskLibraryHandler classes, parse input with ParseInputParams<T>, handle transactions, choose between ConnectDataSource (write tasks) and ConnectDataSourceWithoutTransaction (readonly/query-only tasks), define query result DTOs, and shape TaskLibraryHandlerResult responses. DO NOT USE FOR: task YAML schema authoring in configs/task.*.yml, SQL YAML in configs/sql.*.yml, UI component work, or singleton-service recommendation patterns (use ebuilder-singleton-service-recommendation-patterns).

2026-06-26
ebuilder-sql-mutation
مطوّرو البرمجيات

Generation playbook for mutation-* envelopes in configs/sql.*.yml. USE FOR: define mutation-level structure, inputParams, datasource and authorize, transaction isolation, response and callbacks, and orchestration strategy across steps. DO NOT USE FOR: step-level SQL step authoring details (use ebuilder-sql-step), query authoring (use ebuilder-sql-query), or symbol catalog (use ebuilder-eb-sql-symbols).

2026-06-26
ebuilder-sql-query-input-validation
مطوّرو البرمجيات

Input and validation playbook for query-* definitions in configs/sql.*.yml. USE FOR: inputParams typing, validation rules, checksBefore/checksAfter guards, and deterministic guard logic. DO NOT USE FOR: post-processing pipeline or output field shaping.

2026-06-26
ebuilder-sql-query-foundation
مطوّرو البرمجيات

Foundation playbook for query-* definitions in configs/sql.*.yml. USE FOR: query naming, root structure, generation order, responseType selection, and minimal read-only query scaffolding. DO NOT USE FOR: deep input validation, pre/post pipeline internals, or advanced output shaping.

2026-06-10
ebuilder-sql-query-post-pipeline
مطوّرو البرمجيات

Post-pipeline playbook for query-* definitions in configs/sql.*.yml. USE FOR: query.<name>.post task-only result transformation, entries chaining, and baseCommand key-merge override behavior. DO NOT USE FOR: pre-step setup logic.

2026-06-10
ebuilder-sql-query-pre-pipeline
مطوّرو البرمجيات

Pre-pipeline playbook for query-* definitions in configs/sql.*.yml. USE FOR: query.<name>.pre steps, setup/validation preload flow, jsExpression preparation, and command-omitted query behavior. DO NOT USE FOR: post-processing behavior.

2026-06-10
ebuilder-sql-query-result-shaping
مطوّرو البرمجيات

Result shaping playbook for query-* definitions in configs/sql.*.yml. USE FOR: propType, hideProps, customProps, output aliasing, and responseTypeErrors. DO NOT USE FOR: pre/post step orchestration internals.

2026-06-10
ebuilder-sql-query-security-error-handling
مطوّرو البرمجيات

Security and error-handling playbook for query-* definitions in configs/sql.*.yml. USE FOR: datasource selection, authorize policies/roles/path, catchErrors mapping, and on success/error callbacks. DO NOT USE FOR: output shaping internals or pre/post pipeline design.

2026-06-10
ebuilder-sql-query
مطوّرو البرمجيات

Routing hub for query-* definitions in configs/sql.*.yml. USE FOR: selecting the right query sub-skill by concern (foundation, input validation, result shaping, pre pipeline, post pipeline, security/error handling). DO NOT USE FOR: mutation authoring (use ebuilder-sql-mutation) or SQL symbol catalog (use ebuilder-eb-sql-symbols).

2026-06-10
ebuilder-sql-safe-patterns
مطوّرو البرمجيات

Hub for eBuilder SQL generation playbooks. Routes to specialized skills: ebuilder-eb-sql-symbols (for $EB_* symbols and portability), ebuilder-sql-query (query router hub with focused sub-skills), ebuilder-sql-mutation (for mutation envelope design), and ebuilder-sql-step (for mutation step internals). USE FOR: directing to the correct SQL generation context.

2026-06-10
glab
مطوّرو البرمجيات

GitLab CLI (glab) for managing GitLab resources from the command line. Use this skill when you need to work with merge requests, issues, CI/CD pipelines, projects, or any other GitLab resource. Prefer glab over raw API calls for all GitLab operations.

2026-06-10
ebuilder-component-eb-search
مطوّرو البرمجيات

Deep component skill for eb-search. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-search in eBuilder component YAML.

2026-05-14
ebuilder-component-eb-alert
مطوّرو البرمجيات

Deep component skill for eb-alert. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-alert in eBuilder component YAML.

2026-05-08
ebuilder-component-eb-if
مطوّرو البرمجيات

Deep component skill for eb-if. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-if in eBuilder component YAML.

2026-05-08
ebuilder-sql-step
مصممو قواعد البيانات

Generation playbook for SQL step authoring inside mutation steps in configs/sql.*.yml. USE FOR: define step keys, choose step operation type (command/query/task/mutation/jsExpression), configure save strategies, write checksBefore/checksAfter, map catchErrors, and design deterministic step chaining. DO NOT USE FOR: full mutation envelope design (use ebuilder-sql-mutation) or query-* root authoring (use ebuilder-sql-query).

2026-05-08
ebuilder-singleton-service-recommendation-patterns
مطوّرو البرمجيات

Recommendation playbook for moving reusable business logic into EBSingletonService classes in eBuilder DLL projects. USE FOR: designing service boundaries, registering services with EBSingletonService, dependency injection, consuming singleton services from TaskLibraryHandler, and keeping handlers thin. DO NOT USE FOR: task YAML schema authoring in configs/task.*.yml, SQL YAML structure authoring in configs/sql.*.yml, or basic TaskLibraryHandler boilerplate (use ebuilder-library-task-csharp-patterns).

2026-05-07
ebuilder-task-safe-patterns
مطوّرو البرمجيات

Generation playbook for configs/task.*.yml in eBuilder. USE FOR: create task-* definitions, select correct task type (library/forward-task/upload-files/schedule/webhook/publish-signal), enforce authorize and upload constraints, validate activator and forwardTo blocks, and align task YAML with task docs and schema. DO NOT USE FOR: SQL definitions in configs/sql.*.yml or C# library handler implementation (use ebuilder-library-task-csharp-patterns skill).

2026-05-07
ebuilder-component-eb-form
مطوّرو البرمجيات

Deep component skill for eb-form. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-form in eBuilder component YAML.

2026-04-20
ebuilder-component-yaml-structure
مطوّرو البرمجيات

Generation playbook for components/**/*.yml in eBuilder. USE FOR: root component shape, includes/children/slot patterns, rootStore/rootVars/rootMemo usage, authorizations, singleton/style, app.yml routing/languages, and schema-safe component YAML output. DO NOT USE FOR: SQL/task/resource authoring in configs/*.yml.

2026-04-09
ebuilder-eb-sql-symbols
مصممو قواعد البيانات

eBuilder SQL symbol reference and engine-aware SQL patterns. USE FOR: understanding portable $EB_* symbols, cross-database compatibility, placeholders for engine-specific SQL, parameter binding, and datasource/authorization configuration. DO NOT USE FOR: query-specific or mutation-specific YAML authoring (use ebuilder-sql-query or ebuilder-sql-mutation instead).

2026-04-09
ebuilder-component-eb-vnode
مطوّرو البرمجيات

Deep component skill for eb-vnode. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-vnode in eBuilder component YAML.

2026-04-07
ebuilder-component-eb-table
مطوّرو الويب

Deep component skill for eb-table. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-table in eBuilder component YAML.

2026-04-06
ebuilder-component-eb-tree
مطوّرو البرمجيات

Deep component skill for eb-tree. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-tree in eBuilder component YAML.

2026-04-06
ebuilder-app-entry-yaml
مطوّرو البرمجيات

Generation playbook for special eBuilder app entry components (`components/app*.yml`). USE FOR: defining supported languages, router tree, required `eb-config-provider` with app-level `defaultProps`, and root layout bootstrap (`eb-layout-master` + `eb-router-view`) while preserving standard component capabilities. DO NOT USE FOR: SQL/task/resource authoring in `configs/*.yml`.

2026-04-03
ebuilder-architecture-core
مطوّرو البرمجيات

Core eBuilder architecture and folder responsibility guidance. USE FOR: decide target folder, structure a new feature end-to-end, map UI-task-sql flow, enforce eBuilder naming conventions, avoid non-framework scaffolding. DO NOT USE FOR: deep SQL optimization details or translation-only workflows.

2026-04-03
ebuilder-component-eb-brand-logo
مطوّرو البرمجيات

Deep component skill for eb-brand-logo. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-brand-logo in eBuilder component YAML.

2026-04-03
ebuilder-component-eb-breadcrumb
مطوّرو البرمجيات

Deep component skill for eb-breadcrumb. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-breadcrumb in eBuilder component YAML.

2026-04-03
ebuilder-component-eb-button
مطوّرو البرمجيات

Deep component skill for eb-button. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-button in eBuilder component YAML.

2026-04-03
ebuilder-component-eb-card
مطوّرو الويب

Deep component skill for eb-card. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-card in eBuilder component YAML.

2026-04-03
ebuilder-component-eb-checkbox-group
مطوّرو البرمجيات

Deep component skill for eb-checkbox-group. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-checkbox-group in eBuilder component YAML.

2026-04-03
ebuilder-component-eb-checkbox
مطوّرو البرمجيات

Deep component skill for eb-checkbox. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-checkbox in eBuilder component YAML.

2026-04-03
ebuilder-component-eb-collapse
مطوّرو البرمجيات

Deep component skill for eb-collapse. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-collapse in eBuilder component YAML.

2026-04-03
ebuilder-component-eb-color
مطوّرو البرمجيات

Deep component skill for eb-color. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-color in eBuilder component YAML.

2026-04-03
ebuilder-component-eb-config-provider
مطوّرو البرمجيات

Deep component skill for eb-config-provider. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-config-provider in eBuilder component YAML.

2026-04-03
ebuilder-component-eb-context-menu
مطوّرو البرمجيات

Deep component skill for eb-context-menu. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-context-menu in eBuilder component YAML.

2026-04-03
ebuilder-component-eb-custom-field
مطوّرو البرمجيات

Deep component skill for eb-custom-field. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-custom-field in eBuilder component YAML.

2026-04-03
ebuilder-component-eb-date-time
مطوّرو البرمجيات

Deep component skill for eb-date-time. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-date-time in eBuilder component YAML.

2026-04-03
ebuilder-component-eb-descriptions
مطوّرو البرمجيات

Deep component skill for eb-descriptions. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-descriptions in eBuilder component YAML.

2026-04-03
ebuilder-component-eb-drop
مطوّرو البرمجيات

Deep component skill for eb-drop. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-drop in eBuilder component YAML.

2026-04-03
ebuilder-component-eb-file
مطوّرو البرمجيات

Deep component skill for eb-file. USE FOR: prop-safe YAML generation, nested prop authoring, and event wiring for eb-file in eBuilder component YAML.

2026-04-03
عرض أهم 40 من أصل 83 skills مجمعة في هذا المستودع.