Pip Skills banner
ppryde ppryde

Pip Skills

Git community

Description

A personal collection of Claude Code skills for serious engineering work — from PR review to architectural auditing. Built for my own workflows, shared because they might help yours.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

pip-skills

A personal collection of Claude Code skills for serious engineering work — from PR review to architectural auditing. Built for real workflows, shared because they might help yours.

What's in here

Four plugins, each with a distinct purpose:

Plugin Purpose
**Puritan** Architectural doctrine enforcement — plan patterns, audit code, author rules
**Tribunal** PR review workflow — fetch, triage, validate, action, and resolve GitHub PR comments
**email-absolution** HTML email auditing and generation — doctrines, visitation, and absolution
**django-inquisition** Django ORM performance auditor — ~70 heuristics, tier-grouped findings, signal-aware

Installing

Marketplace Installation (Recommended)

  1. Open Claude.ai in your browser
  2. Go to SettingsPlugins
  3. Click Browse marketplace
  4. Search for Puritan, Tribunal, email-absolution, or django-inquisition
  5. Click Install
  6. The skills are now available in your chat

Claude Code CLI Installation

You can also install via Claude Code's plugin commands. From within a Claude Code session:

/plugin marketplace add ppryde/pip-skills
/plugin install puritan@ppryde/pip-skills
/plugin install tribunal@ppryde/pip-skills
/plugin install email-absolution@ppryde/pip-skills
/plugin install django-inquisition@ppryde/pip-skills

Or from the terminal CLI:

# Install all plugins
claude plugin install puritan@ppryde/pip-skills
claude plugin install tribunal@ppryde/pip-skills
claude plugin install email-absolution@ppryde/pip-skills
claude plugin install django-inquisition@ppryde/pip-skills

After installing, the skills are available as slas