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

44 lines (43 loc) 1.02 kB
{ "id": "voice-framework", "type": "addon", "name": "Voice Framework", "version": "1.0.0", "description": "Voice profile system for crafting and applying consistent writing voices. Define custom voices, apply them to content, and create new voices on demand.", "core": false, "autoInstall": false, "author": "AIWG Contributors", "license": "MIT", "repository": "https://github.com/jmagly/aiwg", "keywords": [ "voice", "tone", "style", "writing", "profiles", "customization" ], "entry": { "rules": "rules/", "skills": "skills/", "voices": "voices/templates/", "schemas": "schemas/" }, "skills": [ "voice-apply", "voice-create", "voice-blend", "voice-analyze" ], "voices": [ "technical-authority", "friendly-explainer", "executive-brief", "casual-conversational" ], "replaces": [ "writing-quality/validation/banned-patterns.md", "writing-quality/skills/ai-pattern-detection" ], "dependencies": [] }