Browse Skills
11972 skills across 8 categories
🔍
4w ago
Datadog Log Investigation
Datadog Log Investigation queries the Datadog Logs API to investigate production issues for the Nexu platform, including crash events, stderr output, gateway startup, Slack token health, and API HTTP logs. Use it when the user asks to check Datadog logs, alerts, metrics, or crash logs.
DevOps
3.3K263
🗂️
4w ago
SocratiCode Management
SocratiCode Management sets up and manages codebase indexing, file watching, code graphs, and context artifacts for semantic code search. Use it for first-time setup, incremental updates, troubleshooting, and configuring embedding providers.
DevOps
3.3K407
🚀
4w ago
Static Deploy
Static Deploy deploys static files (HTML, CSS, JS, images) from the workspace to a live URL on Nexu.space using Cloudflare Pages. Use it when a user asks to deploy, publish, ship, or go live with a static site or single-page app.
DevOps
3.3K263
🔀
4w ago
Git Master
Git Master handles Git history and commit tasks: atomic commits, rebase/squash/fixup, blame, bisect, reflog, and log search. Use it when a task requires a commit or investigation of who/when/why code changed.
DevOps
3.2K201
🩺
4w ago
LazyCodex Doctor
LazyCodex Doctor inspects a local LazyCodex and Codex CLI installation and compares it against the latest sources to produce a PASS/WARN/FAIL report. Use it when Codex behaves oddly after an install, update, or config change, or when you want a local install audited.
DevOps
3.2K201
⚙️
4w ago
LSP Setup
LSP Setup configures a Language Server for a specific language so editor and agent tooling (diagnostics, go-to-definition, find-references, rename) works. Use it to install servers, choose between alternatives like basedpyright vs pyright, or fix 'no LSP server configured' errors.
DevOps
3.2K201
🚀
4w ago
Release Bump
Release Bump updates version numbers across a Rust workspace Cargo.toml, runs cargo build and cargo test, then commits, pushes, and tags to trigger CI release. Use after fixes are committed and ready to publish.
DevOps
3.1K285
🚀
4w ago
Push Release
Push Release pushes code to GitHub and bumps the version when pending commits include feature changes so CI auto-publishes to PyPI. Use it to deploy Python packages and confirm release status.
DevOps
3.1K266
📡
4w ago
Go GraphQL
Go GraphQL guides implementation of GraphQL APIs in Go using gqlgen or graphql-go, covering schema design, resolvers, DataLoaders, subscriptions, and authentication. Use when building GraphQL servers or integrating with existing Go HTTP services.
DevOps
3K193
🔌
4w ago
Go gRPC
Go gRPC provides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang microservices. Use when implementing, reviewing, or debugging gRPC servers and clients, writing proto files, setting up interceptors, handling status codes, configuring TLS/mTLS, testing with bufconn, or working with streaming RPCs.
DevOps
3K193
📈
4w ago
Go Observability
Go Observability adds structured logging, Prometheus metrics, OpenTelemetry tracing, profiling, and RUM instrumentation to Go services. Use it when instrumenting Go services for production monitoring, setting up metrics or alerting, adding tracing, correlating logs with traces, or migrating legacy loggers to slog.
DevOps
3K193
⚙️
4w ago
Google Wire
Google Wire provides compile-time dependency injection for Go using code generation, resolving the dependency graph at build time and emitting plain constructor calls. Use it when wiring an application graph with google/wire to catch missing dependencies at compile time rather than runtime.
DevOps
3K193