1 pointby pekingzcc5 hours ago1 comment
  • pekingzcc5 hours ago
    Recently, the number of skills I’ve installed locally has been growing out of control, leading to a bunch of annoying issues: Multiple copies of the same skill cluttering up my directories Poorly written metadata that causes skills to fail to trigger when they should Mismatches between skill documentation and the actual implementation High-risk skills lacking clear guardrails So I built skill-optimizer — essentially a "health check" tool for your skills. It analyzes your current conversation context and local skill directory, then generates a comprehensive report covering: Duplicate/overlapping skills Weak or incomplete metadata Broken references and outdated structures Potential risk points Actionable optimization strategies After working through it step by step, everything’s finally organized — what a relief! Open-sourced here: https://github.com/zhangchenchen/skills_optimizer