ulissesflores/odisseo-signal-atlas
Odisseo Signal Atlas is a multilingual GitHub discovery engine powered by X, GitHub, and frontier engineering signals.
Platform-specific configuration:
{
"mcpServers": {
"odisseo-signal-atlas": {
"command": "npx",
"args": [
"-y",
"odisseo-signal-atlas"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/ulissesflores/odisseo-signal-atlas/actions/workflows/ci.yml) [](LICENSE) [](pyproject.toml)
Official engineering repository for the Odisseo Signal Atlas discovery engine by Ulisses Flores.
Odisseo Signal Atlas is a multilingual discovery pipeline that searches the X API, extracts GitHub repositories from real social signals, enriches them with GitHub metadata, scores them against frontier engineering criteria, and exports a public-quality Markdown report.
It is designed to backfill recent search windows without pointlessly repeating the same historical queries on every run. It also persists resumable candidate state, writes a Markdown report for every run, and respects X rate-limit windows instead of discarding a long execution when the API asks for a cooldown.
When the X API is rate-limited, the repository also supports a sequential human-review mode that inspects one GitHub repository at a time from the ranked cache, without issuing new X requests.
OdisseoOdisseo Signal AtlasThis repository is intentionally structured like a public software product, not a throwaway script. That means source code, tests, docs, ADRs, CI, security policy, templates, and release metadata all live here on purpose.
Tracked public files stay relatively small. Local-only artifacts such as .venv, cache files, .env.local, smoke outputs, and editor cruft a
Loading reviews...