db-seed

Installation
SKILL.md

Seed Database

Populate DynamoDB tables with sample data for development/testing.

WARNING

This skill modifies database data. ALWAYS verify the environment before proceeding.

Pre-checks

  1. Verify environment (NEVER run in production!):

    echo "Current AWS Profile: $AWS_PROFILE"
    aws sts get-caller-identity --profile pitfal
    
  2. Confirm with user before proceeding

Seed Commands

Installs
29
First Seen
Jan 26, 2026
db-seed — forever-efficient/pitfal-solutions-website