Find the perfect skill
Multi-Tenancy Models
Development
Use when choosing multi-tenant architecture patterns. Covers Pool (shared), Silo (isolated), and Bridge (hybrid) models with decision frameworks for isolation, cost, and scale trade-offs.
Create a pull request for the current branch
Development
Creates a pull request for the current branch by analyzing git history, generating a conventional commit title, and using the repo's PR template.
Create Pull Requests from Git Branch
Development
Create a branch, make atomic commits, push and open a pull request with a concise, why-focused body. Uses conventional commit and branch naming for clear PRs.
Create high-quality Git commits
Development
This skill analyzes changes, runs review agents, and creates logical, well-written Git commits following project conventions.
Ask the Oracle
Development
Submit complex code questions to OpenAI GPT-5 Pro for deep analysis when you have 20 minutes. Use for architectural analysis, comprehensive code review, and debugging complex issues.
VR/AR Development
Development
VR/AR development principles: comfort, performance, interaction, and spatial design. Essential guide for creating immersive experiences.
Create PR Workflow
Development
Steps to create a pull request: branch, build, tests, commit, push, and URL report.
Add a UI locale to the webview
Development
Walkthrough to add a new language/locale to the Claude Code webview i18n system.
Logging API Requests
Development
Implement structured API request logging with correlation IDs, performance timing, security audit trails, and PII redaction for ELK, Loki, or CloudWatch.
Async Python Patterns
Development
Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for high-performance, non-blocking systems.
BambooHR Install & Auth
Development
Install and configure BambooHR API authentication with HTTP Basic Auth. Use when setting up a new BambooHR integration, configuring API keys, or initializing BambooHR REST API access.
Frontend CSS Patterns
Development
Framework-agnostic CSS patterns for typography, color, motion, and spatial composition.