Skip to content

KubeRocketCI/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KubeRocketCI Claude Code Plugins

Claude Code Plugins Version check License

AI agents for the software development lifecycle on KubeRocketCI — plan, build, ship, test, document.

What this gets you

One team of agents, idea to shipped — a plugin owns every stage:

flowchart LR
  brief["Brief · PRD<br/>product"] --> req["Requirements<br/>ba"]
  req --> story["Epic · Story<br/>product"]
  story --> arch["Architecture<br/>architect"]
  arch --> code["Code<br/>godev · fullstack"]
  code --> cicd["CI/CD<br/>devops"]
  cicd --> test["Test<br/>qa"]
  test --> gtm["Docs · GTM<br/>docs · product"]
Loading

krci-general (commit, code review) and krci-help (advisor) assist at every stage.

What you can do

  • Plan a feature across repos → krci-architect
  • Ship a Go operator or CRD → krci-godev
  • Build a portal screen (React/tRPC) → krci-fullstack
  • Onboard a Tekton pipeline or GitLab CI → krci-devops
  • Write PRDs, epics, stories, go-to-market → krci-product
  • Gather requirements & business rules → krci-ba
  • Plan & run tests, report defects → krci-qa
  • Review docs & slides, script & build overview videos → krci-docs
  • Generate commits & review code → krci-general

Installation

claude plugin marketplace add KubeRocketCI/claude-plugins
claude plugin install krci-help krci-architect krci-fullstack krci-godev krci-devops krci-general krci-ba krci-product krci-qa krci-docs

Plugins

Plugin Scope Domain
krci-help KRCI Ecosystem guide, SDLC map
krci-triage KRCI Testbed setup, workspace bootstrap, Jira-driven fix on a real cluster
krci-architect KRCI Cross-repo feature planning, design validation
krci-godev KRCI Go, Kubernetes operators, CRDs, controller reconciliation
krci-fullstack KRCI React/TypeScript/Radix/tRPC portal development
krci-devops KRCI Tekton pipeline/task/trigger + GitLab CI components
krci-docs KRCI Doc/presentation review, overview video production, platform RELEASES.md (Microsoft Writing Style Guide)
krci-general agnostic Commit messages, code review (any language)
krci-ba agnostic Requirements, processes, business rules, user journeys
krci-product agnostic PRDs, epics, stories, charters, go-to-market
krci-qa agnostic Test plans, test cases, execution, defects, Gherkin

Where do I start?

Run /krci-help:help for the full map of every agent, command, and skill — or ask the advisor agent which plugin fits your task. That map lives inside the plugin, so it never goes stale here.

Contributing

Every PR that touches plugins/<name>/ must bump the version in that plugin's .claude-plugin/plugin.json (semver: PATCH = fixes, MINOR = new/changed behavior, MAJOR = breaking). CI blocks the merge otherwise. See CLAUDE.md for conventions.

License

Apache-2.0