Find the perfect skill
BookStore Cheat Sheet
Development
Quick reference for BookStore code conventions and patterns. Use it to quickly look up standard practices for generating UUIDv7 IDs, UTC timestamps, event naming, logging with LoggerMessage, caching with HybridCache, and multi-tenancy. Not intended for step-by-step workflows – those are covered by dedicated scaffold skills.
Brainstorming Into Structured Design
Development
Structured facilitation to clarify, explore, and validate design ideas (new features, algorithms, architecture decisions) before any implementation begins. Use when the user has a vague idea that needs refinement into a concrete plan, or when you need to systematically explore trade-offs without premature coding.
Roborev Code Review
Testing
Run an AI-powered code review on your current changes, a branch, or a specific commit using Roborev. Helps catch issues before merging by providing automated feedback with severity levels and a pass/fail verdict.
Authentication & Authorization Review
Security
Reviews authentication and authorization designs—including JWT, OAuth, RBAC/ABAC—by tracing login flows, token management, route protection, and privilege escalation risks. Helps security engineers audit auth modules for misconfigurations and hardcoded vulnerabilities.
Voice Memos Automation
Productivity
Automates Apple Voice Memos on macOS via JXA with filesystem/SQLite access and UI scripting. Perfect for exporting recordings, accessing the database, or transcribing voice memos.
Blog Post Creator
Content
Creates new blog posts for Xe's site using a hydrate command. Supports multiple post types (blog, linkpost, note, talk, xecast) with auto-fetching of title, description, and date from URLs for linkposts. Handles frontmatter templates and file organization by year and type.
Remove AI-Generated Code Slop
Development
Detects and removes extraneous code patterns commonly introduced by AI assistants, such as redundant comments, overly defensive checks, unnecessary type casts, and verbose error handling. Helps maintain consistency with the existing codebase after AI-generated changes are merged.
Windows Remote Desktop Control
Testing
Controls Windows Remote Desktop sessions for automation, testing, and remote administration. Connect via RDP, take screenshots, simulate mouse clicks and keyboard input, and interact with remote desktops using accessibility trees or OCR as a fallback.
Maintainer Decision Framework
Development
Provides a structured decision framework for maintainers to handle issues and pull requests consistently. Defines criteria for actions like closing, deferring, requesting more information, or prioritizing work. Use when you need to make a recommendation on an issue or PR, particularly before closing or deferring.
Canvas - Visual Collaboration
Documentation
Enables AI-powered visual collaboration using Excalidraw for creating diagrams, flowcharts, and system architectures. Use it to draw, annotate, and collaborate on visual designs, then capture screenshots or export results. Helpful whenever you need to sketch technical concepts or visualize ideas.
XSS Injection and Client-Side Attacks
Security
Executes Cross-Site Scripting (XSS) and client-side injection attacks such as clickjacking. Helps identify and exploit vulnerabilities where malicious scripts can be injected into web pages viewed by other users. Works with Burp Suite, Dalfox, and XSStrike to test reflected, stored, and DOM-based XSS.
Create Reusable Custom Skills
Development
Create reusable command or skill scaffolds tailored to your project's recurring tasks.