Find the perfect skill
Writing Agent Skills
Development
Author or update compact agent skills under skills/<name>/SKILL.md. Use when asked to write, add, or change a skill; not for auditing a skill library.
EmbodiChain PR Adapter
Development
Claude adapter for the EmbodiChain PR skill: drafting pull requests, filling the GitHub template, and selecting labels.
Add Story to Backlog
Development
Add a new user story to the Backlog table in ProductSpecification/stories.md. Includes duplicate check and quality gate for tech stories and part-stories.
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.