new-vscode-command
openbooklet.com/s/new-vscode-commandopenbooklet.com/s/new-vscode-command@1.0.0GET /api/v1/skills/new-vscode-commandAdd a new VSCode command to bigUML with DI-based registration. Covers implementing VSCodeCommand, binding in a VscodeFeatureModule, and declaring in package.json. Use this skill whenever the user wants to add a command, register a command, create a keyboard shortcut action, add a menu item, mentions "command", "VSCode command", "command palette", "registerCommand", "keybinding", or needs to trigger an action from the command palette or a menu.
Create a new feature package in the bigUML monorepo with proper environment folders, DI modules, exports map, and registration. Use this skill whenever the user wants to create a new package, add a new feature, scaffold a package, set up a new module, or mentions "new package", "feature package", "create package", "add feature", "scaffold", or "monorepo package". Also use when the user needs to understand the package structure or environment folder conventions.
Add a new GLSP action with server-side handling and optional client-side dispatch. Covers action type definition, ActionHandler or OperationHandler creation, and DiagramFeatureModule registration. Use this skill whenever the user wants to add an action, create a GLSP action, implement an action handler, add an operation, handle a request/response, mentions "action", "ActionHandler", "OperationHandler", "GLSP action", "DiagramFeatureModule", or needs server-client communication for a diagram feature.
Add a new UML element type end-to-end: define it in def.ts, run code generation, and optionally create diagram rendering. Use this skill whenever the user wants to add a new element, extend the metamodel, modify def.ts, add a node or edge type, create a new UML class/interface/component/package/activity/etc., or mentions "tool palette", "new element", "def.ts", "metamodel", or "code generation". Also use when the user asks to add properties to an existing element or change decorators.
Add a new webview to bigUML - sidebar panel, bottom panel, or custom editor. Covers provider class, DI registration, React entry point, messaging, and esbuild bundling. Use this skill whenever the user wants to add a webview, create a sidebar, add a panel, build a custom editor, mentions "webview", "sidebar view", "panel", "WebviewViewProvider", "WebviewEditorProvider", or needs to set up messaging between extension host and a webview. Also use when the user wants to understand the webview architecture or fix webview messaging issues.
Auto-indexed from borkdominik/bigUML
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.