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

workbench

يحتوي workbench على 7 من skills المجمعة من grebmann1، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

chat-extension-safe-changes
مطوّرو البرمجيات

Safely modify `packages/extension-chat/*` without regressing the original extension in `packages/extension/*`. Use when working on chat side panel UX, background worker behavior, manifest wiring, or chat-only scripts/views.

2026-06-02
core-extension-safe-changes
مطوّرو البرمجيات

Safely modify the classic/core extension in `packages/extension/*` without regressing chat extension behavior in `packages/extension-chat/*`. Use when working on core side panel, overlay, worker logic, manifest wiring, or extension scripts/views.

2026-06-02
lwc-oss-debug-and-validation
محللو ضمان جودة البرمجيات والمختبرون

Debug and validate LWC OSS issues in this repo with a minimal, path-based command strategy (lint vs build vs e2e) and clear baseline-vs-regression classification.

2026-06-02
lwc-oss-safe-changes
مطوّرو البرمجيات

Safely implement or refactor LWC OSS code in this repo (LWR + Rollup targets) while preserving cross-target behavior across core extension, chat extension, and shared runtime modules.

2026-06-02
repo-validation-selector
مطوّرو البرمجيات

Select the smallest correct validation commands for this repo based on touched paths, while distinguishing lint, build/type, and runtime confidence.

2026-06-02
shared-runtime-safe-changes
مطوّرو البرمجيات

Safely modify shared runtime layers (`packages/lwc/main/*`, `packages/lwc/extension/*`, `packages/lwc/shared/*`) without regressing either core extension (`packages/extension/*`) or chat extension (`packages/extension-chat/*`).

2026-06-02
new-workbench-app
مطوّرو البرمجيات

Scaffold a new manifest-driven Workbench application under `packages/lwc/applications/<id>/`. Use when the user asks to create, add, or scaffold a new app, tool, utility, or extension in the Workbench monorepo — e.g. "add a new application", "create a workbench app called X", "scaffold a utility under applications", "new SOQL-style tool". Walks the user through the manifest schema, `host-api/*` bootstrap pattern, tsconfig/rollup wiring, and `generate_application_manifest.js` validation so the first build passes.

2026-05-05