11 Commits

Author SHA1 Message Date
Siqi Chen 34ca949368 Rebuild the skill around one account and 25 patterns ordered by strength
Open with why AI text sounds the way it does: the default choice that fits
the widest range of cases. Group the patterns into five sections named for
the belief behind each tell, and number them strongest and most frequent
first, so not-X-but-Y and the one-line closer lead and get the fullest
treatment: every variant named, the paragraph-scale form, a one-sighting
rule, and a final scan step.

Consolidate 35 patterns into 25 with nothing dropped. Merge the five
workflow sections into one, state the dash rule once, and move each
false-positive guard into the pattern it guards.

Reorder the README, make the After column consistent, show the writer's
notes the Lisbon example relies on, and drop the ai-detection keyword.
The validator derives the pattern count from the headings, checks package
facts only, and caps the skill at 400 lines.
2026-09-06 12:58:49 -07:00
Siqi Chen bef0e9ba8e Merge pull request #237 2026-09-06 12:42:40 -07:00
Ftgn-dpA 61316ce21e fix: reject top-level version in package validation 2026-09-03 10:59:16 +08:00
Scott Emberson 8f148ec820 Harden validate-package.py and document agents/openai.yaml
- Missing or unreadable package files exit with a plain-language
  message instead of a traceback, per the AGENTS.md style rule;
  malformed plugin.json does the same.
- metadata.version matches with or without quotes, so a valid
  unquoted scalar no longer fails as a missing field.
- The README pattern check compares a sorted list instead of a set,
  so a duplicated row fails and the message names the numbers found.
- AGENTS.md Key files now lists agents/openai.yaml, the one tracked
  file no doc or check mentioned.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-20 20:34:49 +01:00
Siqi Chen 38b88903a5 Simplify Humanizer packaging and README (#230) 2026-08-18 22:43:30 -07:00
Siqi Chen ebf637bdae Fix Claude Desktop ZIP uploads (v2.11.1) (#226) 2026-08-17 17:59:03 -07:00
Siqi Chen 43c97670b5 Rewrite Humanizer in Plain Language (v2.11.0) (#223)
Rewrite the skill and all repo-authored guidance in Plain Language. Keep all 35 patterns, examples, commands, schemas, and package behavior.
2026-08-17 03:05:01 -07:00
Siqi Chen 3b54ba7496 Fix Claude Desktop plugin discovery (v2.10.2) 2026-08-17 02:42:53 -07:00
Wesley Dickens 32c521487a Add shadowboxing and editorial scar tissue patterns (v2.10.0) (#207)
Add patterns 34 and 35 for drafting residue, expand the hedging guidance, and preserve legitimate objections and alternatives.
2026-08-17 02:13:22 -07:00
tfc-droid dcdc1035c0 Fix package validator UTF-8 reads (#214)
Read SKILL.md, README.md, and plugin.json explicitly as UTF-8 so validation works on Windows locales.
2026-08-17 02:11:16 -07:00
Siqi Chen 523374dee7 Improve skill packaging and portability (v2.9.1) 2026-07-21 23:25:52 -07:00