plugins marketplace
← All plugins

application-profiler

v1.21.0

Profile application performance with CPU, memory, and execution time analysis

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 9 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance/application-profiler/ inside the repository.

Layout

plugins/performance/application-profiler/
├── .claude-plugin/plugin.json
└── skills/profiling-application-performance/SKILL.md

Skills1

profiling-application-performanceskills/profiling-application-performance/SKILL.md

Execute this skill enables AI assistant to profile application performance, analyzing cpu usage, memory consumption, and execution time. it is triggered when the user requests performance analysis, bottleneck identification, or optimization recommendations. the... Use when optimizing performance. Trigger with phrases like 'optimize', 'performance', or 'speed up'.

Manifests1

plugins/performance/application-profiler/.claude-plugin/plugin.json
{
  "name": "application-profiler",
  "version": "1.21.0",
  "description": "Profile application performance with CPU, memory, and execution time analysis",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "performance",
    "profiling",
    "monitoring",
    "optimization",
    "agent-skills"
  ]
}