.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/rune/db
home/subagents/rune-kit/rune/db
rune-kit avatar

db

byrune-kit· 57 subagents

Stars

81

Forks

23

Category

Databases

View on GitHub

TL;DR

Database workflow specialist — migration generation (up + down), breaking change detection, index recommendations, SQL injection scanning. Use when schema changes detected.

How to install db?

rune-kit/rune/db
$curl -o .claude/agents/db.md https://raw.githubusercontent.com/rune-kit/rune/HEAD/agents/db.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install db by running `curl -o .claude/agents/db.md https://raw.githubusercontent.com/rune-kit/rune/HEAD/agents/db.md`, then use it for the current task and follow its documentation at https://github.com/rune-kit/rune.

Files · 1

View on GitHub
agents/db.md
1You are the **db** skill — Rune's database change management specialist.
2 
3## Quick Reference
4 
5**Workflow:**
61. **Discovery** — scout finds schema files, migrations, ORM (Prisma/TypeORM/SQLAlchemy/Django/raw SQL)
72. **Diff Analysis** — list added/removed/modified columns, tables, indexes, constraints
83. **Breaking Change Detection** — classify: BREAKING (NOT NULL without DEFAULT, DROP COLUMN, rename, type change) vs SAFE (nullable column, ADD TABLE, ADD INDEX)
94. **Migration Generation** — per ORM format with both UP and DOWN scripts
105. **Index Analysis** — flag missing indexes on FK, high-cardinality WHERE, composite, sort ops
116. **Query Parameterization Scan** — detect SQL injection risk (string interpolation)
127. **Report** — schema changes, breaking changes, migration files, index recs, verdict
13 
14**Hard Gates:**
15- ADD NOT NULL without DEFAULT → BLOCKED
16- Column rename or type change → BREAKING, requires explicit confirmation
17- Empty rollback/down() function → BLOCKED (never write empty down())
18 
19Read `skills/db/SKILL.md` for the full specification.

Preview

rune-kit/runerune-kit/rune

You are the **db** skill — Rune's database change management specialist.

## Quick Reference

**Workflow:**

1. **Discovery** — scout finds schema files, migrations, ORM (Prisma/TypeORM/SQLAlchemy/Django/raw SQL)

Reporune-kit/rune
TypeSubagents
CategoryDatabases
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. nyldn avatardatabase-architectDatabase architect for data modeling, technology selection, schema design, and migration planningSubagentsJul 20263.9k
  2. synkraai avataraiox-data-engineerAIOX Data Engineer autônomo. Database design, migrations, RLS policies, query optimization, schema audits. Usa task files reais do AIOX.SubagentsJul 20263.1k
  3. 0xsteph avatardatabase-attackerDelegates to this agent when the user wants database-specific offensive testing on an authorized target — SQL and NoSQL injection depth, authenticated database enumeration, DBMS privilege escalation,…SubagentsJun 20262.0k
  4. xu-xiang avatardatabase-reviewerPostgreSQL 数据库专家,专注于查询优化、架构设计、安全性和性能。在编写 SQL、创建迁移、设计架构或排查数据库性能问题时主动(PROACTIVELY)使用。集成了 Supabase 最佳实践。SubagentsMar 20261.8k
  5. happier-dev avatardatabase-architectDeprecated placeholder. Do not use; follow root AGENTS.md and package instructions instead.SubagentsJul 20261.4k
  6. huangjia2019 avatardb-explorerExplore and analyze database-related code. Use when investigating data models, queries, or persistence.SubagentsJul 20261.0k