xi-agent-skills

0xgetz/xi-agent-skills
★ 0 stars Python Communication Updated today
Skills and connected MCP server documentation exported from my agent.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xi-agent-skills": {
      "command": "uvx",
      "args": [
        "xi-agent-skills"
      ]
    }
  }
}

Or install with pip: pip install xi-agent-skills

README Excerpt

The `pro/` package is a complete, **end-to-end verified** institutional trading system (16,000+ lines). Run `PYTHONPATH=. python pro/verify_system.py` → **18/18 checks green**. - **`pro/orchestrator.py`** — unified 8-stage decision pipeline (regime → signal → sentiment → sizing → risk gate → execution → monitor → report). Any stage can veto a trade.

Topics

agent-skillsinstitutional-trading-systemmcptelegrambottrading-toolkit