oda-canvas
Kubernetes operator development, Helm charts, and BDD testing
All Skills in This Repository (7)
Pure Emerald Level Indicatorsgithub-actions-debugging
Diagnose GitHub Actions CI/CD workflow failures in the ODA Canvas project.
canvas-ops-tutorial
Guide users through ODA Canvas operations on Kubernetes with interactive menus and kubectl commands.
helm-chart-development
Create Helm umbrella charts with standardized templates and versioning for ODA Canvas.
write-bdd-feature
Draft BDD feature files and step definitions using Gherkin and Cucumber.js conventions.
canvas-usecase-documentation
Standardize ODA Canvas documentation across Markdown, PlantUML, and Helm-chart docs.
skill-creator
Automate the lifecycle of creating, testing, and refining Claude skills.
create-oda-operator
Automate Kubernetes operator creation for ODA Canvas with Python KOPF.
Frequently Asked Questions
FAQPage SchemaHow to install ODA Canvas skills?โผ
Run `npx skills add tmforum-oda/oda-canvas --all -g -y` in your terminal to install all skills in this collection globally.
How to build a Kubernetes operator with KOPF?โผ
The create-oda-operator skill provides ready-made handler patterns, error handling, status updates, and Helm chart templates based on the Python KOPF framework used across this project.
How to write BDD tests for ODA Canvas?โผ
The write-bdd-feature skill gives you Gherkin naming conventions, reusable step definitions, and utility libraries so new test scenarios match the existing test kit exactly.
Can beginners explore ODA Canvas without deep Kubernetes knowledge?โผ
Yes. The canvas-ops-tutorial skill offers an interactive, menu-driven walkthrough that explains every command output and CRD schema in plain language as you explore a live cluster.
Do these skills work with Claude Code and other agents?โผ
Yes. All skills follow the standard SKILL.md format and work in Claude Code, Cursor, Codex, and other compatible coding 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