I’ve been working on Agentique, a free and open-source project for sharing, packaging, and validating AI agent resources.

The problem I kept running into is that agent resources are often shared as loose repos, prompt files, config folders, or zip files. That works when you already trust the author, but it gets harder when you want to inspect something before reusing it.

Before running or adapting an agent resource, I usually want to know:

What runtime does it expect?

What tools or APIs does it call?