
https://palatineai.site/skill.md. It contains the dataset URL, the schema, ready-made queries, and a suggested evaluation workflow — everything an agent needs to use PalatineAI without scraping or guessing.
Current version: 0.2.0 (version in the file’s frontmatter). Skill name: palatineai-colosseum-research.
Claude Code
User-level (available in every project):User-level install
Project-level install
projects.json and answer with ranked rows, not a web search.
Any other agent
The skill file is plain markdown with YAML frontmatter (name, description, version). Use whichever integration your framework has:
- System prompt / context: fetch the file and inline it. It is ~4 KB.
- Tool description: register a
palatine_researchtool whose description is the skill body and whose implementation isGET https://palatineai.site/projects.json. - RAG / knowledge base: index
skill.mdandprojects.jsontogether; the skill explains the dataset’s fields.
Generic fetch
When the skill should trigger
The skill’s own description field declares its scope — use it for routing:Use when researching hackathon projects, token candidates, founder quality, branding, or early opportunities.
Staying current
The skill and dataset update independently. Re-run the install command to refresh the skill; checkversion in its frontmatter for changes. Dataset freshness is stats.updated inside projects.json (see Agent access for conditional fetches with ETag).
