Pip Skills
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)
- Open Claude.ai in your browser
- Go to Settings → Plugins
- Click Browse marketplace
- Search for Puritan, Tribunal, email-absolution, or django-inquisition
- Click Install
- 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
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git