A collection of tools, plugins, and utilities I've created or contributed to.
./follow.sh// GitHub @Piotr1215
# AI Pair Programming in Neovim
{ 'Piotr1215/pairup.nvim' }# Pop_OS! dotfiles with install script. Complete development environment setup with Neovim, Tmux, and essential CLI tools.
# MCP implementation of an agentic framework
npm install @piotr1215/mcp-agentic-framework# GoAI is a Go library and command line for interacting with OpenAI API
go install github.com/Piotr1215/aicmdtools@latest# A control plane framework for platform engineering. Build custom control planes to manage cloud native software with custom Kubernetes APIs and abstractions - without writing controllers. Unlocks the power of Kubernetes custom resources with a rich ecosystem of extensions.
# vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
# Lasting documents from the OpenGitOps project which are versioned and released together, including the GitOps Principles and Glossary. Defining standards and best practices for GitOps.
# Type safe K8s middleware for humans. A Kubernetes controller framework that simplifies building admission controllers, operators, and other K8s automation with TypeScript.
# Documentation for vCluster - virtual Kubernetes clusters
# Source for my homepage cloudrumble.net. Docs, blogs, tips & tricks.
# Beam nvim text operations on text objects anywhere in your file.
{ 'Piotr1215/beam.nvim' }# Neovim plugin for presenterm
{ 'Piotr1215/presenterm.nvim' }# kubectl with plugins and auto-completion
docker run -it --rm piotrzan/kubectl-comp# Automated CV generation pipeline that creates multiple psychologically-optimized CV variants from YAML data. Uses LaTeX, GitHub Actions, and color psychology research.
git clone https://github.com/Piotr1215/cv-pipeline-template.git# Containerized distributed development environment with incus. Quickly spin up isolated development environments with full Linux distributions.
curl -fsSL https://pkgs.zabbly.com/get/incus-stable | sh# Simple MCP server for interacting with local obsidian notes
npm install @piotr1215/mcp-obsidian# Simulate typing in real time without paste, or pausing on paragraph or lines
{ 'Piotr1215/typeit.nvim' }# Helper CLI for creating killercoda scenarios
go install github.com/Piotr1215/killercoda-cli@latest# Collection of useful command line snippets for everyday tasks. Use with the pet CLI tool for quick access to frequently used commands.
git clone https://github.com/Piotr1215/pet-snippets.git# vCluster YAML MCP server
npm install -g vcluster-yaml-mcp-server