rdc-optimizer

Public main skill for the incubating optimizer framework. Use when the user wants to analyze performance, identify bottlenecks, design experiments, or validate optimization gains from captures, traces, or profiling evidence. This skill is the future optimizer entry and currently provides the minimum intake contract only.

25 stars

Best use case

rdc-optimizer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Public main skill for the incubating optimizer framework. Use when the user wants to analyze performance, identify bottlenecks, design experiments, or validate optimization gains from captures, traces, or profiling evidence. This skill is the future optimizer entry and currently provides the minimum intake contract only.

Teams using rdc-optimizer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/rdc-optimizer/SKILL.md --create-dirs "https://raw.githubusercontent.com/ComeOnOliver/skillshub/main/skills/haolange/RDC-Agent-Frameworks/rdc-optimizer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/rdc-optimizer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How rdc-optimizer Compares

Feature / Agentrdc-optimizerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Public main skill for the incubating optimizer framework. Use when the user wants to analyze performance, identify bottlenecks, design experiments, or validate optimization gains from captures, traces, or profiling evidence. This skill is the future optimizer entry and currently provides the minimum intake contract only.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# RDC Optimizer

## 目标

你是 `optimizer` framework 的 public main skill 骨架。

当前 framework 仍处于 `incubating`,所以你的职责只到:

- 接住优化/性能归因类请求
- 明确这是 `optimizer` 而不是 `debugger`
- 收敛输入、预算目标、实验预期与输出形式
- 指向 `optimizer/common/` 作为后续 SSOT 起点

## 最小 intake

至少确认:

- 当前性能问题或预算目标是什么
- 可用输入是 capture、trace、profile、A/B 数据还是指标面板
- 用户要的是瓶颈归因、优化方案、实验设计还是收益验证

## 当前边界

- 不把 `optimizer` 伪装成已完成的 GA framework
- 不引用 `debugger/common/` 作为 optimizer 的规则来源
- 不假装当前已存在完整的平台模板、hooks 或验证闭环

Related Skills

tailwind-class-optimizer

25
from ComeOnOliver/skillshub

Tailwind Class Optimizer - Auto-activating skill for Frontend Development. Triggers on: tailwind class optimizer, tailwind class optimizer Part of the Frontend Development skill category.

sql-query-optimizer

25
from ComeOnOliver/skillshub

Sql Query Optimizer - Auto-activating skill for Data Analytics. Triggers on: sql query optimizer, sql query optimizer Part of the Data Analytics skill category.

spark-sql-optimizer

25
from ComeOnOliver/skillshub

Spark Sql Optimizer - Auto-activating skill for Data Pipelines. Triggers on: spark sql optimizer, spark sql optimizer Part of the Data Pipelines skill category.

npm-scripts-optimizer

25
from ComeOnOliver/skillshub

Npm Scripts Optimizer - Auto-activating skill for DevOps Basics. Triggers on: npm scripts optimizer, npm scripts optimizer Part of the DevOps Basics skill category.

gpu-resource-optimizer

25
from ComeOnOliver/skillshub

Gpu Resource Optimizer - Auto-activating skill for ML Deployment. Triggers on: gpu resource optimizer, gpu resource optimizer Part of the ML Deployment skill category.

compression-optimizer

25
from ComeOnOliver/skillshub

Compression Optimizer - Auto-activating skill for Data Pipelines. Triggers on: compression optimizer, compression optimizer Part of the Data Pipelines skill category.

seo-meta-optimizer

25
from ComeOnOliver/skillshub

Creates optimized meta titles, descriptions, and URL suggestions based on character limits and best practices. Generates compelling, keyword-rich metadata. Use PROACTIVELY for new content.

dx-optimizer

25
from ComeOnOliver/skillshub

Developer Experience specialist. Improves tooling, setup, and workflows. Use PROACTIVELY when setting up new projects, after team feedback, or when development friction is noticed.

database-optimizer

25
from ComeOnOliver/skillshub

Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures. Masters advanced indexing, N+1 resolution, multi-tier caching, partitioning strategies, and cloud database optimization. Handles complex query analysis, migration strategies, and performance monitoring. Use PROACTIVELY for database optimization, performance issues, or scalability challenges.

aws-cost-optimizer

25
from ComeOnOliver/skillshub

Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer

cold-start-optimizer

25
from ComeOnOliver/skillshub

Provides guidance on reducing Lambda cold start times through binary optimization, lazy initialization, and deployment strategies. Activates when users discuss cold starts or deployment configuration.

nowait-reasoning-optimizer

25
from ComeOnOliver/skillshub

Implements the NOWAIT technique for efficient reasoning in R1-style LLMs. Use when optimizing inference of reasoning models (QwQ, DeepSeek-R1, Phi4-Reasoning, Qwen3, Kimi-VL, QvQ), reducing chain-of-thought token usage by 27-51% while preserving accuracy. Triggers on "optimize reasoning", "reduce thinking tokens", "efficient inference", "suppress reflection tokens", or when working with verbose CoT outputs.