force

force is a command for Claude Code from Marcel-Bich/marcel-bich-claude-marketplace. It costs 15 tokens per session (2,959 once invoked), scanned A, original, MIT.

A command that finds project instruction files named CLAUDE.md and related files, then lets you choose which rules to apply.

In plain words
What is it for?
Use it to review, summarize, and apply selected coding, writing, or formatting rules across a project.
Why use it?
It prevents project-wide rule changes from happening unexpectedly by showing the rules first and requiring confirmation before making changes.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md; names the AskUserQuestion tool.

Part of the dogma plugin — 9 commands, 1 agent shipped together

Good fit Use it to review, summarize, and apply selected coding, writing, or formatting rules across a project.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/marcel-bich/marcel-bich-claude-marketplace/force
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Marcel-Bich/marcel-bich-claude-marketplace

Made for: Claude Code.

Or install dogma, the plugin that ships this one along with the rest of its 9 commands, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for force

README.md
[![agentmods](https://agentmods.dev/badge/commands/marcel-bich/marcel-bich-claude-marketplace/force/github.svg)](https://agentmods.dev/commands/marcel-bich/marcel-bich-claude-marketplace/force)
Your own site
<a href="https://agentmods.dev/commands/marcel-bich/marcel-bich-claude-marketplace/force"><img src="https://agentmods.dev/badge/commands/marcel-bich/marcel-bich-claude-marketplace/force/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for force

Your own site · 80×15
<a href="https://agentmods.dev/commands/marcel-bich/marcel-bich-claude-marketplace/force"><img src="https://agentmods.dev/badge/commands/marcel-bich/marcel-bich-claude-marketplace/force.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,959 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.02959
Opus 5 $0.00008 $0.01479
Sonnet 5 $0.00003 $0.00592
Haiku 4.5 $0.00002 $0.00296

Measured 12d ago against content hash a69bb2b1a7c2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

force scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/dogma/commands/force.md · 468 lines

How it starts

The opening of the file, as written. The whole thing — 468 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Dogma Force: Collect Rules, Summarize, Then Apply

You are executing the /dogma:force command. Your task is to:

  1. Select which CLAUDE files to process (multiple choice)
  2. Collect rules from selected files, asking about each
  3. Summarize what will be done
  4. Execute only after user confirmation

No changes are made until the final confirmation!

Configuration

TARGET_PATH="$ARGUMENTS"  # Optional path (default: entire project)

Phase 1: File Selection (Multiple Choice)

1.1 Find All CLAUDE Files

find . -name "CLAUDE.md" -o -name "CLAUDE.*.md" -o -path "./CLAUDE/*.md" 2>/dev/null | grep -v node_modules | sort

1.2 Present File Selection with Explanations

Use AskUserQuestion with multiSelect: true to let user choose which rule categories to process.

IMPORTANT: Use human-friendly names, NOT file names!

Which rules do you want to apply to the project?

[ ] Language Rules
    German/English, umlaut correction (ae->a, oe->o, ue->u)
    Enforceable: Finds and fixes ASCII umlauts

[ ] Git & AI-Traces
    Typography (quotes, dashes), AI-typical phrases, emojis
    Enforceable: Finds and fixes AI-typical patterns

[ ] Code Formatting
    Prettier configuration and application
    Enforceable: Runs Prettier (if installed)

[ ] Code Linting
    ESLint configuration and application
    Enforceable: Runs ESLint with auto-fix (if installed)

[ ] Security Rules
    Secret detection, dependency checks
    Partially enforceable: Scans for secrets (report only)

[ ] Coding Philosophy
    YAGNI, KISS, Rule of Three, etc.
    NOT enforceable: Guidance principles only

[ ] Honesty Rules
    Admit uncertainty, don't fabricate
    NOT enforceable: Guidance principles only

[ ] Planning Rules
    When to plan, complexity assessment
    NOT enforceable: Guidance principles only

[ ] Versioning Rules
    Version bumping, commit prefixes
    Partially enforceable: Checks version sync

[ ] Testing Rules
    When and how to write tests
    Partially enforceable: Can run tests (if configured)

Select (Space to toggle, Enter to confirm):

Read the full file on GitHub · 468 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 468 lines · 15 tokens per session scan A a69bb2b1a7c2

Subscribe to this mod's changes

force is a command published in the GitHub repository Marcel-Bich/marcel-bich-claude-marketplace (13 stars, last pushed yesterday), licensed MIT. It adds 15 tokens to every session and 2,959 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.