plugins marketplace
← All plugins

application-performance

v1.3.1

Application profiling, performance optimization, and observability for frontend and backend systems

CodexClaude Code

by Seth HobsonMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

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

Layout

plugins/application-performance/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

plugins/application-performance/.codex-plugin/plugin.json
{
  "name": "application-performance",
  "version": "1.3.1",
  "description": "Application profiling, performance optimization, and observability for frontend and backend systems",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Application Performance",
    "shortDescription": "Application profiling, performance optimization, and observability for frontend and backend systems",
    "category": "Coding"
  }
}
plugins/application-performance/.claude-plugin/plugin.json
{
  "name": "application-performance",
  "version": "1.3.1",
  "description": "Application profiling, performance optimization, and observability for frontend and backend systems",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT"
}