denoise

Simplify and normalize code across files while preserving behavior.

6|2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/skillsets-cc/main --skill denoise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: denoise
Source: https://github.com/skillsets-cc/main/tree/main/skillsets/%40supercollectible/Valence/content/.claude/skills/denoise
Command: npx skills add https://github.com/skillsets-cc/main --skill denoise

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-implementation cleanup by automatically simplifying and normalizing code, reducing noise, and improving readability without changing functionality.

Core Features & Use Cases

  • Automated code simplification across single files or entire directories while preserving behavior.
  • Parallel tasking with a dedicated code-simplifier agent to speed up refactoring.
  • Use cases include cleanup after feature completion, standardizing style, and preparing code for review.

Quick Start

Initiate the denoise workflow on the target files to refine and simplify code while preserving behavior.

Frequently Asked Questions about denoise

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

FAQPage Schema
How do I automate code cleanup after finishing a feature?

Automated code cleanup removes noise and normalizes style across multiple files after feature implementation. It uses a code-simplifier agent to refactor directories while strictly preserving existing functionality.

What is the best way to refactor multiple files for readability without changing behavior?

Refactoring for readability without behavior changes is best handled by parallel tasking with a dedicated code-simplifier agent. This coordinates work across multiple files to enforce safety and functional preservation.

Can I standardize code style across an entire directory automatically?

Standardizing code style across an entire directory is supported by running the denoise workflow. It targets the specified directories to refine and simplify code while ensuring the original behavior remains intact.

Does automated code simplification guarantee functional preservation?

Automated code simplification enforces functional preservation by requiring safety checks during the refactoring process. This ensures the code cleanup operations do not alter the underlying behavior of the application.

How does parallel tasking work for code refactoring?

Parallel tasking for code refactoring works by using TaskCreate and TeamCreate with a code-simplifier agent. This coordinates simultaneous work across multiple files to speed up the simplification process.