Skip to content
OpenSmartRoute
Skillv1.0.0

windsurf-performance-profiling

Profile and optimize code with AI-assisted analysis. Activate when users mention "performance profiling", "optimize performance", "bottleneck analysis", "profiling", or "performance tuning". Handles p

by jeremylongshore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (plugins/saas-packs/skill-databases/windsurf/skills/windsurf-performance-profiling/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill windsurf-performance-profiling. Copyright stays with the author (MIT).

Windsurf Performance Profiling

Overview

This skill enables AI-assisted performance profiling within Windsurf. Cascade analyzes profiling data to identify bottlenecks, suggest optimizations, and predict impact of changes.

Prerequisites

  • Windsurf IDE with Cascade enabled
  • Profiling tools installed (Chrome DevTools, node --prof, py-spy, etc.)
  • Application with performance concerns
  • Baseline metrics established
  • Understanding of performance targets

Instructions

  1. Establish Baseline
  2. Collect Profile Data
  3. Analyze with Cascade
  4. Implement Optimizations
  5. Document and Monitor

See ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.

Output

  • Profiling data and analysis
  • Bottleneck identification reports
  • Optimization recommendations
  • Before/after comparison metrics

Error Handling

See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.

Examples

See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.

Resources

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-windsurf-perf-8873e0/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jeremylongshore-tons-of-skills-marketplace-windsurf-perf-8873e0.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-windsurf-perf-8873e0",
  "kind": "skill",
  "name": "windsurf-performance-profiling",
  "description": "Profile and optimize code with AI-assisted analysis. Activate when users mention \"performance profiling\", \"optimize performance\", \"bottleneck analysis\", \"profiling\", or \"performance tuning\". Handles performance analysis and optimization. Use when working with windsurf performance profiling functionality. Trigger with phrases like \"windsurf performance profiling\", \"windsurf profiling\", \"windsurf\".",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "saas",
      "skill-databases",
      "performance",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Profile and optimize code with AI-assisted analysis. Activate when users mention \"performance profiling\", \"optimize performance\", \"bottleneck analysis\", \"profiling\", or \"performance tuning\". Handles performance analysis and optimization. Use when working with windsurf performance profiling functionality. Trigger with phrases like \"windsurf performance profiling\", \"windsurf profiling\", \"windsurf\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "plugins/saas-packs/skill-databases/windsurf/skills/windsurf-performance-profiling/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/plugins/saas-packs/skill-databases/windsurf/skills/windsurf-performance-profiling/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/plugins/saas-packs/skill-databases/windsurf/skills/windsurf-performance-profiling/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,Write,Edit,Bash(cmd:*),Grep"
    ],
    "license": "MIT"
  },
  "instructions": "# Windsurf Performance Profiling\n\n## Overview\n\nThis skill enables AI-assisted performance profiling within Windsurf. Cascade analyzes profiling data to identify bottlenecks, suggest optimizations, and predict impact of changes.\n\n## Prerequisites\n\n- Windsurf IDE with Cascade enabled\n- Profiling tools installed (Chrome DevTools, node --prof, py-spy, etc.)\n- Application with performance concerns\n- Baseline metrics established\n- Understanding of performance targets\n\n## Instructions\n\n1. **Establish Baseline**\n2. **Collect Profile Data**\n3. **Analyze with Cascade**\n4. **Implement Optimizations**\n5. ",
  "cost": {
    "context_tokens": 320
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-windsurf-perf-8873e0/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.