Creatium Service Onboarding Skill

Automate application onboarding onto Creatium Kubernetes infrastructure with generated manifests and workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ProfJim-Inc/infra --skill creatium-service-onboarding-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Creatium Service Onboarding Skill
Source: https://github.com/ProfJim-Inc/infra/tree/main/.claude/skills/creatium-onboard
Command: npx skills add https://github.com/ProfJim-Inc/infra --skill creatium-service-onboarding-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex process of onboarding new applications onto the Creatium Kubernetes infrastructure, ensuring compatibility and generating all necessary deployment artifacts.

Core Features & Use Cases

  • Automated Infrastructure Generation: Creates Kubernetes manifests, ArgoCD applications, Prometheus rules, and Alertmanager configurations tailored to the Creatium stack.
  • Compatibility Auditing: Assesses target repositories against Creatium's requirements for logging, tracing, and configuration.
  • CI/CD Integration: Generates GitHub Actions workflows for seamless GitOps deployment.
  • Use Case: An SRE engineer needs to deploy a new microservice. They provide the application's repository URL, and this Skill generates all the necessary files in the ProfJim-Inc/infra repository to deploy, monitor, and alert on the new service.

Quick Start

Use the creatium-onboard skill to onboard the repository at 'https://github.com/example-org/my-new-app'.

Frequently Asked Questions about Creatium Service Onboarding Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Kubernetes onboarding for a new microservice using GitOps?

Automate Kubernetes onboarding by providing a repository URL to generate Kubernetes manifests, ArgoCD applications, Prometheus rules, and Alertmanager configurations. This automates compatibility auditing and creates GitHub Actions workflows for seamless GitOps deployment within the Creatium infrastructure.

What do I need to deploy a microservice to Creatium Kubernetes infrastructure?

To deploy to Creatium Kubernetes, you need the target application's repository URL. The Skill audits the repository against Creatium's requirements for logging, tracing, and configuration, then generates all necessary deployment artifacts in the ProfJim-Inc/infra repository.

Does this onboarding process generate CI/CD workflows for ArgoCD?

Yes, the onboarding process generates CI/CD workflows and ArgoCD applications. It creates GitHub Actions workflows for seamless GitOps deployment alongside Kubernetes manifests, Prometheus rules, and Alertmanager configurations tailored to the Creatium stack.

What is compatibility auditing for Kubernetes service onboarding?

Compatibility auditing for Kubernetes service onboarding assesses target repositories against Creatium's requirements for logging, tracing, and configuration. It ensures new applications meet infrastructure standards before generating deployment artifacts.

Can I use this to generate Prometheus rules and Alertmanager configurations?

Yes, you can generate Prometheus rules and Alertmanager configurations. The Skill creates these monitoring and alerting artifacts alongside Kubernetes manifests and ArgoCD applications, ensuring new services are fully observable within the Creatium infrastructure.

What's the best way to manage SRE service deployment in a standardized GitOps environment?

The best way to manage SRE service deployment in a GitOps environment is automating artifact generation. The Skill generates Kubernetes manifests, ArgoCD applications, and CI/CD workflows from a repository URL, standardizing deployment for platform engineers.