Find the perfect skill
Upgrade Next.js
Development
Upgrade Next.js to the latest version following official migration guides and codemods.
Survey Data Processor
Data & AI
Processes survey data including point cloud processing, DTM/TIN generation, coordinate transformation, traverse and level loop adjustment, GNSS data processing, contour generation, and feature extraction. Use it when working with survey data to create terrain models, transform coordinates, or adjust measurements.
Git Undo
Development
Unstages the last commit while preserving changes in the staging area. Useful for correcting commit messages or adding omitted files before recommitting.
High-quality Git commits
Development
Automate the process of creating meaningful Git commits: gather context, run specialized agents on changed files, and split changes into logical commits.
GitHub Issue Labeler
Development
Analyze unlabeled GitHub issues and generate label recommendations. Review suggestions in a UI, then submit approved labels in batch via gh CLI. Helps triage large volumes of issues consistently without manual reading.
Tmux Debug
Development
Captures screen content from tmux panes to debug terminal sessions, monitor background processes, or inspect command output. Helps when you need to see what is running in another tmux pane without switching to it. Useful for examining scrollback history or checking on long-running processes.
GitHub Actions Workflows
DevOps
Skill for writing and modifying GitHub Actions workflows, covering CI/CD, triggers, jobs, matrix builds, caching, artifacts, and reusable workflows.
Extracting Memory Artifacts with Rekall
Security
Use Rekall to analyze memory dumps for signs of compromise including process injection, hidden processes, and suspicious network connections.
HiGHS - High Performance Mathematical Optimization
Data & AI
Provides comprehensive assistance with HiGHS, an open-source solver for linear, mixed-integer, and quadratic programming. Helps users set up, modify, and solve optimization models programmatically in Python, C++, Julia, and other languages. Useful for production-level optimization tasks requiring high performance and parallel solvers.
Secure PyPI Publishing Workflow
DevOps
Complete interactive workflow for publishing Python packages to PyPI using GitHub Actions with Trusted Publishers. Includes versioning, validation, and automatic workflow generation.
Flashcards Generator
Content
Generates educational flashcards based on Bloom's Taxonomy, with difficulty ratings, detailed explanations, and practice hints.
QA Testing & Bug Fixing
Testing
Systematically QA test a web application, iteratively fix bugs atomically with re-verification. Three tiers: Quick, Standard, Exhaustive.