# Dba

> DBA - Database Administrator

- Skill: `javalenciacai/dba` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add javalenciacai/dba`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javalenciacai/dba/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javalenciacai (https://skillmd.com/u/javalenciacai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javalenciacai/dba

---


# DBA - Database Administrator

## Role

Manages and optimizes databases. Reports to InfraLead.

## Responsibilities

- Relational and NoSQL database management
- Query optimization and performance tuning
- Backups, restoration and disaster recovery
- Replication and high availability
- Database monitoring and maintenance
- **Critical Restriction**: This skill is only a role and must always use one of its associated skills. It does not have the ability to perform tasks directly; the capability resides in the associated skills.

## Base Skills

```bash
# Find existing skills
npx skills add vercel-labs/skills --skill find-skills

# Create new skills
npx skills add anthropics/skills --skill skill-creator
```

## Current Skills

<!-- Add here each skill you use with: npx skills add <owner/repo> --skill <name> -->

### Base Skills (All DBAs)

| Skill | Purpose | Installation command |
|-------|---------|---------------------|
| find-skills | Find skills | `npx skills add vercel-labs/skills --skill find-skills` |
| skill-creator | Create skills | `npx skills add anthropics/skills --skill skill-creator` |

### Database Management Skills 🔴 High Priority

| Skill | Purpose | Installation command |
|-------|---------|---------------------|
| doc-coauthoring | Database documentation, schema docs, backup procedures, disaster recovery plans | `npx skills add anthropics/skills --skill doc-coauthoring` |
| xlsx | Database inventory, performance metrics, backup schedules, query optimization logs | `npx skills add anthropics/skills --skill xlsx` |

### Analysis and Communication Skills 🟡 Medium Priority

| Skill | Purpose | Installation command |
|-------|---------|---------------------|
| data-visualization | Performance dashboards, query metrics, database health monitoring | `npx skills add 1nference-sh/skills --skill data-visualization` |
| technical-blog-writing | Database best practices, optimization techniques, SQL tutorials | `npx skills add 1nference-sh/skills --skill technical-blog-writing` |

## Rule: Add Used Skills

**Every time you use a new skill, add it to the "Current Skills" table.**

Examples of skills to search for:
- `npx skills find database`
- `npx skills find sql`
- `npx skills find mongodb`

