Radius
Official@radius-project · United States of America
Cloud-native application platform
Agent Skills by Radius
Showing 11 vetted skills indexed across 1 GitHub repositories.
radius-author-doc
Creates new contributing docs in the standard Purpose through Troubleshooting format grounded in verified code references.
radius-code-review
Reviews GitHub pull requests in the Radius repository and produces line-accurate feedback.
radius-contributing-docs-updater
Audits contributor documentation for gaps and staleness and routes fixes to authoring skills.
radius-architecture-documenter
Generates code-grounded architecture documentation and Mermaid diagrams for Go codebases.
radius-markdown-lint
Lint and fix Markdown files using markdownlint-cli2 and markdown-table-formatter.
radius-update-doc
Patches existing contributor docs that drifted from changed code with minimal targeted edits.
architecture-documenter
Document application architectures and generate Mermaid diagrams from source code.
radius-install-custom
Install Radius control plane on Kubernetes using custom-built images.
radius-build-cli
Builds the Radius CLI binary from source using Makefile targets with optional debug and version injection.
radius-build-images
Build and push Radius container images from source to a registry.
contributing-docs-updater
Updates CONTRIBUTING.md and related docs for repository workflow accuracy and consistency.
Frequently Asked Questions About Radius
FAQPage SchemaWhat specific tasks does Radius enable for infrastructure engineers?▼
Radius enables engineers to deploy custom control planes on Kubernetes, compile binaries from source, and generate visual architecture diagrams. It facilitates the management of containerized environments by providing mechanisms to build, push, and document application structures directly from source code repositories.
What are the prerequisites for installing the Radius control plane?▼
Installation requires an existing Kubernetes cluster and the ability to manage container images. Users must be capable of executing build targets to generate custom images, which are then deployed to the cluster to establish the control plane environment.
How is the Radius binary generated from source?▼
The binary is generated using provided Makefile targets within the repository. This process supports version injection and debug configurations, allowing developers to compile the executable locally before pushing the resulting container images to a designated registry.