Apply language-specific micro-optimizations
Applies language-specific micro-optimizations to code for maximum performance in competitive programming.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
README.mdApply language-specific micro-optimizations to squeeze maximum performance from competitive programming solutions.
ios_base::sync_with_stdio(false)#pragma GCC optimize__slots__ for classes{
"type": "object",
"properties": {
"code": { "type": "string" },
"language": {
"type": "string",
"enum": ["cpp", "python", "java"]
},
"optimizationLevel": {
"type": "string",
"enum": ["safe", "aggressive", "maximum"]
},
"preserveReadability": { "type": "boolean", "default": true }
},
"required": ["code", "language"]
}
{
"type": "object",
"properties": {
"success": { "type": "boolean" },
"optimizedCode": { "type": "string" },
"appliedOptimizations": { "type": "array" },
"expectedSpeedup": { "type": "string" },
"warnings": { "type": "array" }
},
"required": ["success", "optimizedCode"]
}
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.