agent-skills/README.md.pre_f4473_20260904
F4473 208af622d9 Add loop-engineering skill (DRAFT): 5-stage pattern + 3 Orchestrator templates with approval gates
No Stripe objects, draft status flag set in SKILL.md frontmatter and index.json.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-04 15:02:56 +00:00

27 lines
1.2 KiB
Text

# 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).