Find the perfect skill
PR Creation Compliance
Development
Skill to invoke before creating a PR to ensure compliance with branch naming, changelog, and reviewer assignment.
Datagrok UI Building Guidelines
Development
Guidelines for building Datagrok TypeScript UI components, viewers, dialogs, layouts, and drag-and-drop with best practices for performance and code quality.
Trust & Reliability Animations
Development
Create animations that build user confidence through predictable, controlled movements. Includes timing guidelines, easing curves, and consistency rules for dependable UX.
OHSpec - Requirements Analysis & Specification Design
Development
Multi-agent orchestration system for generating technical RFCs, analyzing requirements, and designing API contracts with strict quality gates and structured deliverables.
Prepare a Pull Request
Development
Collects commits on the current feature branch, generates a PR title and description, and creates the PR against upstream/main.
WebSocket Client Creator
Development
Generates WebSocket client configurations and code. Helps when integrating with real-time APIs, webhooks, or third-party services using WebSocket.
Managing Feature Plans
Development
Create, review, update, and archive feature plan documents. Use for starting a new feature, assessing progress, or marking a plan complete.
Profile Blocking Calls in WebFlux
Development
Identify blocking calls in reactive Spring WebFlux code that cause thread starvation and performance degradation.
Update Pull Request
Development
Update an existing pull request with new changes, sync with base branch, and refresh its description.
Cancelling and debouncing Riverpod requests
Development
Learn to cancel Riverpod async requests with ref.onDispose and debounce rapid refreshes.
PR Creator with Labels and Changelog
Development
Pushes branch, generates PR title from branch prefix and issue number, updates changelog, and creates PR with labels and body from template.
Commit message generation
Development
Generates a commit message from staged changes based on the repository convention. Includes gitmoji, type, and scope selection.