A Scoutica Skill Card is a collection of files hosted at a public URL — most commonly a GitHub repository. TheDocumentation Index
Fetch the complete documentation index at: https://docs.scoutica.com/llms.txt
Use this file to discover all available pages before exploring further.
scoutica.json discovery file provides a card_url that serves as the base URL for fetching all card files.
Card file contents
Every Skill Card contains four files:| File | Format | Contents |
|---|---|---|
profile.json | JSON | Skills (flat array), primary_domains, tools_and_platforms, seniority, experience |
rules.yaml | YAML | Engagement types, compensation floors, remote policy, filters.blocked_industries |
evidence.json | JSON | Verifiable links: repos, certs, portfolio, publications — with skills_demonstrated |
scoutica.json | JSON | Discovery metadata: name, title, availability |
Fetching from GitHub
GitHub raw content base URLs follow the pattern
https://raw.githubusercontent.com/{user}/{repo}/main. Append the filename to this base URL to fetch each card file.