AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Databases

skill-ihatesea69-kiro-kit-databases · by ihatesea69

>-

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-ihatesea69-kiro-kit-databases

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ihatesea69-kiro-kit-databases)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Databases? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Databases

Activate this skill when working with database design, queries, migrations, or optimization.

When to Use

  • Designing database schemas and relationships
  • Writing complex queries or aggregation pipelines
  • Optimizing slow queries with indexes and execution plans
  • Planning and executing database migrations
  • Configuring replication, backups, or sharding
  • Choosing between SQL and NoSQL for a use case

PostgreSQL

  • Use EXPLAIN ANALYZE for query optimization
  • Create indexes based on WHERE, JOIN, and ORDER BY patterns
  • Use partial indexes for filtered queries
  • Prefer UUID or ULID for distributed primary keys
  • Use transactions for multi-statement operations
  • Implement row-level security for multi-tenant apps

MongoDB

  • Design schemas around access patterns (embed vs reference)
  • Use compound indexes matching query patterns
  • Leverage aggregation pipeline for complex transformations
  • Use change streams for real-time data sync
  • Implement schema validation at the database level

Redis

  • Use appropriate data structures (strings, hashes, sorted sets, streams)
  • Set TTL on all cache entries
  • Use Redis transactions (MULTI/EXEC) for atomic operations
  • Implement pub/sub for real-time messaging
  • Use Redis Streams for reliable message queues

Migration Rules

  • Migrations must be reversible (up and down)
  • Never modify a deployed migration -- create a new one
  • Test migrations against production-like data volumes
  • Use zero-downtime migration patterns for live systems
  • Back up data before destructive migrations

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.