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 <noreply@anthropic.com>
This commit is contained in:
F4473 2026-09-04 15:03:04 +00:00
parent 208af622d9
commit 68de616361
2 changed files with 0 additions and 45 deletions

View file

@ -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"
]
}
]
}

View file

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