pgmdd
25Skill Claude CodeCodex
A reference for editing PDD files, a proprietary XML format used by MicroOLAP Database Designer for PostgreSQL. It documents the file hierarchy and rules needed for tables, indexes, constraints, and relationships.
Skill Claude CodeCodex
A reference for editing PDD files, a proprietary XML format used by MicroOLAP Database Designer for PostgreSQL. It documents the file hierarchy and rules needed for tables, indexes, constraints, and relationships.
Skill Claude CodeCodex
A command-line tool for applying incremental schema changes to PostgreSQL databases. It records which SQL migrations have already been run in a database table.
Skill Claude CodeCodex
A development manifesto describing vmkteam’s preferred Go coding practices, design principles, and architecture habits. It is a reference for making code simpler and decisions more consistent.
Skill Claude CodeCodex
A Prometheus metrics guide and query skill for vmkteam services. Prometheus is a system that stores time-series measurements from running software.
Skill Claude CodeCodex
A code generator that creates typed client libraries from an SMD or OpenRPC description of an RPC service. RPC is a way for one program to call functions provided by another program.
Skill Claude CodeCodex
A project starter for creating a new Go web service from the gold-apisrv template.
Skill Claude CodeCodex
A security checklist for Go services, covering input validation, secrets, login controls, and known vulnerable dependencies.
Skill Claude CodeCodex
A connection to Sentry, a service that collects and groups errors from running software.
Skill Claude CodeCodex
A command that runs small test requests against configured external services and checks whether they respond as expected. These services include systems such as YouTrack, GitLab, Sentry, Grafana, Prometheus, and Loki.
Skill Claude CodeCodex
A workflow for completing a YouTrack issue from initial checks through analysis, planning, implementation, review, and commit. YouTrack is a tool for tracking software work and bugs.
Skill Claude CodeCodex
A set of testing rules for Go services, including how to structure subtests, repeated test cases, database tests, and fast test runs. It recommends testing real transports and databases instead of using simulated replacements.
Skill Claude CodeCodex
A YouTrack task-management connector that works through its REST API, a web interface for reading and changing project data.
Skill Claude CodeCodex
A reference for building JSON-RPC 2.0 servers in Go with ZenRPC, a system for calling server methods through structured messages. It covers generated code, HTTP, WebSocket, and NATS connections.