UNPKG

aiwg

Version:

Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo

33 lines (32 loc) 685 B
{ "id": "writing-quality", "type": "addon", "name": "Writing Quality", "version": "1.0.0", "description": "AI pattern detection, voice consistency, and writing quality enforcement for authentic content", "core": false, "autoInstall": false, "author": "AIWG Contributors", "license": "MIT", "repository": "https://github.com/jmagly/aiwg", "keywords": [ "writing", "quality", "ai-detection", "authenticity", "voice", "patterns" ], "entry": { "agents": "agents/", "skills": "skills/" }, "agents": [ "writing-validator", "prompt-optimizer", "content-diversifier" ], "skills": [ "ai-pattern-detection" ] }