optimize

Audit and reduce waste across speed, code, database, and dependencies.

232|43|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/whawkinsiv/solo-founder-superpowers --skill optimize-whawkinsiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimize
Source: https://github.com/whawkinsiv/solo-founder-superpowers/tree/main/developer-skills/5-optimize
Command: npx skills add https://github.com/whawkinsiv/solo-founder-superpowers --skill optimize-whawkinsiv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams reduce waste across performance, code quality, database hygiene, and dependency bloat to deliver faster SaaS apps.

Core Features & Use Cases

  • Audit, clean, and prevent waste in four dimensions: speed, code, database, and dependencies.
  • Apply a repeatable AUDIT → CLEAN → PREVENT workflow to real-world SaaS projects.
  • Use cases include speeding up page loads, removing dead code, tidying orphaned data, and trimming bloated dependencies.

Quick Start

Run an audit across your app, then apply the AUDIT → CLEAN → PREVENT workflow to speed, clean, and prevent waste in four dimensions.

Frequently Asked Questions about optimize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce SaaS app waste across page speed, code, and database dependencies?

To reduce SaaS app waste, apply a structured AUDIT, CLEAN, and PREVENT workflow across four dimensions: speed, code, database, and dependencies. This process identifies unused code, tidies orphaned data, and trims package bloat to deliver faster page loads.

What is the best way to audit and clean up unused code in a SaaS application?

The best way to clean unused code is to run a structured audit to identify dead code and then apply targeted cleanup steps. This removes waste from your codebase while establishing guardrails like CI checks to prevent future accumulation.

How do I trim dependency bloat and tidy database hygiene in my web app?

To trim dependency bloat and tidy database hygiene, you audit your current packages and data structures, remove orphaned data and bloated dependencies, and implement monitoring guardrails. This ensures ongoing database hygiene and optimized package sizes.

Can I prevent performance regression and dead code accumulation using CI checks?

Yes, you can prevent performance regression and dead code by establishing CI checks and monitoring as guardrails. After auditing and cleaning waste across speed, code, database, and dependencies, these guardrails ensure ongoing hygiene and prevent future bloat.

Does this optimization workflow require any specific frameworks or external dependencies?

No, this optimization workflow does not require any external dependencies or specific frameworks. It applies a repeatable AUDIT, CLEAN, and PREVENT methodology directly to typical SaaS applications to reduce waste across speed, code, database, and dependencies.