api-health
01Skill Claude CodeCodex
A guide for checking JSON-RPC services, which are APIs that receive named method calls in a standard JSON format. It uses service metadata and test requests to check availability and collect response timings.
vmkteam Claude Code plugins marketplace — Go API services SDLC
Skill Claude CodeCodex
A guide for checking JSON-RPC services, which are APIs that receive named method calls in a standard JSON format. It uses service metadata and test requests to check availability and collect response timings.
Skill Claude CodeCodex
A guide to vmkteam's Go appkit library, which provides reusable service features such as metrics, profiling, HTTP requests, service metadata, and request IDs.
Skill Claude CodeCodex
A guide for GitLab CI, Docker, and Nomad deployment pipelines for Go services. CI/CD means automatically checking, building, and deploying code after changes.
Skill Claude CodeCodex
A Go code generator that creates list types and helper methods for your structs from comments in collection.go. Go is a programming language, and the generated code can also convert values between package layers.
Skill Claude CodeCodex
A skill that writes a short English Git commit message from the complete staged and unstaged change set. A commit message is the brief record attached to a saved version of code.
Skill Claude CodeCodex
A Go library and manager for scheduled jobs, meaning tasks that run at set times or intervals. It wraps robfig/cron and supports context-aware tasks, a web interface, manual starts, middleware, and Prometheus monitoring metrics.
Skill Claude CodeCodex
A workflow for researching a large or unclear User Story—a description of a desired product change—and breaking it into smaller tasks in YouTrack, a project-management tool.
Skill Claude CodeCodex
An embeddable Go logger that writes structured log messages and counts info and error events with Prometheus metrics. It supports JSON output for production and coloured text for development.
Skill Claude CodeCodex
An error-digest skill that summarizes problems from systems such as Sentry, Prometheus, Loki, and Kibana over a chosen period. Sentry tracks application issues, while the other tools provide monitoring and log data.
Skill Claude CodeCodex
A set of instructions for working with GitLab, a platform for hosting code and reviewing changes. It uses GitLab's API to inspect and manage merge requests, pipelines, discussions, and comments.
Skill Claude CodeCodex
A Go code-review workflow that examines the current Git changes through six expert perspectives. Go is a programming language, and Git tracks changes to code.
Skill Claude CodeCodex
A Russian-language guide for designing Go services with a specific layered structure, JSON-RPC 2.0, Echo, and PostgreSQL.
Skill Claude CodeCodex
A connection to Grafana, a web tool for viewing dashboards, metrics, logs, and alerts from monitoring systems.
Skill Claude CodeCodex
A workflow for responding to a production incident, meaning a live-system failure or serious service problem.
Skill Claude CodeCodex
An investigation workflow for finding the cause of a software problem across error tracking, metrics, logs, and infrastructure data sources. It is for cases where there is a symptom but the cause is not yet known.
Skill Claude CodeCodex
A guide for searching nginx, infrastructure, and application access logs in Kibana or OpenSearch Dashboards, tools for viewing and querying log data. It explains how to discover available indexes and fields before searching.
Skill Claude CodeCodex
A guide for searching structured JSON application logs stored in Grafana’s Loki log system. It explains how to query service labels and filter fields such as log level, RPC method, duration, and request ID.
Skill Claude CodeCodex
A Go code generator that reads XML descriptions of a PostgreSQL schema and creates models, repositories, services, and test helpers. It is used through project Makefile commands.
Skill Claude CodeCodex
A workflow for reviewing someone else’s GitLab Merge Request, which is a proposed set of code changes, and publishing comments directly on the changed lines. It fetches the request, examines its code and existing discussions, then pauses for approval before publishing.
Skill Claude CodeCodex
A guide for HashiCorp Nomad, a system that runs and coordinates services across computers. It covers jobs, allocations, metrics, logs, and deployment status.
Skill Claude CodeCodex
An interactive process for learning a new project’s structure and connected systems, then creating a project knowledge index. The index records relevant code, database, deployment, and tool information for other agent skills.
Skill Claude CodeCodex
A reference for pgDesigner, a tool that creates PostgreSQL database diagrams and schemas. It documents the .pgd XML file format and its command-line interface.
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.