unfuck

Coordinate a multi-agent swarm to clean code repositories across a 5-phase workflow.

1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/wgordon17/personal-claude-marketplace --skill unfuck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfuck
Source: https://github.com/wgordon17/personal-claude-marketplace/tree/main/code-quality/skills/unfuck
Command: npx skills add https://github.com/wgordon17/personal-claude-marketplace --skill unfuck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Comprehensive end-to-end repository cleanup by coordinating a swarm of agents to identify issues, plan fixes, and implement changes across a codebase, reducing manual toil and tech debt.

Core Features & Use Cases

  • Automated discovery and inventory of codebase structure and issues
  • End-to-end cleanup workflow: discovery, planning, implementation, and verification
  • Safety-first cleanup with dry-run, per-category rollbacks, LSP-based checks, and auditable commits

Quick Start

Run the unfuck skill to perform a full repository cleanup, or scope to a directory, with --dry-run for planning only.

Frequently Asked Questions about unfuck

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

FAQPage Schema
How do I automate code repository cleanup across a multi-language codebase?

Automate code repository cleanup by coordinating a swarm of discovery, synthesis, and implementation agents to identify issues, plan fixes, and implement changes across a multi-language codebase. This end-to-end workflow reduces manual toil and tech debt.

Can I plan code cleanup changes without applying them to the repository?

Yes, you can plan code cleanup changes without applying them by using the dry-run capability. This safety-first feature generates a structured cleanup plan and report without modifying the actual codebase.

What is the workflow for autonomous dead-code removal and codebase simplification?

Autonomous dead-code removal and codebase simplification follows a 5-phase workflow: index, discovery, synthesis, implementation, and verification. It leverages existing audit, architecture, and security skills to detect issues and implement changes safely.

Does automated repo cleanup support rollbacks and safety checks for implemented changes?

Automated repo cleanup supports per-category rollbacks, LSP-based checks, and auditable commits. Safety gates are enforced throughout the implementation and verification phases to ensure codebase integrity.

What's the best way to detect and fix security and architecture issues in a legacy codebase?

Detect and fix security and architecture issues by applying an orchestrated agent swarm that audits file structure, simplifies code, and runs QA checks. It autonomously plans and implements fixes across the legacy codebase.

Can I scope automated code cleanup to a specific directory?

Yes, you can scope automated code cleanup to a specific directory. This allows you to target the discovery, synthesis, and implementation agents to a subset of the codebase rather than running end-to-end on the entire repository.