BeClaude

claudeisms

13Community RegistryGeneralby Jefferson Warrior

Operational guidelines: terse responses, sequential execution, no destructive ops without confirmation

First seen 5/22/2026

Summary

This skill enforces operational guidelines for Claude Code, ensuring responses are terse, actions are executed sequentially, and no destructive operations occur without user confirmation.

  • It helps developers maintain safe and efficient workflows by preventing accidental data loss and keeping interactions concise.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install claudeisms@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Prevent accidental file deletion or overwrite by requiring confirmation before destructive operations.
Keep Claude Code responses short and to the point for faster development iterations.
Ensure commands are executed one at a time to avoid race conditions or unintended side effects.
Safely refactor code by confirming each file modification before applying changes.
Streamline debugging sessions with minimal output and step-by-step execution.
Automate repetitive tasks with confidence that each step is confirmed before proceeding.

Usage Examples

1

/claudeisms delete the temp files in /tmp

2

/claudeisms refactor the function calculateTotal to use async/await

3

/claudeisms run the tests and then commit if all pass

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is claudeisms?

This skill enforces operational guidelines for Claude Code, ensuring responses are terse, actions are executed sequentially, and no destructive operations occur without user confirmation. It helps developers maintain safe and efficient workflows by preventing accidental data loss and keeping interactions concise.

How to install claudeisms?

To install claudeisms: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install claudeisms@<marketplace>. Finally, /plugin in Claude Code.

What is claudeisms best for?

claudeisms is a plugin categorized under General. Created by Jefferson Warrior.

What can I use claudeisms for?

claudeisms is useful for: Prevent accidental file deletion or overwrite by requiring confirmation before destructive operations.; Keep Claude Code responses short and to the point for faster development iterations.; Ensure commands are executed one at a time to avoid race conditions or unintended side effects.; Safely refactor code by confirming each file modification before applying changes.; Streamline debugging sessions with minimal output and step-by-step execution.; Automate repetitive tasks with confidence that each step is confirmed before proceeding..