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

salesforcedx-vscode

يحتوي salesforcedx-vscode على 29 من skills المجمعة من forcedotcom، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
29
Stars
1.0k
محدث
2026-07-01
Forks
454
التغطية المهنية
4 فئات مهنية · 52% مصنفة
مستكشف المستودعات

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

effect-best-practices
غير مصنف

Enforces Effect-TS patterns for services, errors, layers, and atoms. Use when writing code with Effect.Service, Schema.TaggedError, Layer composition, or effect-atom React components.

2026-07-01
services-extension-consumption
غير مصنف

Consume the salesforcedx-vscode-services extension API. Use when an extension depends on salesforcedx-vscode-services and you are registering commands, calling its services (Workspace, Connection, Project, Settings, FS, Channel, Media, prompts), watching files/config/target-org, or wiring the AllServicesLayer/runtime in extensionProvider.ts.

2026-07-01
packagejson
غير مصنف

package.json conventions for this repo. Use when editing/reviewing a package.json — name, types, browser, files, dependencies, devDependencies, packaging, scripts, or vscode contributes.

2026-06-30
paths
غير مصنف

Prefer vscode-uri over node:path. Use when .ts files in /src import node:path or use path.join/basename/dirname/resolve, URI.file, or memfs paths.

2026-06-30
icons-src
غير مصنف

Add custom SVG icons to salesforcedx-vscode-services for font generation. Use when adding new icons to media/icons-src, creating SVG icons for VS Code extension, or defining font-based icons.

2026-06-30
typescript
غير مصنف

TypeScript coding standards — apply when writing, reviewing, or refactoring .ts/.tsx, or naming/renaming .ts files (camelCase casing).

2026-06-30
gus-cli
غير مصنف

Interact with the Gus Salesforce org via CLI (sf). Query, create, update work items; query team epics. Use when user mentions Gus, work items, epics, or GUS/Git2Gus workflows.

2026-06-29
pr-draft
غير مصنف

Draft PRs with trailing " - W-XXXXXXXX" in titles, conventional commit-style before it, GUS refs in body. Use when drafting PRs, PR titles, PR descriptions, opening PRs, or Git2Gus workflows.

2026-06-29
i18n-messages
غير مصنف

Editing extension i18n message files and their consumers. Use when editing packages/*/src/messages/i18n.ts, adding/changing nls.localize strings, or choosing placeholder tokens (%s/%d/...).

2026-06-29
changelog
غير مصنف

Polish the automated CHANGELOG for a release branch. Removes GUS refs, categorizes under-the-cover changes, improves customer-facing descriptions. Use when preparing/reviewing the changelog on a release branch, or when user mentions changelog quality.

2026-06-29
backlog-grooming
غير مصنف

Triage the team's open GUS backlog — propose closing done-but-open work items (with code/test citations), flag under-specified items for grilling, catch wrong-epic / orphan / unpointed / dead-link items, and close completed epics. User-invoked.

2026-06-29
playwright-e2e
غير مصنف

writing, running, and debugging Playwright tests; creating and recreating scratch orgs (Dreamhouse, minimal, non-tracking); working with their output from github actions

2026-06-26
dependabot-alerts
غير مصنف

Triage GitHub Dependabot security alerts into one-point GUS work items that bump the outermost consumer. User-invoked only.

2026-06-25
concise
غير مصنف

Writing style for AI-consumed docs. Proactively apply when creating or editing any md file in .claude/skills/ or .claude/rules/ or .cursor/rules/ or .claude/plans/.

2026-06-23
work-item-sequencing
متخصصو إدارة المشاريع

Numbering convention for ordering GUS work items within an epic. Numeric prefixes in Subject__c express sequencing (do X before Y) and parallelism. Use when planning an epic, when the user states a dependency between work items, or when asked what's unblocked/ready in an epic.

2026-06-18
span-file-export
مديرو الشبكات وأنظمة الحاسوب

Use file-based span/log export for AI consumption. Where it lives, how to enable/clear, record format for Node and Web. Use when enabling span file dump, debugging traces for AI, or configuring local observability.

2026-06-17
grill-me
متخصصو إدارة المشاريع

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

2026-06-16
external-consumers
مطوّرو البرمجيات

Known external consumers of APIs from this monorepo's extensions. Use when changing public API surfaces (activate return types, exported types, services sub-objects), evaluating breaking changes, removing exports, or checking if anything uses a given API member.

2026-06-12
verification
محللو ضمان جودة البرمجيات والمختبرون

Verification steps for code changes. Use after ANY code change to ensure quality, or when creating plans because those should include verification steps.

2026-06-03
release
مطوّرو البرمجيات

Run the VS Code extension release workflow end-to-end. Use when publishing a release, running prerelease, verifying the release branch, polishing changelog for release, or installing release vsixes for verification.

2026-05-29
shipped-issues
مطوّرو البرمجيات

Find open GitHub issues whose linked GUS work item is closed AND whose issue number appears in CHANGELOG.md, then close them. Use when user invokes /shipped-issues or asks to clean up shipped issues.

2026-05-29
wireit
مطوّرو البرمجيات

Author and use Wireit scripts for npm. Use when working with Wireit configuration, npm scripts, build pipelines, or when the user mentions Wireit.

2026-05-21
core-extension-api
مطوّرو البرمجيات

Public API exported by salesforcedx-vscode-core activate(). Use when modifying SalesforceVSCodeCoreApi, the api object in activate(), exports from core index.ts, services sub-object, or evaluating whether a change to core is breaking. Also use when someone asks "does anything use X" for a core export.

2026-05-04
feature-branch
مطوّرو البرمجيات

Create feature branches for all work. Use when creating branches, checking out, or pushing. Prevents accidental push to develop.

2026-04-24
lsp-custom-requests
مطوّرو البرمجيات

Serialize URIs correctly across LSP custom requests. Use when defining custom LSP requests/notifications with URI params, sending a `URI` over `Connection.sendRequest`, or debugging `[object Object]` / `EntryNotFound` / `workspace/stat`/`readFile`/`readDirectory` failures.

2026-04-22
ts1261-filename-casing
مطوّرو البرمجيات

Fix TS1261 when TypeScript reports two paths that differ only in casing (import vs include vs git index). Use when compile shows error 1261 or "Already included file name ... differs from file name ... only in casing".

2026-04-22
ts4023-effect-errors
مطوّرو البرمجيات

Fix TS4023 errors when exporting Effect-based functions. Use when TypeScript reports "has or is using name 'X' from external module but cannot be named" for Effect error types, or when knip flags error type exports as unused.

2026-04-22
query-app-insights
مطوّرو البرمجيات

Query Azure Application Insights telemetry data for command usage, extension activity, and performance metrics

2026-03-27
vscode-window-messages
مطوّرو البرمجيات

Guidelines for using vscode.window.show*Message methods. Use when working with showInformationMessage, showWarningMessage, showErrorMessage.

2026-03-23