By poindexter12
Domain knowledge for infrastructure technologies - Terraform, OpenTofu, Packer, Ansible, Docker, Proxmox
Ansible automation expertise for configuration management and application deployment
Docker and Docker Compose expertise for homelab container infrastructure
HashiCorp Packer expertise for building machine images and templates
Proxmox VE virtualization platform expertise for homelab VM and container management
Terraform infrastructure-as-code expertise for homelab provisioning and management
Ansible automation reference for playbooks, roles, inventory, variables, and modules. Includes Proxmox VE and Docker integration via community.general and community.docker collections. Use when writing playbooks, troubleshooting Ansible runs, or designing automation workflows. Triggers: ansible, playbook, inventory, role, task, handler, vars, jinja2, galaxy, proxmox_kvm, proxmox_lxc, docker_container, docker_compose.
Docker and Docker Compose reference for container deployment, networking, volumes, and orchestration. Includes Proxmox hosting and LXC comparison patterns. Use when working with docker-compose.yaml, Dockerfiles, troubleshooting containers, or planning container architecture. Triggers: docker, compose, container, dockerfile, volume, network, service, lxc.
GitHub Actions CI/CD reference for workflow templates, caching strategies, and automation patterns. Includes homelab integration with self-hosted runners. Use when creating workflows, debugging CI failures, or setting up deployments. Triggers: github actions, ci, cd, workflow, pipeline, runner, artifact.
HashiCorp Packer reference for building machine images and VM templates. Use when working with Packer configurations (.pkr.hcl files), running packer commands, troubleshooting builds, or designing image pipelines. Includes Proxmox builder patterns for homelab environments. Triggers: packer, pkr.hcl, image, template, ami, builder, provisioner, cloud-init.
Proxmox VE virtualization platform reference for VM/LXC management, clustering, storage, and networking. Includes Terraform and Ansible integration patterns. Use when working with Proxmox configurations, CLI commands, troubleshooting VMs/containers, or planning resource allocation. Triggers: proxmox, qemu, kvm, lxc, pve, vm, container, cluster, vzdump, qm, pct.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modular Claude Code plugins organized into workflows and technologies.
Waypoint is a collection of Claude agents, commands, and skills organized into two categories:
Each category is a plugin with its own .claude-plugin/plugin.json manifest.
Install Waypoint as a Claude Code plugin:
# Clone the repository
git clone [email protected]:poindexter12/waypoint.git
# The plugin system will automatically discover and load the plugins
# Just ensure the repository is accessible to Claude Code
Waypoint uses the Claude Code plugin system. Each subdirectory (workflows/, technologies/, claire/) contains a .claude-plugin/plugin.json manifest that defines the available agents, commands, and skills.
Operational tooling that enhances development workflows.
Agents: consultant - Git worktree strategy and organization
Commands: /working-tree:new, /working-tree:status, /working-tree:list, /working-tree:destroy, /working-tree:adopt
Skills: working-tree - Worktree patterns and templates
Domain knowledge for infrastructure tools.
Agents:
terraform - Terraform/IaC patterns and best practicesansible - Ansible playbooks and automationdocker-compose - Docker and container orchestrationproxmox - Proxmox virtualization platformSkills:
terraform - HCL patterns, state management, Proxmox provideransible - Playbooks, inventory, modulesdocker - Dockerfile, Compose, networkingproxmox - VMs, LXC, storage, clusteringTools for creating and optimizing Claude Code components.
Commands: /claire:fetch-docs
Agents: coordinator, author-agent, author-command
Skills: doc-validator
waypoint/
├── .claude-plugin/plugin.json # Root plugin index
├── workflows/ # Operational tooling
│ ├── .claude-plugin/plugin.json
│ ├── agents/consultant.md
│ ├── commands/*.md
│ └── skills/working-tree/
├── technologies/ # Domain knowledge
│ ├── .claude-plugin/plugin.json
│ ├── agents/*.md # terraform, ansible, docker, proxmox
│ └── skills/*/ # Per-technology skills
└── claire/ # Meta-tooling
├── .claude-plugin/plugin.json
├── agents/
├── commands/
└── skills/
The Makefile provides tools for managing plugin manifests and versions.
| Target | Description |
|---|---|
help | Show all available commands (default) |
manifest | Update plugin.json files from directory contents |
version V=x.y.z | Bump version in all plugin.json files |
changelog-preview | Show commits since last version tag |
clean | Remove build artifacts |
# Update all plugin.json manifests from directory contents
make manifest
# Bump all versions to 1.2.0
make version V=1.2.0
# Preview unreleased changes for changelog
make changelog-preview
Add a new workflow agent/command:
workflows/agents/workflows/commands/workflows/skills/Add a new technology:
technologies/agents/my-tech.mdtechnologies/skills/my-tech/SKILL.mdtechnologies/skills/my-tech/references/Then run make manifest to update plugin.json files.
Each plugin category follows this pattern:
plugin-category/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest (auto-updated by make manifest)
├── agents/
│ └── *.md # Agent definitions
├── commands/
│ └── *.md # Command definitions (workflows only)
└── skills/
└── skill-name/ # Skill directories
├── SKILL.md # Required: skill definition
├── REFERENCE.md # Optional: detailed documentation
└── references/ # Optional: additional docs
Slash Command Files (commands/*.md) use YAML frontmatter with these allowed fields:
npx claudepluginhub poindexter12/waypointOperational tooling for development workflows - git worktree management, GitHub issues backlog
Claude Code component authoring system - agents for creating and optimizing agents, commands, and skills
Git workflow commands and the Will Haacket agent - a modern take on GitHub Flow aliases
Infrastructure management discipline: Ansible automation, container orchestration, Proxmox virtualization, Unraid NAS, and network architecture
Enhances web_search Skill by researching best practices and deploying infrastructure automatically
Set of DevOps skills for Claude Code.
Editorial "DevOps & Cloud" bundle for Claude Code from Antigravity Awesome Skills.
Infrastructure as Code and DevOps tools. Includes 0 agents and 15 skills for OpenTofu, Ansible, Hetzner, DigitalOcean, Cloudflare, 1Password CLI, cloud-init, and devops-plan.
Deployment engineering with Terraform and infrastructure as code