saitarrun

Sdlc Optimize — Development skill for Claude Code

Development community

Performance optimization and profiling - identify bottlenecks, benchmark improvements.

How to install Sdlc Optimize

Installs to ~/.claude/skills/saitarrun-sdlc-ai-workflow-sdlc-optimize/SKILL.md

Terminal
mkdir -p ~/.claude/skills/saitarrun-sdlc-ai-workflow-sdlc-optimize && curl -fsSL https://raw.githubusercontent.com/saitarrun/Sdlc-ai-workflow/HEAD/commands/sdlc-optimize.md -o ~/.claude/skills/saitarrun-sdlc-ai-workflow-sdlc-optimize/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sdlc Optimize does


description: Performance optimization and profiling - identify bottlenecks, benchmark improvements argument-hint: "[component] [metric]"

/sdlc-optimize

Data-driven performance optimization with regression prevention.

Usage

/sdlc-optimize "auth-service" "login-latency"
/sdlc-optimize "api" "memory-allocation"

Process

  1. Performance Engineer → Profile and find hotspots
  2. Analyze → Flame graphs, call stacks, root cause
  3. Optimize → Targeted changes (algor

Alternatives in Development

  • Skill Creator — Create new skills, modify existing skills, and measure skill performance 94.1k ★
  • Review Claudemd — Review recent conversations to find improvements for CLAUDE.md files 6.5k ★
  • WP Performance — WordPress performance optimization 902 ★

Full documentation available on GitHub

View Source Repository