Request a Skill Template
Don’t want to build from scratch? You can request a new Skill Template (CodeBundle) from the community. If it doesn’t exist yet, file a request and the CodeBundle Farm can bootstrap a working starting point.
File a request
The preferred way is through the registry.runwhen.com UI — look for the Request option. This routes to the same issue tracker but keeps the workflow in the registry experience.
All requests are tracked on the codecollection-registry issues page.
The request form asks for:
- Cloud platform(s) the Skill Template should support (e.g. Kubernetes on Azure, AWS, GCP)
- Key Tools (Runbooks / Monitors) it should perform — 3-7 concrete automation tasks with the issues they should raise when unhealthy
- Additional context — any specific circumstances or dependencies
The bootstrap pipeline
When a request is filed, the following flow can kick in:
- Issue filed — the
codebundle-wantedissue lands on the registry repo - CodeBundle Farm picks it up — the CodeBundle Farm Creator agent reads the issue and plans the Skill Template structure
- Agent bootstraps the codebundle — using
codecollection-devtools
- coding agents (Cursor, Claude), the farm generates the
.robotfiles, generation rules, and Jinja templates
- coding agents (Cursor, Claude), the farm generates the
- PR opened — a pull request is opened against the appropriate codecollection repo
- Human review — the PR is reviewed, tested with devtools, and merged
Browse what exists
Before filing, check the registry — the Skill Template you need may already exist.