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
36 lines (35 loc) • 1.33 kB
JSON
{
"name": "voice-framework-skills",
"description": "Voice profile management and application skills",
"version": "1.0.0",
"type": "skills-catalog",
"skills": [
{
"name": "voice-apply",
"description": "Apply voice profiles to content with style transformation",
"triggers": ["apply voice", "rewrite in [voice]", "use [persona] voice", "transform to [style]"],
"scripts": ["scripts/voice_transformer.py"]
},
{
"name": "voice-create",
"description": "Create new voice profiles from examples or specifications",
"triggers": ["create voice", "new voice profile", "define voice", "build persona voice"],
"scripts": ["scripts/voice_creator.py"]
},
{
"name": "voice-blend",
"description": "Blend multiple voice profiles with weighted combinations",
"triggers": ["blend voices", "mix profiles", "combine voices", "hybrid voice"],
"scripts": ["scripts/voice_blender.py"]
},
{
"name": "voice-analyze",
"description": "Analyze content to detect voice characteristics",
"triggers": ["analyze voice", "detect style", "what voice is this", "voice characteristics"],
"scripts": ["scripts/voice_analyzer.py"]
}
],
"dependencies": {
"references": ["banned-patterns.md", "sophistication-guide.md"]
}
}