repiq
Installation
SKILL.md
repiq
Fetch objective metrics for OSS repositories and packages. Built for AI agents that need fast, non-reasoning data retrieval for library and repository evaluation.
Role separation: repiq provides raw data. You (the agent) do the reasoning. The human makes the final decision.
Quick Start
# Fetch GitHub repo metrics
repiq github:facebook/react
# Fetch npm package metrics
repiq npm:react
# Compare multiple targets across providers
repiq github:facebook/react npm:react pypi:flask crates:serde go:golang.org/x/net
# Output as JSON for programmatic use