Claudisms SMS
SMS messaging integration for Claude communications.
SMS messaging integration for Claude communications.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Claude Code plugin enforcing operational guidelines and terse responses.
/plugin in Claude Codejeffersonwarrior/claudismsIf experiencing issues or upgrading from a broken version:
cd ~/.claude/plugins/marketplaces git clone https://github.com/jeffersonwarrior/claudisms.git cd claudisms ./clean-install.sh
The script removes old installations, backs up settings, reinstalls the plugin, and restarts Claude Code.
cd ~/.claude/plugins git clone https://github.com/jeffersonwarrior/claudisms.git
Then restart Claude Code and enable hooks in Settings → Plugins → Claudisms
Plugin settings stored in
claudisms.json at plugin root:
{ "enabled": true, "responseStyle": "terse", "useCodeReferences": true, "useSubagents": true, "testAfterChanges": true, "maxResponseLength": 2, "avoidWorkarounds": true, "requireConfirmationForDestructiveOps": true, "requireConfirmationForProductionPush": true, "preferCurrentVersions": true, "performRCAAfterMultipleRevisits": true, "reuseScripts": true, "preferFdRg": true, "noEmoji": true, "noPleasantries": true }
| Setting | Type | Default | Description |
|---|---|---|---|
| boolean | true | Master switch for plugin |
| string | "terse" | Response verbosity ("terse" or "verbose") |
| boolean | true | Include file:line references in responses |
| boolean | true | Use Task tool for multi-file searches |
| boolean | true | Run tests after code modifications |
| number | 2 | Max sentences for simple tasks |
| boolean | true | Implement primary solution first |
| boolean | true | Confirm , database deletes |
| boolean | true | Confirm production deployments |
| boolean | true | Use latest stable versions |
| boolean | true | Root cause analysis after 2+ attempts |
| boolean | true | Reuse working scripts vs recreate |
| boolean | true | Use fd/rg over find/grep |
| boolean | true | Disable emoji in responses |
| boolean | true | Skip greetings/confirmations |
View current settings:
/claudisms-settings
Reload settings after manual edits:
/claudisms-reload
Settings location:
~/.claude/plugins/marketplaces/claudisms/claudisms.json (marketplace) or ~/.claude/plugins/claudisms/claudisms.json (manual install)
Jefferson Warrior - GitHub
GPL v3
Removing the plugin from the marketplace does not clean up all configuration. Use the included uninstaller script:
# Remove this plugin ~/claudisms/claude-plugin-uninstall.sh claudeisms@claudisms # Remove all plugins ~/claudisms/claude-plugin-uninstall.sh --all # Check plugin status ~/claudisms/claude-plugin-uninstall.sh
The uninstaller:
~/.claude/plugins/installed_plugins.json~/.claude/plugins/marketplaces/Installed plugin:
~/.claude/plugins/marketplaces/claudisms/.claudisms-settings (active hooks read from here)
Dev repo:
/path/to/claudisms/.claudisms-settings (for local development only)
Slash commands automatically target the marketplace location when installed, or dev repo location when running from source.
Editing settings:
# ## Code Examples ### destructive-guard-demo.sh
#!/bin/bash
echo "===================================================================" echo "Claudisms 2.1 - Destructive Guard Examples" echo "===================================================================" echo "" echo "The following operations are intercepted by the destructive guard:" echo ""
echo "### CRITICAL SEVERITY 🚨" echo "" echo "1. Recursive file deletion:" echo " rm -rf /tmp/old-project" echo " rm -fr node_modules/" echo ""
echo "2. Git push to protected branches:" echo " git push origin main" echo " git push origin master" echo " git push --force origin main" echo ""
echo "3. Database table/schema deletion:" echo " psql -c 'DROP TABLE users;'" echo " psql -c 'DROP DATABASE old_db;'" echo " mysql -e 'DROP TABLE sessions;'" echo ""
echo "4. Bulk database deletion (no WHERE clause):" echo " psql -c 'DELETE FROM users;'" echo " mysql -e
Unknown
No automatic installation available. Please visit the source repository for installation instructions.
View Installation InstructionsThe Claude Code Skills Marketplace
Discover and install production-ready AI capabilities in 60 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.