sage-base avatar

sage-base

Official

@sage-base

0Followers
|
1Public Repos
|
18Published Skills

Standardizes Polibase architecture, database migrations, and structured development practices for enterprise-grade software engineering and data pipeline integrity.

Skills Distribution
DomainDeveloper To...Software Architect.. (40%)Database Migration.. (30%)Development Lifecy.. (30%)

Agent Skills by sage-base

Showing 18 vetted skills indexed across 1 GitHub repositories.

sage-basesage-base

error-handling

Standardize exception hierarchies, propagation rules, and retry semantics in code.

Official
Basic
sage-basesage-base

clean-architecture-checker

Audit code changes to enforce Clean Architecture rules across Polibase layers.

Official
Advanced
sage-basesage-base

project-conventions

Enforce Polibase project conventions during commits, pull requests, and builds.

Official
Basic
sage-basesage-base

test-writer

Enforce strict mocking and async patterns in pytest-based tests.

Official
Advanced
sage-basesage-base

development-workflows

Standardize Docker-first development workflows for building and testing Polibase features.

Official
Advanced
sage-basesage-base

migration-helper

Automate Alembic database migrations with upgrade/downgrade templates and rollback support.

Official
Advanced
sage-basesage-base

sagebase-commands

Reference Sagebase CLI and Docker commands for setup and operation.

Official
Basic
sage-basesage-base

skill-design-principles

Enforce design principles for SKILL creation and review with scoped guidance.

Official
Basic
sage-basesage-base

logging-guidelines

Replace print statements with structured logging in Python modules.

Official
Basic
sage-basesage-base

git-branch-cleanup

Analyze local Git branches and propose safe deletions with dry-run previews.

Official
Intermediate
sage-basesage-base

skill-creator

Scaffold new Claude skills under .claude/skills/ with SKILL.md templates.

Official
Basic
sage-basesage-base

data-processing-workflows

Organize and automate data processing workflows with deterministic command-based orchestration.

Official
Advanced
sage-basesage-base

baml-integration

Integrate BAML outputs into Sagebase pipelines with type-safe client regeneration.

Official
Advanced
sage-basesage-base

bi-dashboard-commands

Provide startup, shutdown, logs, and verification commands for Plotly Dash dashboards.

Official
Advanced
sage-basesage-base

plan-writer

Direct temporary implementation plans and investigation notes to the tmp/ directory.

Official
Basic
sage-basesage-base

seed-file-management

Reset PostgreSQL sequences after explicit-ID seed inserts.

Official
Advanced
sage-basesage-base

data-layer-architecture

Implement a Bronze-Gold two-layer architecture with immutable ExtractionLog and verified data protection.

Official
Advanced
sage-basesage-base

temp-file-management

Create, name, store, and clean up temporary files in data processing pipelines.

Official
Basic

Frequently Asked Questions About sage-base

FAQPage Schema
What specific engineering tasks does sage-base enable?

It enables rigorous enforcement of Clean Architecture, standardized exception handling, and structured logging. It facilitates database schema evolution via Alembic, manages PostgreSQL sequence integrity after seed inserts, and provides lifecycle management for Plotly Dash dashboards and temporary file storage within data processing pipelines.

Which personas benefit from these engineering standards?

Backend engineers, data architects, and DevOps practitioners working within the Polibase ecosystem benefit most. It is designed for teams requiring strict adherence to project conventions, consistent test mocking patterns, and deterministic command-based orchestration for complex data processing environments.

What are the prerequisites for implementing these standards?

Implementation requires a Polibase-compliant environment, PostgreSQL for data persistence, and Alembic for migration management. Users must maintain a directory structure supporting .claude/skills/ scaffolding and adhere to the defined Bronze-Gold data layer architecture for all processing tasks.