sagebase-commands

Reference Sagebase CLI and Docker commands for setup and operation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sage-base/sagebase --skill sagebase-commands-sage-base
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sagebase-commands
Source: https://github.com/sage-base/sagebase/tree/main/.claude/skills/sagebase-commands
Command: npx skills add https://github.com/sage-base/sagebase --skill sagebase-commands-sage-base

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a quick and centralized reference for Sagebase CLI commands and Docker operations, enabling developers and operators to run, test, format code, manage the database, and perform Sagebase tasks with minimal context switching.

Core Features & Use Cases

  • Unified CLI Reference: Quick lookup for sagebase CLI commands, including common workflows like starting services, testing, formatting, and DB operations.
  • Docker & Environment Ops: Guides for container lifecycle, logs, port inspection, and environment setup to streamline local and CI workflows.
  • Use Case: As a developer, you can rapidly execute a sequence such as starting the stack, running tests, and inspecting logs with just a few commands.

Quick Start

  • Start the stack: just up
  • Show CLI help: just exec uv run sagebase --help
  • Run a typical operation: just exec uv run sagebase process-minutes
  • View logs: just logs
  • Connect to the database: just db

Frequently Asked Questions about sagebase-commands

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

FAQPage Schema
How do I start the Sagebase stack and run common CLI operations?

You can start the Sagebase stack using `just up`, then run typical operations like `just exec uv run sagebase process-minutes`, and view logs with `just logs` for quick local environment management.

What is the best way to look up Sagebase CLI and Docker commands for database management?

A centralized CLI and Docker command reference provides deterministic guidance for database management, covering connection strings and operations to accelerate setup and minimize context switching.

Can I use this reference to manage Docker container lifecycles and inspect logs?

Yes, this reference guides Docker container lifecycle management, log inspection, and port checking, enabling developers to streamline local development and CI workflows with minimal context switching.

Does the Sagebase CLI reference cover code formatting and testing workflows?

Yes, the Sagebase CLI reference covers code formatting and testing workflows, providing a unified command catalog for running tests, formatting code, and managing databases across development environments.

How do I connect to the database using Sagebase CLI commands?

To connect to the database using Sagebase CLI commands, run `just db` in your terminal. This provides quick access for database management and setup operations across development environments.

Are there limitations to using a centralized command catalog for DevOps tasks?

A centralized command catalog for DevOps tasks provides deterministic guidance for quick recall but is limited to Sagebase CLI and Docker operations, potentially omitting custom or highly specialized edge cases.