worker-database

Provide centralized database credentials and connection patterns for ArangoDB, PostgreSQL, and Redis.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/eron1703/claude-config-loader --skill worker-database
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worker-database
Source: https://github.com/eron1703/claude-config-loader/tree/main/skills/worker-database
Command: npx skills add https://github.com/eron1703/claude-config-loader --skill worker-database

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and codifies database credentials, URLs, collections, and common connection patterns for demo and development environments, enabling quick access and consistent onboarding.

Core Features & Use Cases

  • ArangoDB (Multi-model): exposes connection details (port, user, password, and Kubernetes URL), key databases and collections, and sample BPMN-like queries for workflow data.
  • PostgreSQL (Relational): provides connection details, databases, and ORM schema references to support authentication and RBAC workflows.
  • Redis (Caching): documents Redis connection details and environment variables used by event buses and AI agents.
  • Examples: includes typical operations and ready-to-run query snippets that speed up development and testing.

Quick Start

Use this skill to retrieve database connection details and sample queries for ArangoDB, PostgreSQL, and Redis on the demo server.

Frequently Asked Questions about worker-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get database credentials for demo environments on Kubernetes?

To get database credentials for demo environments, this skill provides centralized access to connection details including port, user, password, and Kubernetes URL for PostgreSQL, ArangoDB, and Redis on the databases-test namespace.

What is the best way to connect to ArangoDB and PostgreSQL for development onboarding?

The best way to connect to ArangoDB and PostgreSQL for development onboarding is by retrieving the centralized connection patterns and sample queries provided, which expose Kubernetes URLs, databases, and ORM schema references.

Can I use this to find example queries for Redis event bus environments?

Yes, you can use this to find example queries and connection details for Redis, documenting the specific environment variables used by event buses and AI agents in the demo testing setup.

Does this skill provide sample queries for ArangoDB workflow data collections?

Yes, this skill provides sample BPMN-like queries and exposes key databases and collections for ArangoDB workflow data, along with the necessary connection details for the demo environment.

When do I need centralized database connection details for testing?

You need centralized database connection details for testing when you want to codify URLs and credentials for PostgreSQL, ArangoDB, and Redis, ensuring consistent onboarding and quick access during development.

Does this skill support relational database schema references for RBAC?

Yes, this skill supports relational database schema references for PostgreSQL, providing connection details and ORM schema mappings to support authentication and RBAC workflows in demo environments.