``` [ ] Unused extensions disabled [ ] File watcher exclusions set [ ] Max open editors limited [ ] Search exclusions configured
Scanned 5/31/2026
Install via CLI
openskills install tools-only/X-Skills# Performance Optimization
## Performance Optimization
### Editor Performance
```
[ ] Unused extensions disabled
[ ] File watcher exclusions set
[ ] Max open editors limited
[ ] Search exclusions configured
Settings:
{
"files.watcherExclude": {
"**/node_modules/**": true,
"**/.git/**": true,
"**/dist/**": true
},
"search.exclude": {
"**/node_modules": true,
"**/dist": true
},
"editor.maxTokenizationLineLength": 10000
}
```
### AI Performance
```
[ ] Appropriate models selected for tasks
[ ] Completion delay tuned
[ ] Context management optimized
[ ] Rate limits understood
```No comments yet. Be the first to comment!