·performance-analyzer
</>

performance-analyzer

kanopi/cms-cultivator

Automatically analyze performance issues when user mentions slow pages, performance problems, or optimization needs. Performs focused performance checks on specific code, queries, or components. Invoke when user says "this is slow", "performance issue", "optimize", or asks about speed.

5Installs·0Trend·@kanopi

Installation

$npx skills add https://github.com/kanopi/cms-cultivator --skill performance-analyzer

SKILL.md

Automatically analyze and suggest performance improvements for specific code.

Don't optimize without data - Profile to find real bottlenecks

$users = User::loadMultiple(); foreach ($users as $user) { $profile = $user->get('fieldprofile')->entity; // N+1! }

Automatically analyze performance issues when user mentions slow pages, performance problems, or optimization needs. Performs focused performance checks on specific code, queries, or components. Invoke when user says "this is slow", "performance issue", "optimize", or asks about speed. Source: kanopi/cms-cultivator.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/kanopi/cms-cultivator --skill performance-analyzer
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is performance-analyzer?

Automatically analyze performance issues when user mentions slow pages, performance problems, or optimization needs. Performs focused performance checks on specific code, queries, or components. Invoke when user says "this is slow", "performance issue", "optimize", or asks about speed. Source: kanopi/cms-cultivator.

How do I install performance-analyzer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kanopi/cms-cultivator --skill performance-analyzer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/kanopi/cms-cultivator