Skip to main content
~/projects
$cat PROJECTS.md

A collection of tools, plugins, and utilities I've created or contributed to.

./follow.sh// GitHub @Piotr1215

$ls --all
~/projects/cloud-rumble
$Cloud Rumble54

# Source for my homepage cloudrumble.net. Docs, blogs, tips & tricks.

--documentation--blog--docusaurus
~/projects/beam.nvim
$beam.nvim38

# Beam nvim text operations on text objects anywhere in your file.

--neovim--plugin--productivity
${ 'Piotr1215/beam.nvim' }
~/projects/presenterm.nvim
$presenterm.nvim29

# Neovim plugin for presenterm

--neovim--plugin--presentations
${ 'Piotr1215/presenterm.nvim' }
~/projects/kubectl-container
$kubectl-container16

# kubectl with plugins and auto-completion

--kubernetes--docker--cli
$docker run -it --rm piotrzan/kubectl-comp
~/projects/cv-pipeline-template
$cv-pipeline-template14

# Automated CV generation pipeline that creates multiple psychologically-optimized CV variants from YAML data. Uses LaTeX, GitHub Actions, and color psychology research.

--automation--latex--github-actions--ci/cd
$git clone https://github.com/Piotr1215/cv-pipeline-template.git
~/projects/incus-dev-env
$incus-dev-env10

# Containerized distributed development environment with incus. Quickly spin up isolated development environments with full Linux distributions.

--incus--development--containers
$curl -fsSL https://pkgs.zabbly.com/get/incus-stable | sh
~/projects/mcp-obsidian
$mcp-obsidian7

# Simple MCP server for interacting with local obsidian notes

--mcp--obsidian--notes
$npm install @piotr1215/mcp-obsidian
~/projects/typeit.nvim
$typeit.nvim7

# Simulate typing in real time without paste, or pausing on paragraph or lines

--neovim--plugin--presentations
${ 'Piotr1215/typeit.nvim' }
~/projects/killercoda-cli
$killercoda-cli6

# Helper CLI for creating killercoda scenarios

--cli--killercoda--education
$go install github.com/Piotr1215/killercoda-cli@latest
~/projects/pet-snippets
$pet-snippets4

# Collection of useful command line snippets for everyday tasks. Use with the pet CLI tool for quick access to frequently used commands.

--cli--snippets--productivity
$git clone https://github.com/Piotr1215/pet-snippets.git
~/projects/vcluster-yaml-mcp
$vcluster-yaml-mcp0

# vCluster YAML MCP server

--mcp--vcluster--yaml
$npm install -g vcluster-yaml-mcp-server