cd /news/ai-tools/claude-skill-and-obsidian-plugin-to-… · home topics ai-tools article
[ARTICLE · art-135280] src=codomaniac.com ↗ pub= topic=ai-tools verified=true sentiment=↑ positive

Claude skill and Obsidian plugin to proofread your English writing

A developer released the obsidian-proofread plugin and a companion Claude Code skill that flags mechanical errors, vocabulary issues, and clutter in English writing and highlights the findings directly inside Obsidian. The Claude skill writes its findings as JSON files into a `.proofread` directory at the root of an Obsidian vault, and the plugin reads those files to let users fix or dismiss each finding in the Obsidian UI, with dismissed findings not reappearing. The tool is aimed at non-native English speakers and is installed via `/plugin marketplace add codomaniac/skills` and `/plugin install proofread@codomaniac`, with the Obsidian plugin available at community.obsidian.md/plugins/proofread.

read2 min views1 publishedSep 20, 2026
Claude skill and Obsidian plugin to proofread your English writing
Image: source

I created a proofreading skill for Claude Code to address skill issues I have in English writing as a non-native speaker. I could point it at any file I worked on.

The skill listed:

  • Mechanical errors: typos or wrong articles
  • Words I was talking around
  • Clutter (based on the rules from the “On Writing Well”)

I designed it up front to only list findings. It wasn’t allowed to rewrite. So my workflow was:

  • write a piece in Obsidian
  • point Claude Code with that skill at the file
  • fix findings in Obsidian based on output from the CC TUI

This turned out tedious. I had feedback in a different window from the content. Claude listed line numbers I couldn’t easily correlate with the exact spot to fix without CTRL+F-ing it.

When I was writing the about page I realized that skill findings could be extended beyond the Claude TUI into Obsidian through a custom plugin to support in-place highlighting. I created obsidian-proofread plugin.

Obsidian Plugin and Claude Skill #

Copy link to this section

The plugin looks for a .proofread directory in the root of your Obsidian vault. The CC skill puts its findings there, as the JSON files. It takes that as input and highlights what you need to either fix or dismiss directly in the Obsidian UI.

There are three types of errors: mechanicalvocabulary and clutter. You can hover over findings to see type of error. You can click on the finding to fix it in the modal window, or dismiss it if you believe it was marked as false-positive. Dismissed findings won’t re-appear.

Installation

Copy link to this section

Claude skill:

/plugin marketplace add codomaniac/skills
/plugin install proofread@codomaniac

Obsidian plugin: https://community.obsidian.md/plugins/proofread

How to work with it

Copy link to this section

  1. Install both the plugin and the skill (see above)
  2. Open your vault in Obsidian
  3. Enable the Proofread plugin
  4. Open your vault in Claude
  5. Tell Claude to use the proofread skill on files you wish to check
  6. Open the file you asked Claude to proofread in Obsidian
  7. Fix/dismiss highlights
  8. Repeat 5 - 7 until you are satisfied with the results
── more in #ai-tools 4 stories · sorted by recency
── more on @claude code 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/claude-skill-and-obs…] indexed:0 read:2min 2026-09-20 ·