oracle-dba-superlisted
Install: claude install-skill Shreyas70773/oracle-dba-agentic-skills
# Oracle DBA — SUPER Skill Library
A single, self-contained library that fuses two layers:
- **KNOWLEDGE (the brain)** — `knowledge/`: Oracle's official, source-backed guidance
(vendored from `github.com/oracle/skills`, UPL-1.0 — see `NOTICE.md`). Markdown only; the
agent reads it and acts through the SQLcl MCP server. Breadth: SQL/PL-SQL, appdev, frameworks,
migrations, ORDS, design, performance concepts, security concepts, features, containers, and
**agent-safety patterns**.
- **ACTION (the hands)** — the 24 domain skills at the root (e.g. `backup-and-recovery/`,
`rac-high-availability/`): our tier-gated, **executable** automation — idempotent `.sh`/`.ps1`
+ `sql/*.sql` + deep T3 runbooks + cron, all sourcing the shared `_common/` harness, wired for
native SQLcl-MCP (in-DB) and a custom guarded `oracle-dba-ops` MCP (host ops; see playbook).
> **Golden rule:** *knowledge tells you HOW and WHY; action DOES it under the tier policy.* For
> any change, consult the relevant `knowledge/` page first, then execute via the action domain.
## How to Use This Library
1. Classify the request: **knowledge/dev/design** vs **operational action**.
2. Knowledge → open `knowledge/SKILL.md` (its routing table) and read only the file you need.
3. Action → open the matching domain's `SKILL.md`, find the task in its **Scope & risk map**,
then follow precheck → action (script/sql) → postcheck → rollback. Honor the tier.
4. For ANY destructive/changing operation, also load the