Skip to main content

webiny/webiny-js

SkillsMP는 webiny/webiny-js에서 84개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
84
GitHub 스타
8,031
GitHub 포크
673

수집된 skill 84개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

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,…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

api/graphql — 7 abstractions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

api — 34 abstractions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Extending the Website Builder page settings with custom settings groups and modifiers. Use this skill when the developer wants to add a new tab/group to the page settings drawer (e.g., Publishing, Analytics, Access Control), or modify an existing settings…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Covers the PreviewUrlModifier extension point in Website Builder. Use when a user wants to inject custom query parameters into live preview URLs — e.g. signed tokens, tenant identifiers, feature flags — from their Webiny project. Handles the full registration…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generating Headless CMS entry content with AI from your own code, by delegating to the AI Power Ups extension instead of calling an LLM directly. Use this skill when the developer wants to generate/summarize/rewrite entry content programmatically (e.g. from a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

The hub skill for all API/backend architecture in Webiny. Covers architecture overview, Services vs UseCases, feature naming and organization, feature structure templates, DI decision tree, anti-patterns, createFeature, createAbstraction, container…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Covers how to configure the maximum allowed size of the Webiny API Lambda bundle using the Infra.Api.MaxBundleSize extension in webiny.config.tsx. Use when a project's API bundle exceeds the default 4.5 MB limit or when you want to enforce a stricter limit.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Authoring a custom Headless CMS bulk action (EntriesBulkAction) that Webiny runs as a background task, plus the Admin-side button that triggers it. Use this skill when the developer wants to add a bulk action to the content-entry list (e.g. apply a discount,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

How to implement a custom CMS field type that integrates with the model builder's fluent API. Covers extending DataFieldBuilder, composing validator interfaces, creating a FieldTypeFactory, registering via DI, and module augmentation for TypeScript…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

EventHandler implementation pattern — handle method, event payloads, filtering, DI, domain event definition, publishing events from UseCases, and reacting to external events. Use this skill to implement any Webiny EventHandler (before/after hooks) or to…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adding custom HTTP routes to the API using Api.Route and Route.Interface. Use this skill when the developer wants to expose a custom HTTP endpoint (GET, POST, PUT, etc.) on the API Gateway alongside the GraphQL handler, implement Route.Interface with full DI…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Schema-based permission system for API features. Use this skill when implementing authorization in use cases, defining permission schemas with createPermissionSchema, creating injectable permissions via createPermissionsAbstraction/createPermissionsFeature,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

UseCase implementation pattern — DI, Result handling, error types, decorators, CMS repositories, entry mappers, and schema-based permissions. Use this skill to implement, inject, override, or decorate any Webiny UseCase, or to build repositories that persist…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migration patterns for converting v5 Webiny code to v6 architecture. Use this skill when migrating existing v5 plugins to v6 features, converting context plugins to DI services, adapting v5 event subscriptions to v6 EventHandlers, or understanding how v5…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Sending real-time notifications from the API to the Admin app over websockets, and reacting to them on the client. Use this skill when the developer wants to push a message to the user who triggered some server-side work (e.g. per-entry progress from a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adding custom commands to the Webiny CLI using CliCommandFactory. Use this skill when the developer wants to create a custom CLI command, add a data migration script, build a code generator, create deployment scripts, export CMS content, or add health check…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Creating Headless CMS content models via code using the ModelFactory pattern. Use this skill when the developer wants to create, modify, or understand content model definitions, define fields and validators, set up reference fields between models, configure…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

The universal createImplementation DI pattern and all injectable services. Use this skill when the developer is writing any Webiny extension and needs to understand dependency injection, constructor injection, how to access Logger/BuildParams/IdentityContext,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Full-stack extension skeleton and registration pattern. Use this skill when creating an extension that spans both API and Admin — the top-level component with Api.Extension and Admin.Extension entry points, shared domain layer, BuildParam declarations, and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

admin/aco — 2 abstractions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

admin/cms — 56 abstractions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

admin/configs — 1 abstractions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

admin/form — 26 abstractions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

admin/languages — 2 abstractions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

admin/lexical — 17 abstractions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

admin/router — 6 abstractions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

admin/security — 15 abstractions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

admin — 28 abstractions.

원문 언어: 영어

업데이트
수집된 skill 84개 중 40개를 표시합니다.