---
title: "Claude Commit Message reached 100 downloads on the JetBrains Marketplace."
url: https://daily.dev/posts/claude-commit-message-reached-100-downloads-on-the-jetbrains-marketplace--gthvev7ew
source_url: https://daily.dev/posts/claude-commit-message-reached-100-downloads-on-the-jetbrains-marketplace--gthvev7ew
type: freeform
source: "Raphael"
author: "Raphael"
published: 2026-07-08T13:16:21.621Z
updated: 2026-07-08T13:16:38.537Z
tags: ["git", "claude", "ai-assisted-development", "jetbrains"]
reading_time: 1
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Commit Message reached 100 downloads on the JetBrains Marketplace.

**[Raphael](https://daily.dev/sources/1gp9gquwv2omztmvyoupo)** · [@raphaelmoraldev](https://daily.dev/raphaelmoraldev) · 1 min read · 1 upvotes · 0 comments

## Summary

A JetBrains IDE plugin called Claude Commit Message has reached 100 downloads on the JetBrains Marketplace. The plugin adds a Claude AI button to the PyCharm/IntelliJ commit toolbar that collects staged changes, builds a unified diff, sends it to Claude, and writes the generated commit message back into the commit field. It supports Claude Code CLI mode, Anthropic API key mode, custom languages, configurable models, and team-specific commit conventions.

## Content

It is a small milestone, but a meaningful one for an open-source developer tool.

I built this plugin to solve a simple workflow problem: writing good commit messages without leaving the IDE.

The plugin adds a Claude button directly to the PyCharm / IntelliJ commit message toolbar. When clicked, it collects the selected changes, builds a unified diff, sends it to Claude, and writes the generated commit message back into the commit field.

It supports Claude Code CLI mode, Anthropic API key mode, custom languages, configurable models, and extra team instructions for commit conventions.

For me, the most interesting part is not just the download number. It is seeing that a small tool built from a real developer frustration can actually reach other developers.

Plugin:

[https://plugins.jetbrains.com/plugin/32472-claude-commit-message](https://plugins.jetbrains.com/plugin/32472-claude-commit-message)

GitHub:

[https://github.com/raphamoral/pycharm-commit-claude](https://github.com/raphamoral/pycharm-commit-claude)

Feedback is welcome, especially from JetBrains IDE users and developers experimenting with Claude Code or AI-assisted workflows.

---

Tags: [#git](https://daily.dev/tags/git), [#claude](https://daily.dev/tags/claude), [#ai-assisted-development](https://daily.dev/tags/ai-assisted-development), [#jetbrains](https://daily.dev/tags/jetbrains)

[View this post on daily.dev](https://daily.dev/posts/claude-commit-message-reached-100-downloads-on-the-jetbrains-marketplace--gthvev7ew)
