From 68de616361d18345afde07cd5f8f19f3fa5317d9 Mon Sep 17 00:00:00 2001 From: F4473 Date: Fri, 4 Sep 2026 15:03:04 +0000 Subject: [PATCH] Move pre-change backups out of the tracked tree (keep git history clean) Backups now at /root/f4473/pre_change_backups/ on apps-box, not inside the repo. Co-Authored-By: Claude Fable 5.1 --- .../index.json.pre_f4473_20260904 | 18 ------------- README.md.pre_f4473_20260904 | 27 ------------------- 2 files changed, 45 deletions(-) delete mode 100644 .well-known/agent-skills/index.json.pre_f4473_20260904 delete mode 100644 README.md.pre_f4473_20260904 diff --git a/.well-known/agent-skills/index.json.pre_f4473_20260904 b/.well-known/agent-skills/index.json.pre_f4473_20260904 deleted file mode 100644 index cd9bb00..0000000 --- a/.well-known/agent-skills/index.json.pre_f4473_20260904 +++ /dev/null @@ -1,18 +0,0 @@ -{ - "skills": [ - { - "name": "bug-class-detectors", - "description": "Find bug CLASSES, not instances. A pack of 37 root-cause detectors (hardcoded-universe, schema-by-name, units-mismatch, stale-config landmines, fail-open config, double-count metrics, swallowed-exceptions-around-writes, dead-backend, duplicate-file-divergence, clone-class, and more) that scan a codebase for whole categories of defects and emit CI auto-fix PRs. A Snyk/Sonar alternative focused on architectural bug classes. By Elite Agentic Solutions (EAS).", - "files": [ - "SKILL.md" - ] - }, - { - "name": "backtest-integrity", - "description": "Audit any trading backtest for overfit before you trust it. Runs the Lopez-de-Prado integrity battery: purged & embargoed combinatorial-CV (CPCV), Probability of Backtest Overfitting (PBO), Deflated Sharpe Ratio (DSR) with the FULL trial count, sample-uniqueness down-weighting, and triple-barrier labels. Turns 'it backtested great' into a calibrated honesty verdict. By TradeHouse (Bloomberg-terminal-of-prediction-markets).", - "files": [ - "SKILL.md" - ] - } - ] -} \ No newline at end of file diff --git a/README.md.pre_f4473_20260904 b/README.md.pre_f4473_20260904 deleted file mode 100644 index 9688db2..0000000 --- a/README.md.pre_f4473_20260904 +++ /dev/null @@ -1,27 +0,0 @@ -# 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).