Reliant Labs
Official@reliant-labs · United States of America
Reliant Labs builds leading AI development tools. Head to https://reliantlabs.io/ to learn more
Agent Skills by Reliant Labs
Showing 54 vetted skills indexed across 2 GitHub repositories.
reliant-config
Configure Reliant memory, skills, MCP servers, presets, and config YAML across scopes.
design-patterns
Enforce design-pattern guidelines for deterministic multi-agent workflow execution.
forge
Generate Go and Next.js infrastructure from forge.v1-annotated proto contracts.
audit-json
Audit forge project JSON for drift and file ownership status.
frontend
Scaffold Forge frontends with Connect RPC React Query hooks and UI primitives.
proto
Document Forge proto file conventions and annotation rules for code generation.
pack-development
Create Forge integration packs with pack.yaml manifests and migration scaffolding.
auth
Generate JWT and API key authentication middleware with RBAC and tenant scoping.
ci
Generate reproducible GitHub Actions workflows for Forge projects with drift detection.
deploy
Automate code shipping and Kubernetes deployment across dev, staging, and prod.
starters
Scaffold opinionated business integration code into Forge projects.
contracts
Generates mocks and observability wiring from a contract.go file for Go packages.
adapter
Translate domain requests and responses to external system wire formats.
observability
Validate Forge observability stack health via Docker-based Grafana LGTM checks.
packs
Installs and manages Forge infrastructure scaffolds with centralized auth, audit, idempotency, messaging, or frontend options.
testing
Define hermetic testing methodology for Connect RPC and Forge scaffolded services.
architecture
Clarify generated versus user-owned directories in Forge projects.
getting-started
Scaffold a Forge CLI workspace with services, frontends, and workflow assets.
binaries
Scaffold Forge long-running processes as independently deployed binaries with cobra subcommands.
db
Manage database schema changes through append-only SQL migrations.
api
Generate Connect RPC CRUD handlers from proto service definitions.
workers
Generate Go background workers with Start/Stop lifecycle and cron scheduling.
proto-split
Split multi-service protobuf files into one .proto per service with shared types.
proto-breaking
Enforce buf breaking checks in forge-generated GitHub PR workflows.
Frequently Asked Questions About Reliant Labs
FAQPage SchemaWhat specific tasks does the Forge framework enable?▼
Forge enables rapid scaffolding of Go services and Next.js frontends, generation of Connect RPC handlers, management of SQL migrations, and implementation of RBAC middleware. It standardizes project structures, observability wiring, and testing methodologies across mono-repo environments.
Which engineers benefit most from these capabilities?▼
Full-stack engineers and backend developers working in Go-heavy environments benefit most. It is designed for teams requiring strict contract enforcement, reproducible infrastructure, and standardized service-layer boundaries to maintain consistency across complex distributed systems.
What are the prerequisites for using these project scaffolds?▼
Users require a Go development environment, a Protobuf compiler, and a Docker-compatible runtime for observability and integration testing. Projects must adhere to the Forge directory conventions and utilize the provided configuration manifests for environment-specific settings.