829 B
829 B
name, description, applyTo
| name | description | applyTo |
|---|---|---|
| VS Code Configuration | Route .vscode edits to the Personal MCP VS Code configuration skill resource. | .vscode/** |
When editing files under .vscode/, use skill://vscode-configuration/SKILL.md as the primary guidance source.
Execution pattern:
- Load
skill://vscode-configuration/SKILL.mdfirst. - Inspect
skill://vscode-configuration/_manifestand select only the matching reference page for the current file type:launch.json-> debug launch configurations.tasks.json-> tasks.json project tasks.mcp.json-> mcp.json MCP server configuration.
- Prefer the smallest safe config change and keep settings explicit.
- Include source-document links for any feature-level recommendation.
If task intent is ambiguous, ask one clarifying question before editing.