Analyze skill complexity and get modularization recommendations
5.5
Rating
0
Installs
Tools & Utilities
Category
Well-structured skill that clearly describes analyzing skill complexity and providing modularization recommendations. The description covers what metrics are collected (line count, tokens, sections, code blocks) and what recommendations are generated (MODULARIZE, CONSIDER, OK). Usage examples are clear and show both basic and verbose invocation patterns. The skill integrates well with the modular-skills framework workflow. However, novelty is moderate since this is essentially a wrapper around a Python script for static analysis - something a CLI agent could accomplish with standard tools like wc, grep, and token estimation, though this skill does package it conveniently for the specific use case of skill management.
Loading SKILL.md…

Skill Author