text-analyzer
Installation
SKILL.md
Text Analyzer (Parent Skill)
I coordinate comprehensive text analysis by delegating to specialized child skills.
How to Use This Skill
For comprehensive text analysis, execute the coordinator script:
python /home/ywatanabe/dev/agent-patterns/.claude/skills/text-analyzer/run.py "text to analyze"
The script invokes all child skills and returns:
- Grammar analysis (critical issues, minor issues, style suggestions)
- Sentiment analysis (polarity, tone, emotional impact)
- Readability analysis (grade level, audience fit, complexity)
- SEO analysis (keywords, optimization score, recommendations)
- Synthesized executive summary with prioritized action items