Skip to main content
webiny
ملف منشئ GitHub

webiny

عرض على مستوى المستودعات لـ ١٠٤ skills مجمعة عبر ٥ مستودعات GitHub.

skills مجمعة
١٠٤
مستودعات
٥
محدث
٤ سبتمبر ٢٠٢٦
مستكشف المستودعات

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

webiny-add-feature-flag
مطوّرو البرمجيات

Adding a new feature flag to the Webiny system. Use this skill when creating a new feature flag (simple boolean or nested group), gating a feature at the config/admin/API level, or wiring a flag into the WCP license system. Covers IFeatureFlagsDto,…

٥ أغسطس ٢٠٢٦
webiny-admin-ui-extensions
مطوّرو الويب

Customizing the Webiny Admin UI -- white-labeling, custom data list columns, page-type forms, named dialogs, named drawers, and Lexical editor plugins. Use this skill when the developer wants to change branding (logo, title, theme colors), add custom columns…

٤ أغسطس ٢٠٢٦
webiny-api-graphql-catalog
مطوّرو البرمجيات

api/graphql — 7 abstractions.

٣١ يوليو ٢٠٢٦
webiny-api-catalog
مطوّرو البرمجيات

api — 34 abstractions.

٣١ يوليو ٢٠٢٦
webiny-admin-architect
مطوّرو البرمجيات

Admin-side architecture patterns for Webiny extensions. Use this skill when building frontend features with headless features (UseCase/Repository/Gateway), presentation features (Presenter/ViewModel/hooks/components), MobX-based presenters, RegisterFeature,…

٢٤ يوليو ٢٠٢٦
webiny-admin-permissions
مطوّرو البرمجيات

Admin-side permission UI registration and DI-backed permission checking. Use this skill when adding permission controls to the admin UI — schema-based auto-generated forms, injectable permissions via createPermissionsAbstraction/ createPermissionsFeature,…

٢٤ يوليو ٢٠٢٦
webiny-form-model
مطوّرو البرمجيات

Building forms with the FormModel system — field types, renderers, layout, validation, conditional rules, computed fields, and dynamic zones. Use this skill when the developer needs to define form fields with the builder API, choose renderers, build layouts…

٢٤ يوليو ٢٠٢٦
webiny-new-entry-wizard
مطوّرو البرمجيات

Building a New Entry Wizard for the Headless CMS. Use this skill when the developer wants to show a custom wizard UI before the entry form when creating new CMS entries -- collecting fields like title, slug, or category upfront, then pre-filling the entry…

٢٤ يوليو ٢٠٢٦
عرض 8 من أصل ٨٤ skills مجمعة.
api-developer
غير مصنف

Use when building the local API/server layer that serves the UI. Handles project CRUD, seed job orchestration, and proxies to Webiny CMS GraphQL. Uses DI patterns from project-architecture. Invoke BEFORE writing any server/API code.

٤ سبتمبر ٢٠٢٦
cli-developer
غير مصنف

Use when building CLI commands in src/cli/. Command structure, DI registration, available services (Prompts, UI, DatabaseService, GraphQLService), testing. Invoke BEFORE writing any CLI code. References project-architecture for DI patterns.

٤ سبتمبر ٢٠٢٦
dependency-injection
غير مصنف

Use when creating abstractions, implementations, features, repositories, use cases, or any DI-wired service. Defines mandatory file separation — abstractions, implementations, null objects, and features MUST each be in their own file. Invoke BEFORE writing…

٤ سبتمبر ٢٠٢٦
handoff
غير مصنف

End-of-session handoff — updates AGENTS.md, writes a session handoff file, and generates a copy/paste prompt for the next agent. Use when user says "handoff", "wrap up", "end session", "clear context", or wants to prepare context for the next conversation.

٤ سبتمبر ٢٠٢٦
project-architecture
غير مصنف

Shared architecture across CLI and UI layers. DI patterns (createAbstraction, createFeature, Result, BaseError), file separation, feature structure, naming, scoping. Invoke BEFORE writing any feature code in any layer.

٤ سبتمبر ٢٠٢٦
review-fix-loop
غير مصنف

Use when user says "review and fix", "review until clean", "run reviewer and fix", "keep reviewing until good", or wants iterative subagent review with automatic fixes applied between rounds. Works on specs, code, docs — any reviewable artifact.

٤ سبتمبر ٢٠٢٦
ui-design
غير مصنف

Invoke when the user asks about changing the look of the UI — colors, theme, layout, fonts, component styles, or page composition. Spawns or guides a ui-designer agent. Use when: "change colors", "redesign", "make it dark", "update the theme", "design",…

٤ سبتمبر ٢٠٢٦
ui-developer
غير مصنف

Use when building UI features in src/ui/. Layered architecture: Gateway (HTTP) → Repository (state) → UseCase (logic) → Presenter (MobX vm) → React (display). React is dumb. All state and logic in TypeScript classes via DI. Invoke BEFORE writing any UI code.…

٤ سبتمبر ٢٠٢٦
handoff
مطوّرو البرمجيات

End-of-session handoff — updates AGENTS.md and docs, writes a session handoff file, and generates a copy/paste prompt for the next agent. Use when user says "handoff", "wrap up", "end session", "clear context", or wants to prepare context for the next…

٣٠ يوليو ٢٠٢٦
review-fix-loop
محللو ضمان جودة البرمجيات والمختبرون

Use when user says "review and fix", "review until clean", "run reviewer and fix", "keep reviewing until good", or wants iterative subagent review with automatic fixes applied between rounds. Works on specs, code, docs — any reviewable artifact.

٣٠ يوليو ٢٠٢٦
writing-data-transfer-preset
مطوّرو البرمجيات

Use when writing or editing a @webiny/data-transfer preset file (selected at runtime by the wizard or --preset flag). Covers createTransferPreset, pipelineBuilderFactory.create, filter/use/hook composition, first-match-wins record dispatch, unmatched-record…

١٠ يونيو ٢٠٢٦
writing-data-transfer-config
مطوّرو البرمجيات

Use when writing or editing a @webiny/data-transfer config file (ddb.transfer.config.ts / os.transfer.config.ts / custom.transfer.config.ts). Covers createDdbConfig / createOsConfig signatures, credential shapes (fromAwsProfile vs literal), fromEnv /…

١١ مايو ٢٠٢٦
writing-data-transfer-config
مطوّرو البرمجيات

Use when writing or editing a @webiny/data-transfer config file (config.ts). Covers createConfig signature, credential shapes (fromAwsProfile vs literal), fromEnv / numberFromEnv helpers, loadEnv, source/target collision + trimming rules, tuning knobs.

١١ مايو ٢٠٢٦
writing-data-transfer-preset
مطوّرو البرمجيات

Use when writing or editing a @webiny/data-transfer preset file (the one referenced by pipeline.preset in a config). Covers createTransferPreset, pipelineBuilderFactory.create, filter/use/hook composition, first-match-wins record dispatch, unmatched-record…

٤ مايو ٢٠٢٦
عرض ٥ من أصل ٥ مستودعات
تم تحميل كل المستودعات