💰
Verifiedbudget0 installs
Performance First
Optimized for speed with Sonnet model and parallel execution
Model Configuration
Modelclaude-sonnet-4.5
Max Tokens8,192
Temperature0.5
Use Case
Use when speed is critical and you need rapid iteration
Configuration
{
"model": "claude-sonnet-4.5",
"max_tokens": 8192,
"temperature": 0.5,
"tools_allowed": [
"all"
],
"tools_restricted": [],
"streaming_enabled": true,
"cache_tool_results": true,
"parallel_tool_calls": true,
"prefer_fast_operations": true
}Installation
Via StackShack CLI
npx stackshack install performance-firstManual Configuration
Add this configuration to your claude_settings file:
{
"model": "claude-sonnet-4.5",
"max_tokens": 8192,
"temperature": 0.5,
"tools_allowed": [
"all"
],
"tools_restricted": [],
"streaming_enabled": true,
"cache_tool_results": true,
"parallel_tool_calls": true,
"prefer_fast_operations": true
}Tags
#performance#speed#fast#parallel
Quick Actions
Stats
Installs0
Categorybudget
Statuspublished