Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

apex-language-support

apex-language-support에는 forcedotcom에서 수집한 skills 20개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
20
Stars
11
업데이트
2026-07-07
Forks
2
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

language-server-architecture
소프트웨어 개발자

Apex Language Server data architecture — type sources, worker topology, and data ownership. Use when working on type resolution, worker communication, resource loading, hover, definition, diagnostics, or any code in apex-ls/src/server/ or apex-parser-ast/src/symbols/.

2026-07-07
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-25
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-06-23
feature-branch
소프트웨어 개발자

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

2026-06-23
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-23
packagejson
소프트웨어 개발자

Guidelines for package.json files in packages

2026-06-23
playwright-e2e
소프트웨어 품질 보증 분석가·테스터

writing, running, and debugging Playwright tests. working with their output from github actions

2026-06-23
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-23
services-extension-consumption
소프트웨어 개발자

Guidelines for consuming salesforcedx-vscode-services extension API. Use when working with extensions that have extensionDependency on salesforcedx-vscode-services, registering commands, using Workspace/Connection/Project/Settings/FS/Channel/Media services, quickpick/quickInput, implementing file/config watchers, editing extensionProvider.ts, buildAllServicesLayer, AllServicesLayer, setAllServicesLayer, prebuiltServicesDependencies, or Layer composition for VS Code extensions.

2026-06-23
shipped-issues
소프트웨어 개발자

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

2026-06-23
span-file-export
소프트웨어 개발자

Use file-based span/log export for AI consumption (extension client). 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 in the VS Code extension.

2026-06-23
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-06-23
typescript
소프트웨어 개발자

TypeScript coding standards and conventions including file naming rules

2026-06-23
verification
소프트웨어 품질 보증 분석가·테스터

Verification steps for code changes. Debug mode defers lint; full checklist before merge. Use after changes or when planning.

2026-06-23
doc-maintenance
소프트웨어 개발자

Delegate to the doc-maintenance subagent when code/config/scripts change to catch code→doc drift. Use after editing TS/TSX, package.json, esbuild config, scripts, .vscodeignore, .vscode, tsconfig, or GitHub workflow files.

2026-06-16
apex-stubs-generator
소프트웨어 개발자

Everything about generating, maintaining, and troubleshooting the Apex standard library stubs in StandardApexLibrary. Use when regenerating stubs, debugging casing failures on Linux CI, working on the generator/augmenter pipeline, or syncing stubs to jorje.

2026-06-10
apex-language
소프트웨어 개발자

Understand Apex language rules, ANTLR grammar structure, and how to implement parser listeners for language server features. Use when working on Apex parser implementation, creating validators, implementing listeners, or referencing parser grammar rules.

2026-05-05
fix-lint-errors
소프트웨어 개발자

Fix lint errors by removing unused variables and imports rather than prefixing with underscore. Use when lint errors are reported, when fixing compilation issues, or when the user asks to fix lint errors.

2026-04-29
writing-tests
소프트웨어 품질 보증 분석가·테스터

Write comprehensive tests for all components using Jest, Effect-TS, and test helpers. Use when creating new tests, adding test cases, or when the user asks to write tests, add test coverage, or test specific functionality.

2026-04-29
vscode-window-messages
소프트웨어 개발자

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

2026-04-13