pgoell-claude-tools

A personal Claude Code plugin marketplace with tools for project management, research, and writing.

pgoell-claude-tools

A personal Claude Code plugin marketplace.

Plugins

atlassian

Jira and Confluence skills for the Atlassian suite — search, create, update, and manage work items and pages.

Skills:

  • /pgoell-claude-tools:jira — Search issues, create/update tickets, transition status, add comments, manage sprints
  • /pgoell-claude-tools:confluence — Search pages, read documentation, create/update pages, browse spaces

google-workspace

Gmail and Calendar skills for Google Workspace — powered by the gws CLI.

Skills:

  • /pgoell-claude-tools:gmail — Search, read, send, and manage Gmail messages, drafts, labels, and filters
  • /pgoell-claude-tools:calendar — View agenda, create and manage events, check availability, manage calendars

research

Comprehensive web research with multi-perspective analysis, or optimized prompt generation for external AI tools.

Skills:

  • /pgoell-claude-tools:research — Research intake, refinement, and routing. Orchestrates a multi-agent pipeline (planner, researcher, writer) with independent review gates for quality assurance, or generates optimized prompts for external AI tools (OpenAI, Gemini, Perplexity).

writing

Multi-phase writing pipeline modelled on Katie Parrott's process. Interview, outline, draft, panel review, and finishing passes for blog posts and longer-form prose.

Skills:

  • /pgoell-claude-tools:writing: orchestrates the full pipeline with phase-selectable resume. Ships with a default style guide that any project can override.

Installation

/plugin marketplace add pgoell/pgoell-claude-tools
/plugin install atlassian@pgoell-claude-tools
/plugin install google-workspace@pgoell-claude-tools
/plugin install research@pgoell-claude-tools
/plugin install writing@pgoell-claude-tools

Setup

Atlassian

The plugin supports two authentication paths:

Option 1 — Atlassian CLI (recommended):

brew install atlassian/tap/acli
acli auth login

Option 2 — API token (for curl fallback):

Generate a token at https://id.atlassian.com/manage/api-tokens, then set:

export ATLASSIAN_DOMAIN="your-domain"    # e.g. mycompany (for mycompany.atlassian.net)
export ATLASSIAN_EMAIL="[email protected]"
export ATLASSIAN_API_TOKEN="your-token"

Google Workspace

Install and authenticate the gws CLI:

npm i -g @anthropic-ai/gws
gws auth login -s gmail,calendar

For full setup instructions, see: https://github.com/googleworkspace/cli

Research Plugin

No authentication required. The research plugin uses WebSearch and WebFetch which work out of the box.