claudeers.
// Claude Skills

tagore

Make AI-generated prose sound human. 29-pattern catalog + 8-rule operating system + 8-dimension scoring rubric. Works with Claude Code, OpenCode, Copilot CLI…

Slowing down
85/100
last commit 3 months ago
last release 4 months ago
releases 1
open issues 0
// star history+1 this week (+1.9%)

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up tagore (claude-skill project) into my current project.
Found on https://claudeers.com/tagore
Repo: https://github.com/apurvrdx1/tagore
Homepage/docs: —
Detected install method: claude-skill → # copy this skill into .claude/skills/tagore/
Category: skills. Platforms: cli, api.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
slowing; community-verified: false. Confirm the source before running anything.
// or install directly (claude-skill)
# copy the skill dir into your project:
# .claude/skills/tagore/   (or ~/.claude/skills/tagore/ for all projects)
// or clone
git clone https://github.com/apurvrdx1/tagore

// compatibility

Platformscli, api
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageShell

Tagore

Tagore

"The butterfly counts not months but moments, and has time enough." — Rabindranath Tagore

A skill for Claude Code, OpenCode, GitHub Copilot CLI, OpenAI Codex CLI, Gemini CLI, Goose, and Hermes (NousResearch agent runtime). Run /tagore on the AI-drafted prose you just generated; it rewrites the text to sound human and scores how close it got. Named in homage to Rabindranath Tagore, whose prose carried what frontier models reach for and miss: a point of view, specificity over abstraction, and restraint over puffery.

Buy Me A Coffee

What it does

Tagore attacks slop in two directions at once:

  • Removes the tells. 29 cataloged AI patterns get scrubbed: significance inflation, em dash overuse, vague attributions, AI vocabulary, rule of three, copula avoidance, and more.
  • Adds what's missing. Point of view, stakes, specificity, restraint, varied rhythm, and trust in the reader.

The skill runs every rewrite through a six-stage pipeline ending in an 8-dimension scoring rubric (5 mechanics + 3 substance) with a 56/80 pass threshold and subtotal floors so a piece can't pass on mechanics alone.

Why merge two skills

Tagore is a synthesis of two complementary skills:

SourceContribution
humanizer by blader (based on Wikipedia "Signs of AI writing")29-pattern catalog, voice calibration, personality/soul section, self-audit loop, full worked example
stop-slop by Hardik Pandya8 core principles, 12-item pre-delivery checklist, scoring rubric

humanizer is a deep catalog with a pipeline. stop-slop is a tight rulebook with a scoring gate. Tagore fuses them into a single workflow and adds three substance dimensions (Specificity, Restraint, Voice) that neither skill scored on its own.

Install

One-liner (auto-detect)

curl -fsSL https://raw.githubusercontent.com/apurvrdx1/tagore/main/install.sh | bash

The installer detects every supported harness on your system and installs Tagore into each. It also drops a universal symlink at ~/.agents/skills/tagore/ so any agent honoring the cross-tool convention can find it.

Install for one harness only

curl -fsSL https://raw.githubusercontent.com/apurvrdx1/tagore/main/install.sh | bash -s -- --platform claude

Supported --platform values: claude, opencode, copilot, codex, gemini, goose, hermes, agents (universal).

Install for every detected harness

git clone https://github.com/apurvrdx1/tagore.git && cd tagore && ./install.sh --all

Manual install

Pick your harness and copy the tagore/ directory (with SKILL.md inside) into the matching location:

HarnessGlobal install pathPer-project alternative
Claude Code~/.claude/skills/tagore/.claude/skills/tagore/
OpenCode~/.config/opencode/skills/tagore/.opencode/skills/tagore/
GitHub Copilot CLI~/.copilot/skills/tagore/.github/skills/tagore/
OpenAI Codex CLI~/.codex/skills/tagore/.agents/skills/tagore/
Gemini CLI~/.gemini/skills/tagore/
Goose~/.config/goose/skills/tagore/
Hermes (NousResearch)~/.hermes/skills/writing/tagore/ (or $HERMES_HOME/skills/writing/tagore/).hermes/skills/writing/tagore/
Cursor.cursor/rules/tagore/
Windsurf.windsurf/rules/tagore/
Universal (cross-tool)~/.agents/skills/tagore/.agents/skills/tagore/

The universal ~/.agents/skills/ path is recognized by OpenCode, Copilot CLI, and Codex, so installing there once covers three harnesses.

Usage

Claude Code

/tagore Humanize this draft: [paste text]

Or invoke the skill explicitly via the Skill tool. Provide a writing sample inline for voice calibration:

/tagore Humanize this. Use my style from this sample: [sample]. Now rewrite: [draft]

OpenCode

@tagore Humanize this draft: [paste text]

Voice calibration works the same way: paste a sample with your prose alongside the draft.

GitHub Copilot CLI

/tagore [paste text]

After copying the skill into the directory, run /skills reload (or restart the CLI) so Copilot picks it up. Verify with /skills info tagore.

OpenAI Codex CLI

codex
> /tagore Humanize this draft: [paste text]

Codex auto-loads everything under ~/.codex/skills/; no reload step required.

Hermes (NousResearch)

Hermes scans $HERMES_HOME/skills/ (default ~/.hermes/skills/) for category-grouped skills as <category>/<name>/SKILL.md. The installer drops Tagore under the writing/ category so it's discoverable alongside other writing skills.

Invoke by name in an agent task:

Use the tagore skill to humanize this draft: [paste text]

For containerized Hermes deployments (e.g. NousResearch reference image, MRTek's PaperClip/Hermes stack), set HERMES_HOME before running the installer so it targets the in-container path:

HERMES_HOME=/paperclip/.hermes ./install.sh --platform hermes

If the host has the parent-repo skill-overlay convention (e.g. MRTek's apps/hermes/overrides/skills/playbooks/), copy the tagore/ directory there instead — the container entrypoint syncs overlays into $HERMES_HOME/skills/ on each restart with cp -rn, so the agent picks up the skill across deploys.

Gemini CLI / Goose

Invoke by name and paste the text. Same six-stage pipeline runs regardless of the harness.

The pipeline

0. (Optional) Voice calibration from sample
1. Draft rewrite — apply the 8 core principles, scrub the 29 patterns
2. Pre-delivery checklist — 12 mechanical yes/no checks
3. Score 1–10 on eight dimensions (5 mechanics + 3 substance, revise if < 56/80)
4. Self-audit — "What makes this still obviously AI generated?"
5. Final rewrite incorporating the audit
6. (Optional) Brief change summary

The scoring rubric

Mechanics (carried from stop-slop)

DimensionQuestion
DirectnessStatements or announcements?
RhythmVaried or metronomic?
TrustRespects reader intelligence?
AuthenticitySounds human?
DensityAnything cuttable?

Substance (extracted from humanizer)

DimensionQuestionCatches
SpecificityNames the actual thing, or gestures at categories?Vague attributions, knowledge-cutoff hedging, generic positive conclusions
RestraintStates things at their actual size, or puffs them up?Significance inflation, notability puffery, promotional language
VoiceHas a point of view, or neutral wire-copy?Failure of personality: opinions, stakes, mixed feelings, first-person where appropriate

Pass threshold: 56/80 (70%), with no subtotal failing on its own (Mechanics ≥ 35/50, Substance ≥ 21/30).

A piece can pass mechanics and fail substance. That's the "clean but soulless" failure mode the substance dimensions specifically catch.

What sets Tagore apart

Plenty of "anti-slop" prompts exist. Tagore's distinguishing features:

  1. Quantitative gate. 8 dimensions, 80 points, 56 to pass. Forces a numerical decision instead of vibes.
  2. Two failure modes named explicitly. Inflated slop (puffery) vs. flattened slop (passive narrator-from-a-distance). The rubric tests both.
  3. Self-audit loop built into the process. "What makes this still obviously AI generated?" → revise. Catches what the catalog scrub missed.
  4. Voice calibration from a sample. Match the user's actual writing instead of producing generic "human" output.
  5. Adds, not just removes. The Personality and Soul section prescribes what to put in (opinions, stakes, mixed feelings), not just what to take out.

Examples

See examples/essays-with-scores.md for full before/after rewrites with scoring breakdowns.

License

MIT. See LICENSE.

Credits

Built from two excellent prior works:

Both are MIT-licensed; this merge is too.

Contributing

Issues and PRs welcome. The most valuable contributions:

  • New AI tells the catalog misses (with before/after examples)
  • Edge cases where the rubric scores wrong
  • Voice calibration improvements for non-English text
  • Translations of the skill into other languages

Support

If tagore saved you from sounding like a chatbot in a doc that mattered, drop a coffee. The catalog grows from real submissions, and your support buys time to read them, score them, and ship them in the next release.

Buy Me A Coffee

Reference

"LLMs use statistical algorithms to guess what should come next. The result tends toward the most statistically likely result that applies to the widest variety of cases." — WikiProject AI Cleanup

Good writing is rarely the most statistically likely thing. That gap is what Tagore tries to close.

// faq

What is tagore?

Make AI-generated prose sound human. 29-pattern catalog + 8-rule operating system + 8-dimension scoring rubric. Works with Claude Code, OpenCode, Copilot CLI, Codex, Gemini, Goose and Hermes.. It is open-source on GitHub.

Is tagore free to use?

tagore is open-source under the MIT license, so it is free to use.

What category does tagore belong to?

tagore is listed under skills in the Claudeers registry of Claude-compatible tools.

1 views
53 stars
unclaimed
updated 28 days ago

// embed badge

tagore on Claudeers
[![Claudeers](https://claudeers.com/api/badge/tagore.svg)](https://claudeers.com/tagore)

// retro hit counter

tagore hit counter
[![Hits](https://claudeers.com/api/counter/tagore.svg)](https://claudeers.com/tagore)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell272,506MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python169,406[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python129,208MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python106,387MIT[ claude ]
→ see how tagore connects across the ecosystem