Wire built features into a running application — import peer schemas, lazy-load peers, and mount the root UI.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٤١ من skills من adobe/data. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٤٠ من أصل ٤١ skills مجمعة.
Wire built features into a running application — import peer schemas, lazy-load peers, and mount the root UI.
لغة النص الأصلي: الإنجليزية
Build a feature's data/ layer — data-type namespaces and the State spec. The first, foundational feature phase.
لغة النص الأصلي: الإنجليزية
Build a feature's system-database — the real-time tick loop (systems the scheduler runs each frame). For real-time features only.
لغة النص الأصلي: الإنجليزية
Build a feature's services/ layer — async capability contracts (ports to the outside world). Optional.
لغة النص الأصلي: الإنجليزية
Build a feature's transaction-database — atomic mutations over the store.
لغة النص الأصلي: الإنجليزية
Iteratively build an application or game phase-by-phase in clean subagents, reviewing each phase and refining the build-* skills / rules until each is optimal, then summarizing.
لغة النص الأصلي: الإنجليزية
Review built feature/application output against the @adobe/data feature rules; report whether it is optimal and where any fix belongs. Read-only.
لغة النص الأصلي: الإنجليزية
Build a feature's action-database — async orchestration over services and transactions. If the feature has async flows or side effects outside of the main store.
لغة النص الأصلي: الإنجليزية
Build a feature's computed-database — derived observable values.
لغة النص الأصلي: الإنجليزية
Build a feature's schema — the core-database (components, resources, archetypes). The first main-service layer.
لغة النص الأصلي: الإنجليزية
Build a game — an application whose features model game state, rules, and rendering.
لغة النص الأصلي: الإنجليزية
Build a feature's index-database — component/archetype indexes for O(1) lookup. As needed.
لغة النص الأصلي: الإنجليزية
Build a feature's service-database — db-bound service factories. If the feature exposes services.
لغة النص الأصلي: الإنجليزية
Build a feature's ui/ layer — presentation bound to the main-service database. The final, top layer.
لغة النص الأصلي: الإنجليزية
Build an application — a base feature hosting lazily-loaded peer features.
لغة النص الأصلي: الإنجليزية
Build a complete feature step by step
لغة النص الأصلي: الإنجليزية
executes a graph of steps
لغة النص الأصلي: الإنجليزية
Build a feature's ecs action-database — async orchestration over services and transactions. If the feature has async flows.
لغة النص الأصلي: الإنجليزية
Wire built features into a running application — import peer schemas, lazy-load peers, and mount the root UI.
لغة النص الأصلي: الإنجليزية
Build an application — a base feature hosting lazily-loaded peer features.
لغة النص الأصلي: الإنجليزية
Build a feature's ecs computed-database — derived observable values.
لغة النص الأصلي: الإنجليزية
Build a feature's ecs schema — the core-database (components, resources, archetypes). The first ecs layer.
لغة النص الأصلي: الإنجليزية
Build a feature's data/ layer — data-type namespaces and the State spec. The first, foundational feature phase.
لغة النص الأصلي: الإنجليزية
Build a complete feature by piping the per-layer build-* skills bottom-up.
لغة النص الأصلي: الإنجليزية
Build a game — an application whose features model game state, rules, and rendering.
لغة النص الأصلي: الإنجليزية
Build a feature's ecs index-database — component/archetype indexes for O(1) lookup. As needed.
لغة النص الأصلي: الإنجليزية
Build a feature's ecs service-database — db-bound service factories. If the feature exposes services.
لغة النص الأصلي: الإنجليزية
Build a feature's services/ layer — async capability contracts (ports to the outside world). Optional.
لغة النص الأصلي: الإنجليزية
Build a feature's ecs system-database — the real-time tick loop (systems the scheduler runs each frame). For real-time features only.
لغة النص الأصلي: الإنجليزية
Build a feature's ecs transaction-database — atomic mutations over the store.
لغة النص الأصلي: الإنجليزية
Build a feature's ui/ layer — presentation bound to the ecs database. The final, top layer.
لغة النص الأصلي: الإنجليزية
Iteratively build an application or game phase-by-phase in clean subagents, reviewing each phase and refining the build-* skills / rules until each is optimal, then summarizing.
لغة النص الأصلي: الإنجليزية
Review built feature/application output against the @adobe/data feature rules; report whether it is optimal and where any fix belongs. Read-only.
لغة النص الأصلي: الإنجليزية
Use when laying out or reasoning about a feature's file/folder structure and layer dependencies.
لغة النص الأصلي: الإنجليزية
executes an input optionally with validate first
لغة النص الأصلي: غير محددة
logs all named inputs to chat
لغة النص الأصلي: الإنجليزية
executes the input within a subagent
لغة النص الأصلي: الإنجليزية
inserts a /x-log call right after every non log piped function
لغة النص الأصلي: الإنجليزية
validates nested or piped function calls to determine if output types match all required input types
لغة النص الأصلي: الإنجليزية
Reflective Thought Composition. Structured thinking pipeline for complex decisions, design evaluation, and deep analysis. Use when quality of reasoning matters more than speed of response.
لغة النص الأصلي: الإنجليزية