.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/apurvrdx1/tagore
home/skills/apurvrdx1/tagore
apurvrdx1 avatar

tagore

byapurvrdx1· 1 skill

Stars

52

Forks

4

Category

Content & Copywriting

View on GitHub

TL;DR

Write or rewrite prose so it sounds like a human wrote it — not a frontier model. 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. Merges two complementary approaches: a 29-pattern catalog of AI tells (from humanizer) plus an 8-rule operating system with an 8-dimension scoring gate (extending stop-slop). Use when drafting, editing, or reviewing any prose: essays, posts, docs, reports, emails. Detects and removes inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary, passive voice, negative parallelisms, filler phrases, inanimate-verb constructions, narrator-from-a-distance voice, and metronomic rhythm. Adds back the things AI writing usually lacks: point of view, stakes, specificity, restraint, varied rhythm, and trust in the reader.

How to install tagore?

apurvrdx1/tagore
$npx -y skills add apurvrdx1/tagore --skill tagore

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/apurvrdx1/tagore" --skill "apurvrdx1/tagore"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/apurvrdx1/tagore" that are relevant to the current task. Run `npx skills add "https://github.com/apurvrdx1/tagore"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Tagore
2 
3![Tagore](assets/social-preview.png)
4 
5> *"The butterfly counts not months but moments, and has time enough."*
6> — Rabindranath Tagore
7 
8A 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.
9 
10[![Buy Me A Coffee](https://img.buymeacoffee.com/button-api/?text=Buy+me+a+coffee&emoji=&slug=apurvrdx&button_colour=FFDD00&font_colour=000000&font_family=Lato&outline_colour=000000&coffee_colour=ffffff)](https://www.buymeacoffee.com/apurvrdx)
11 
12## What it does
13 
14Tagore attacks slop in two directions at once:
15 
16- **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.
17- **Adds what's missing.** Point of view, stakes, specificity, restraint, varied rhythm, and trust in the reader.
18 
19The 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.
20 
21## Why merge two skills
22 
23Tagore is a synthesis of two complementary skills:
24 
25| Source | Contribution |
26|--------|--------------|
27| [humanizer](https://github.com/blader/humanizer) by [blader](https://github.com/blader) (based on Wikipedia "Signs of AI writing") | 29-pattern catalog, voice calibration, personality/soul section, self-audit loop, full worked example |
28| [stop-slop](https://github.com/hardikpandya/stop-slop) by [Hardik Pandya](https://hvpandya.com) | 8 core principles, 12-item pre-delivery checklist, scoring rubric |
29 
30humanizer 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.
31 
32## Install
33 
34### One-liner (auto-detect)
35 
36```bash
37curl -fsSL https://raw.githubusercontent.com/apurvrdx1/tagore/main/install.sh | bash
38```
39 
40The 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.
41 
42### Install for one harness only
43 
44```bash
45curl -fsSL https://raw.githubusercontent.com/apurvrdx1/tagore/main/install.sh | bash -s -- --platform claude
46```
47 
48Supported `--platform` values: `claude`, `opencode`, `copilot`, `codex`, `gemini`, `goose`, `hermes`, `agents` (universal).
49 
50### Install for every detected harness
51 
52```bash
53git clone https://github.com/apurvrdx1/tagore.git && cd tagore && ./install.sh --all
54```
55 
56### Manual install
57 
58Pick your harness and copy the `tagore/` directory (with `SKILL.md` inside) into the matching location:
59 
60| Harness | Global install path | Per-project alternative |
61|---------|---------------------|-------------------------|
62| Claude Code | `~/.claude/skills/tagore/` | `.claude/skills/tagore/` |
63| OpenCode | `~/.config/opencode/skills/tagore/` | `.opencode/skills/tagore/` |
64| GitHub Copilot CLI | `~/.copilot/skills/tagore/` | `.github/skills/tagore/` |
65| OpenAI Codex CLI | `~/.codex/skills/tagore/` | `.agents/skills/tagore/` |
66| Gemini CLI | `~/.gemini/skills/tagore/` | — |
67| Goose | `~/.config/goose/skills/tagore/` | — |
68| Hermes (NousResearch) | `~/.hermes/skills/writing/tagore/` (or `$HERMES_HOME/skills/writing/tagore/`) | `.hermes/skills/writing/tagore/` |
69| Cursor | — | `.cursor/rules/tagore/` |
70| Windsurf | — | `.windsurf/rules/tagore/` |
71| Universal (cross-tool) | `~/.agents/skills/tagore/` | `.agents/skills/tagore/` |
72 
73The universal `~/.agents/skills/` path is recognized by OpenCode, Copilot CLI,

Preview

apurvrdx1/tagoreapurvrdx1/tagore

$ npx -y skills add apurvrdx1/tagore --skill tagore

▸ installing to .claude/skills…

✓ tagore ready

Repoapurvrdx1/tagore
TypeSkills
CategoryContent & Copywriting
ForContent CreatorMarketer
UpdatedMay 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avataredit-articleEdit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.SkillsJul 2026172k189k
  2. mattpocock avatarwriting-shapeWriting, exploit — shape raw material into an article, paragraph by paragraph.SkillsJul 2026165k189k
  3. mattpocock avatarwriting-fragmentsWriting, explore — mine raw fragments, no structure yet.SkillsJul 2026165k189k
  4. mattpocock avatarwriting-beatsWriting, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it.SkillsJul 2026164k189k
  5. coreyhaines31 avatarcopywritingWhen the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages,…SkillsJul 2026164k42k
  6. heygen-com avatarslideshowAuthor a HyperFrames slideshow — a presentation, pitch deck, or interactive deck with discrete slides, fragment reveals, branching, hotspot navigation, and…SkillsJul 2026115k38k