vmkteam

37 mods across 1 repository, 7 stars between them.

pgmdd

25

vmkteam/claude-plugins

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.

7 4mo ago A 30 tokens original MIT

pgmigrator

26

vmkteam/claude-plugins

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.

7 4mo ago A 30 tokens original MIT

philosophy

27

vmkteam/claude-plugins

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.

7 4mo ago A 58 tokens original MIT

prometheus

28

vmkteam/claude-plugins

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.

7 4mo ago A 54 tokens original MIT

rpcgen

29

vmkteam/claude-plugins

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.

7 4mo ago A 54 tokens original MIT

scaffold

30

vmkteam/claude-plugins

Skill Claude CodeCodex

A project starter for creating a new Go web service from the gold-apisrv template.

7 4mo ago C 48 tokens original MIT

security

31

vmkteam/claude-plugins

Skill Claude CodeCodex

A security checklist for Go services, covering input validation, secrets, login controls, and known vulnerable dependencies.

7 4mo ago A 59 tokens original MIT

sentry

32

vmkteam/claude-plugins

Skill Claude CodeCodex

A connection to Sentry, a service that collects and groups errors from running software.

7 4mo ago A 55 tokens original MIT

skills-check

33

vmkteam/claude-plugins

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.

7 4mo ago A 40 tokens original MIT

solve

34

vmkteam/claude-plugins

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.

7 4mo ago A 65 tokens original MIT

testing

35

vmkteam/claude-plugins

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.

7 4mo ago A 52 tokens original MIT

youtrack

36

vmkteam/claude-plugins

Skill Claude CodeCodex

A YouTrack task-management connector that works through its REST API, a web interface for reading and changing project data.

7 4mo ago A 47 tokens original MIT

zenrpc

37

vmkteam/claude-plugins

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.

7 4mo ago A 35 tokens original MIT