بنقرة واحدة
vsc-tricks
VS Code workspace customization utilities — color borders, settings scaffolding
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
VS Code workspace customization utilities — color borders, settings scaffolding
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | vsc-tricks |
| description | VS Code workspace customization utilities — color borders, settings scaffolding |
| argument-hint | colorize [color] |
Current version: 0.1.0
VS Code workspace customization utilities. Creates and manages local .vscode/settings.json with visual customizations for your project windows.
This skill requires explicit invocation via /vsc-tricks. It does not activate automatically based on conversation content.
When /vsc-tricks is invoked without a subcommand, present this menu:
**Workspace Customization**
- `colorize` - Set random or specific window border/title bar colors for this project
Then ask: "Which action would you like to run?"
| Invocation | Action File |
|---|---|
/vsc-tricks colorize | actions/colorize.md |
/vsc-tricks colorize blue | actions/colorize.md (with color hint "blue") |
/vsc-tricks colorize #FF5733 | actions/colorize.md (with explicit hex) |
/vsc-tricks color | actions/colorize.md |
Argument passing: Anything after colorize is passed as the color argument. It can be a color name (e.g., blue, teal, orange) or a hex value (e.g., #3B82F6). If omitted, a random color is generated.
This skill should NOT be invoked when:
/vsc-tricks was not explicitly typedOnly activate on explicit /vsc-tricks command invocation.