🎯

code-simplifier

🎯Skill

from caarlos0/dotfiles

VibeIndex|
What it does

I apologize, but I cannot find any specific information about a "code-simplifier" Claude Code skill in the provided README. The README appears to be about dotfiles management and does not mention a...

πŸ“¦

Part of

caarlos0/dotfiles(4 items)

code-simplifier

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add caarlos0/dotfiles --skill code-simplifier
14Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# caarlos0/dotfiles

This is my latest dotfiles generation.

I've been experimenting with many different tools to manage them properly, from

Ansible to shell scripts, and never liked any of them that much, to be honest.

You can see the history on these repositories:

  • [dotfiles.zsh](https://github.com/caarlos0/dotfiles.zsh)
  • [dotfiles.fish](https://github.com/caarlos0/dotfiles.fish)

Then, I tried nix, which seemed fine, but also overkill for my case.

In the end, what I really wanted was just a simple shell script, which is this

version here!

Applying

```bash

./setup

# And maybe:

./macos/set-defaults.sh

```

Releasing

```bash

./scripts/release.sh

```