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.
npx -y skills add Pamacea/smite --skill shellAssembled 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
| Platform | Shell | Config File | Aliases |
|---|---|---|---|
| Windows | PowerShell | $PROFILE | cc, ccc |
| Windows | cmd.exe | %USERPROFILE%\cc.bat | cc, ccc |
| macOS/Linux | Bash | ~/.bashrc | cc, ccc |
| macOS/Linux | Zsh | ~/.zshrc | cc, ccc |
Aliases
cc: Normal mode - Respects all hooks and permissionsccc: Bypass-permissions mode - Skips confirmation prompts
Installation Process
- Detect shell: Automatically identifies current shell
- Backup: Creates backup of existing config file
- Install: Adds aliases to appropriate config file
- Verify: Tests installation and reports status
- 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.