
from ordinary-claude-skills234
Implementation guide for PayPal Checkout, subscriptions, IPN/webhook handling, and refund workflows for server and client integrations.
This skill provides a practical, implementation-focused guide for integrating PayPal into web applications. It covers client-side Smart Payment Buttons, server-side REST API order creation and capture, IPN/webhook verification and processing, recurring subscription management, payouts, and refund flows. The skill bundles code examples, verification patterns, and testing guidance to reduce common integration errors.
Use this skill when you need to add PayPal as a payment option, implement express checkout, set up subscriptions or recurring billing, process refunds, or handle asynchronous payment notifications. It’s suitable for marketplaces, SaaS subscriptions, and e-commerce checkouts that require robust verification and idempotent processing.
Agents that can read and suggest code changes (Code-capable assistants like Codex, Copilot-style, or Claude Code) and those that can review integration flows will be most useful here.
This skill has not been reviewed by our automated audit pipeline yet.
Bats Testing Patterns
Practical patterns and examples for writing maintainable unit tests for shell scripts using Bats (Bash Automated Testing System).
Bats Testing Patterns
Guidance and patterns for writing production-grade shell tests using Bats (Bash Automated Testing System) for CI/CD and TDD workflows.
MatchMS
Python library for mass spectrometry data processing: import/export mzML/MGF/MSP, filter and harmonize metadata, compute spectral similarity (cosine & modified
Bats Testing Patterns
Guidance and patterns for writing production-grade shell tests using Bats (Bash Automated Testing System) — fixtures, assertions, setup/teardown, and CI integra
Writing Hookify Rules
Guidelines and examples for authoring Hookify rule files (.claude/hookify.*.local.md) that detect patterns (bash, file, prompt, stop) and surface warnings or bl
AgentDB Performance Optimization
Practical techniques to speed up and shrink AgentDB vector stores: quantization, HNSW indexing, caching, batch ops, and tuning recipes for different scales.
Clojure REPL Development
Guides REPL-driven Clojure/ClojureScript development: small-function workflow, testing in REPL, and conventions for safe refactoring and editing.