EliBaumgardner

Const Exper — Development skill for Claude Code

Development community

Automatically apply constexpr to constants, constructors, operators, and functions.

How to install Const Exper

Installs to ~/.claude/commands/elibaumgardner-refactor-tools-const_exper.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/EliBaumgardner/refactor-tools/HEAD/.claude/commands/const_exper.md -o ~/.claude/commands/elibaumgardner-refactor-tools-const_exper.md

Restart Claude Code, or start a new session, for it to be picked up.

What Const Exper does


description: Automatically apply constexpr to constants, constructors, operators, and functions argument-hint: [path|file|class|all] allowed-tools: Bash(refactor.const_exper:*), Read

Automatically analyze and apply `constexpr` to constants, constructors, comparison operators, accessors/getters, and static helper functions where compile-time evaluation is valid.

Pass `$ARGUMENTS` through as it stands:

refactor.const_exper $ARGUMENTS

The argument can be a file path, directory, bare

Alternatives in Development

  • Career-Ops For Codex — Read CLAUDE.md for all project instructions, routing, and behavioral rules 32.5k ★
  • Ruler — Ruler — apply the same rules to all coding agents 2.9k ★
  • Domain Driven Design — Apply DDD patterns and bounded contexts 663 ★

Full documentation available on GitHub

View Source Repository