agent-skills/README.md

27 lines
1.2 KiB
Markdown

# Empire Agent Skills
Open, portable agent skills distilled from the **Elite AI Empire** product engines.
Install into Claude Code, Codex, Cursor, OpenCode, or any supported agent:
```bash
npx skills add eliteaiempire/agent-skills
# or a single skill
npx skills add eliteaiempire/agent-skills --skill bug-class-detectors
```
## Skills
| Skill | What it does | Hosted upgrade |
|---|---|---|
| **bug-class-detectors** | Find bug CLASSES not instances — 37 root-cause detectors + CI auto-fix PRs (Snyk/Sonar alt). | https://bugclass.eliteaiempire.com |
| **backtest-integrity** | Lopez-de-Prado overfit battery (purged-CPCV, PBO, deflated-Sharpe, uniqueness, triple-barrier) — trust a backtest only if it survives. | https://th-validator.eliteaiempire.com |
Each skill is the open, portable logic; the hosted engines add CI integration, dashboards,
auto-fix PRs, and (for backtest-integrity) 16-venue prediction-market settlement + L2 depth.
## Discovery
This repo also serves a `.well-known/agent-skills/index.json` discovery index, so it can be
resolved by any agent-skills client by domain as well as by `owner/repo`.
MIT licensed. By the Elite AI Empire (EAS + TradeHouse).