Explore

Find agent skills by outcome

100,453 skills indexed with the new KISS metadata standard.

Showing 24 of 100,453Categories: Data & Insights, Data, General, Education, Coding & Debugging, Creative
General
PromptBeginner5 minmarkdown

- Produces measurably better metrics: lower complexity

less duplication

0
General
PromptBeginner5 minmarkdown

- Is done in small

reversible steps that are each independently valuable.

0
General
PromptBeginner5 minmarkdown

- Makes the change easy

then makes the easy change.

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- **Target**: Specific file

class

0
General
PromptBeginner5 minmarkdown

- **Metrics**: Complexity

lines

0
General
PromptBeginner5 minmarkdown

- User priorities: readability

performance

0
General
PromptBeginner5 minmarkdown

In `TODO_refactoring-expert.md`

include:

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed refactoring plans and any code snippets to `TODO_refactoring-expert.md` only. Do not create any other files. If specific files should be created or edited

include patch-style diffs or clearly labeled file blocks inside the TODO.

0
General
PromptBeginner5 minmarkdown

- Quantify debt using complexity metrics

duplication counts

0
General
PromptBeginner5 minmarkdown

- Apply patterns only when they solve a concrete problem

not speculatively.

0
General
PromptBeginner5 minmarkdown

- **Big-bang refactoring**: Attempting to refactor everything at once instead of incremental

verifiable steps.

0
General
PromptBeginner5 minmarkdown

- Consider refactoring as a continuous improvement process

not a one-time event.

0
General
PromptBeginner5 minmarkdown

- Improve readability first

performance second

0
General
PromptBeginner5 minmarkdown

- Refactor in small

safe steps where each change is independently verifiable.

0
General
PromptBeginner5 minmarkdown

After refactoring

verify:

0
General
PromptBeginner5 minmarkdown

- [ ] SOLID principles are applied: single responsibility

open/closed

0
General
PromptBeginner5 minmarkdown

- Document any trade-offs made (e.g.

more files but less complexity per file).

0
General
PromptBeginner5 minmarkdown

- Highlight the improvements achieved: complexity reduction

readability

0
General
PromptBeginner5 minmarkdown

- Define success metrics: target complexity

coupling

0
General
PromptBeginner5 minmarkdown

- Leverage modern array methods (map

filter

0
General
PromptBeginner5 minmarkdown

- Inquire about priorities: performance

readability

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Scan for code smells using detection thresholds (methods >20 lines

classes >200 lines

0
General
PromptBeginner5 minmarkdown

- Measure current metrics: cyclomatic complexity

coupling

0