I'm a big fan of skills and wanted to use them across different models and tools. So I made skillz - a CLI which gives any model/agent/tool the ability to make use of skills
Two commands: - `skills init` to inject into AGENTS.md (or other files) a prompt to make them aware of skills. - `skills sync` will crawl all skill directories and append the name/description frontmatter into the system prompt
This has allowed me to unify common capabilities across all the coding agents I use.
Even if you only use claude, you should find value with skillz like the ability to list and edit any of your existing skills. Have plans to expand this - including a public skills registry of popular skills as well as a feedback loop to track skills usage and auto-improve skills over time.
Please give it a try and let me know what you think!