radius
Build, install, review, and document the Radius cloud platform
All Skills in This Repository (11)
Pure Emerald Level Indicatorsarchitecture-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.
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.
Frequently Asked Questions
FAQPage SchemaHow to install Radius skills?โผ
Run `npx skills add radius-project/radius --all -g -y` in your terminal to install all skills in this suite globally.
What is the Radius platform?โผ
Radius is an open-source CNCF platform that models an entire cloud application, including its infrastructure, as one definition deployable to Kubernetes, Azure, and AWS.
How to build the rad CLI from source?โผ
The radius-build-cli skill walks your agent through verifying prerequisites and running `make build-rad`, producing a verified binary for your platform.
Can AI review Radius pull requests?โผ
Yes. The radius-code-review skill fetches the latest PR head, checks the diff against project conventions, and produces line-accurate review comments.
Do these skills work with Claude Code and Copilot?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, GitHub Copilot, Cursor, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core