x-gqlgen
25Skill Claude CodeCodex
Una guía para trabajar con gqlgen, una herramienta de Go que genera parte del código de un servicio GraphQL, un sistema para consultar datos mediante una API definida.
Skill Claude CodeCodex
Una guía para trabajar con gqlgen, una herramienta de Go que genera parte del código de un servicio GraphQL, un sistema para consultar datos mediante una API definida.
Skill Claude CodeCodex
A logging workflow for Go code using slog.Logger, Go's structured logging package. It defines how loggers are stored, obtained from a request context, and assigned severity levels.
Skill Claude CodeCodex
A Go testing workflow for generating mocks, which are test replacements for interface-based dependencies.
Skill Claude CodeCodex
A guide for adding an infrastructure adapter, a component that connects a project to an external system or service. It covers where the adapter belongs, its configuration, setup, lifecycle, monitoring, and tests.
Skill Claude CodeCodex
A monitoring and tracing skill for adding observability to external operations, adapter packages, or server middleware. Observability means collecting information about how software runs.
Skill Claude CodeCodex
A guide for building Kafka publishers and subscribers through the project's queue adapter. Kafka is a system for sending and receiving messages between applications.
Skill Claude CodeCodex
A design guide for publishing and receiving messages through RabbitMQ, a message broker that passes work between services. It covers publishers, subscribers, retries, dead-letter queues, and subscribing to multiple queues.
Skill Claude CodeCodex
A set of project-specific rules for creating or editing local coding-agent skills in level85.
Skill Claude CodeCodex
A guide for working with S3-compatible object storage through a MinIO adapter; object storage keeps files as named items in a remote service.
Skill Claude CodeCodex
Una guía para trabajar con un adaptador de TDLib, la biblioteca que permite integrar Telegram en una aplicación.
Skill Claude CodeCodex
A documentation workflow for creating or updating a test matrix, a document that maps features and test cases to the test methods that cover them.
Skill Claude CodeCodex
A guide for writing Go integration tests that start external services such as PostgreSQL, Redis, Kafka, or MongoDB with testcontainers-go. It covers both regular tests and BDD tests, where behavior is written as scenarios.
Skill Claude CodeCodex
A set of testing rules for writing or changing tests in a project.
Skill Claude CodeCodex
A short runbook, or step-by-step guide, for initially diagnosing test, environment, and service problems, centered on a diagnostic script.
Skill Claude CodeCodex
A unit-testing guide for code that depends on outside systems, using only the parts of an interface that the code actually needs. Unit tests check small pieces of code in isolation.
Instructions file CodexOpenCode
A repository-specific instruction file for the level85 Go project. It explains the package layout, required rules, constructors, program lifecycles, and testing layers that coding agents should follow.
Instructions file
Claude Code instructions for pure-golang/level85, a project described as: Shared agent skills, Taskfile, linter config, and Claude Code conventions for a pure-golang monorepo - symlinked into each service repo to keep dev tooling in one place.