agentsclimarketplace

Shell

Skill Pamacea/smite/plugins/essentials/skills/shell

Au-delà de l'efficience, l'osmose. Plus que des scripts, ces agents Claude Code sont les membres fantômes de notre intellect : des extensions vitales plutôt que de simples exécutants.

Install
npx -y skills add Pamacea/smite --skill shell

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

ONE-TIME installation command for Claude Code global shell aliases. Run ONCE per machine to install cc (normal mode) and ccc (bypass-permissions mode) aliases across PowerShell, Bash, Zsh, and cmd.exe. Cross-platform with automatic shell detection, backup creation, and verification. Specific phrases: 'install aliases', 'setup cc command', 'global claude aliases'. (user)

SKILL.md

2.3 KB, 480 tokens by cl100k_base, as published. Nobody here has run it

Mission

Cross-platform shell aliases for Claude Code - cc for normal mode and ccc for bypass-permissions mode.


When to Use

  • First-time setup: Run once when installing Claude Code
  • New machine: Run on each new development machine
  • Alias missing: Run if cc/ccc commands don't work
  • Shell change: Re-run after switching shells

Examples

# Installation command
/install-aliases

# After installation
cc "build my feature"          # Normal mode (asks permission)
ccc "generate boilerplate"     # Bypass mode (auto-accepts)

Supported Platforms

PlatformShellConfig FileAliases
WindowsPowerShell$PROFILEcc, ccc
Windowscmd.exe%USERPROFILE%\cc.batcc, ccc
macOS/LinuxBash~/.bashrccc, ccc
macOS/LinuxZsh~/.zshrccc, ccc

Aliases

  • cc: Normal mode - Respects all hooks and permissions
  • ccc: Bypass-permissions mode - Skips confirmation prompts

Installation Process

  1. Detect shell: Automatically identifies current shell
  2. Backup: Creates backup of existing config file
  3. Install: Adds aliases to appropriate config file
  4. Verify: Tests installation and reports status
  5. Instructions: Shows next steps (reload shell, test aliases)

Safety Features

  • Automatic backup: Never overwrites without backup
  • Idempotent: Safe to run multiple times
  • Rollback: Backup created for manual rollback
  • Non-destructive: Won't remove existing aliases
  • Verification: Confirms installation success

Configuration

Config file: .claude/.smite/essentials.json

{
  "shell": {
    "enabled": true,
    "aliases": {
      "cc": "claude",
      "ccc": "claude-code"
    }
  }
}

Version: 3.1.0 | Cross-platform shell aliases

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.