Find the perfect skill
Git Commit Guidelines
Development
Git commit guidelines adhering to Conventional Commits with allowed types (feat, fix, refactor, etc.) and `<type>: <lowercase imperative description>` format. Helps structure commit messages, review staged and unstaged changes for logical splitting into separate commits, and decide between creating a new commit or amending the previous one.
PRS-Net Deep Learning Agent for Polygenic Risk Score Prediction
Data & AI
Geometric deep learning agent for polygenic risk score prediction with gene-gene interaction modeling and improved cross-ancestry portability using network integration.
UI MCP - Frictionless UI Framework
Development
Provides commands to interact with a UI server for building and running Lua-based UIs. Use it to display apps, execute Lua code, handle events, and manage checkpoints. Helps when developing or debugging interactive UI frameworks with a widget-based architecture.
Create a Codeup Action
Development
Create a new Codeup action with custom filter and apply steps. Generate structured action files with built-in utilities for file operations and transformations.
Pushover - Phone Notifications
Communication & Writing
Send push notifications to your phone via Pushover. Get instant alerts for important events, task completions, or custom triggers right on your device.
Start Work on ClickUp Ticket
Productivity
Use the "workon" command with a ticket ID to create or checkout a branch for a ClickUp ticket. After the branch is ready, it automatically retrieves ticket context (title, description, acceptance criteria) to help you understand the task. Helpful when starting work on a new ClickUp ticket.
Windsurf Rate Limiting
DevOps
Implement rate limiting, exponential backoff, and idempotency patterns for Windsurf. Handle 429 errors and optimize API request throughput.
Interactive Sales Training
Productivity
Practice selling through interactive role-play simulations and knowledge quizzes grounded in your actual GTM content. Helps you prepare for real sales conversations by training against buyer personas, objection handling, and competitive positioning.
Sync Multilingual README Files
Documentation
Synchronizes English (README.md) and Chinese (README_ZH.md) documentation by translating new or changed sections between the two files. Preserves code blocks, formatting, and technical term consistency. Useful for maintaining bilingual documentation in multi-language projects.
Solana Program Development
Development
Guides AI assistants in writing, testing, and deploying Solana programs using native Rust or the Anchor framework. It helps with account validation, PDAs, CPIs, and testing with tools like LiteSVM, bankrun, or Mollusk.
PDF Tools
Documentation
Search and extract content from PDF files without loading entire documents. Use pdfgrep for text searches and pdftotext to extract specific pages, page count, or metadata. Helps when you need to find information in large PDFs or extract relevant sections without reading the whole file.
Feature documentation generation
Documentation
Generates or updates documentation for the current feature, linking it to related documents and ensuring the main README is up to date. Helps maintain consistent, well-connected project documentation when adding new features.