optimizing-performance
π―Skillfrom cloudai-x/claude-workflow
Optimizes application performance by profiling, identifying bottlenecks, and applying targeted improvements across frontend, backend, and database layers.
Part of
cloudai-x/claude-workflow(8 items)
Installation
python -m cProfile -o profile.stats app.pypython -m pstats profile.statsSkill Details
Analyzes and optimizes application performance across frontend, backend, and database layers. Use when diagnosing slowness, improving load times, optimizing queries, reducing bundle size, or when asked about performance issues.
More from this repository7
Provides comprehensive TypeScript guidelines for building robust Convex backend functions, schemas, queries, and serverless operations with type-safe validation.
Analyzes software project structures, dependencies, and architectural patterns to provide comprehensive insights and recommendations for code organization, potential improvements, and technical deb...
designing-tests skill from cloudai-x/claude-workflow
Provides performance optimization guidelines for React and Next.js, offering 45 rules across 8 categories to improve application speed, bundle size, and rendering efficiency.
Reviews UI code against comprehensive web design guidelines, checking accessibility, UX, and best practices for web interfaces.
Designs software architecture by systematically selecting optimal patterns, structuring projects, and making technical decisions based on project requirements and team capabilities.
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
