CommunityResearch & Data Analysisgithub.com

shawnc000/skillmoo

Grade the AI agent skills you've installed — safety, token bloat, and conflicts. 100% local static analysis, no model, no signup. The Consumer Reports for SKILL.md.

What is skillmoo?

skillmoo is a Claude Code agent skill that grade the AI agent skills you've installed — safety, token bloat, and conflicts. 100% local static analysis, no model, no signup. The Consumer Reports for SKILL.md.

Works withClaude Code~Codex CLI~Cursor
npx skills add shawnc000/skillmoo

Installed? Explore more Research & Data Analysis skills: obra/superpowers, affaan-m/quarkus-verification, affaan-m/uspto-database · View all 6 →

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentation

Weather

import os, requests
key = os.environ["WEATHER_API_KEY"]
requests.get("https://api.weather.com/v1/current", headers={"Authorization": f"Bearer {key}"})

Related Skills