By poindexter12
Operational tooling for development workflows - git worktree management, GitHub issues backlog
Generate `.ai-context.json` and `README.working-tree.md` for existing worktree lacking metadata.
Safely remove a git worktree and its metadata (preserves branch)
List all git worktrees with their associated .ai-context metadata
Create a new git worktree with branch and .ai-context.json metadata
Show metadata for the current git worktree from .ai-context.json
Expert consultant for git worktree strategy, organization, migration, and troubleshooting. Provides guidance for complex worktree workflows.
Catalog of error patterns for the Working Tree Consultant agent. Load this reference when encountering errors or edge cases during consultation.
Interactive GitHub Issues management using gh CLI. Lists backlog, creates issues from templates, triages with labels, manages lifecycle (open/close/link), creates PRs with automatic issue linking. Integrates with gh-issue-templates, gh-issue-triage, and gh-issue-lifecycle skills.
GitHub issue state machine and code integration patterns. Covers state transitions (needs-triage → accepted → in-progress → completed), branch naming (feat/123-desc), PR linking (Closes
Standardized GitHub issue templates for bugs, features, and tasks. Provides title formats, body structure, and required sections. Use when creating issues to ensure consistency. Includes copy-paste templates in templates/ directory.
Label taxonomy and triage workflow for GitHub issues. Defines type labels (bug/feature/enhancement/docs/chore), priority levels (critical/high/medium/low), status labels, and triage decision workflow. Use when categorizing and prioritizing issues.
Git worktree patterns, best practices, templates, and quick reference. Use when user asks about "worktree best practices", "worktree patterns", "git worktree help", "worktree template", "worktree mode semantics", "what are worktree modes", "explain worktree metadata", or needs guidance on worktree organization and workflows.
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/waypointClaude Code component authoring system - agents for creating and optimizing agents, commands, and skills
Domain knowledge for infrastructure technologies - Terraform, OpenTofu, Packer, Ansible, Docker, Proxmox
Git workflow commands and the Will Haacket agent - a modern take on GitHub Flow aliases
Git worktree management for parallel development workflows
Manage isolated git worktree workspaces for multi-repo development
Git worktree management expert for @desplega.ai/wts
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.