skills/vscode-config/SKILL.md
Manage VSCode/Cursor configuration in this dotfiles repository. Use when working with settings.json, keybindings.json, or tasks.json files, or when asked about VSCode/Cursor configuration structure.
npx skillsauth add simplerick0/com.ackhax.configs vscode-configInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
vscode/
├── user/ # Client-side, synced via Settings Sync
├── profiles/OPS/ # Profile-specific (vim bindings, editor prefs)
├── machines/ops/ # Server-side, symlinked via setup.sh
└── setup.sh # Symlinks machine configs only
| Layer | Location | Sync Method |
|-------|----------|-------------|
| Machine | machines/<hostname>/ | setup.sh symlink |
| User | user/ | Settings Sync |
| Profile | profiles/<name>/ | Settings Sync |
Add machine config: Create machines/<hostname>/settings.json
Update vim bindings: Edit user/settings.json (keybindings sync to all machines)
Run setup on server: ./vscode/setup.sh (uses hostname, or --machine <name>)
Machine settings override user/profile. Put machine-specific paths and extensions in machine config.
tools
Design user interfaces and experiences for web applications without requiring design tools. Use for wireframing in text/ASCII, defining user flows, creating component hierarchies, establishing design systems, planning responsive layouts, and making accessibility decisions.
development
Testing specialist focused on comprehensive test coverage for Python applications. Use for pytest patterns, unit/integration/E2E testing, fixtures, mocking, property-based testing with Hypothesis, and factory patterns.
development
Project management adapted for solo developers working without a team. Use for personal project planning, time-boxing work sessions, managing scope creep alone, maintaining momentum on side projects, tracking progress without overhead, making decisions without external input, and staying accountable to yourself.
development
System design, architectural patterns, and technical decision-making for software projects. Use for system design, API design, database modeling, scalability planning, technology selection, and architectural documentation.