Find the perfect skill
Code Review
Development
Perform a comprehensive code review of changes on the current branch compared to main, covering best practices, tests, architecture, and more for a Python + SvelteKit project.
Find Text in Markdown Files
Development
Searches for a phrase across all Markdown files in the project with case-insensitive matching. Displays the filename and a snippet of the matching line, or informs the user if no matches are found.
Move documentation with git history
Documentation
Automates moving documentation files with git history preservation, automatic alias injection, verification, and internal link updates.
Software Localization
Development
Creates or updates software localizations by auto-detecting the project's framework (React, Vue, iOS, Android, etc.) and using a dual-translation approach with verification. Best when adding a new language to an existing project or translating i18n/l10n files.
Building Cloud SIEM with Sentinel
Security
Deploy Microsoft Sentinel as a cloud-native SIEM/SOAR. Configure multi-cloud data connectors, write KQL queries, automate response with Logic Apps, and perform petabyte-scale threat hunting.
Automated Deployment
DevOps
Automates application deployment to specified environments (production, staging, QA) with pre-checks including Git status, correct branch, tests, and environment variables. Supports multiple project types (FastAPI on VPS, Next.js on Vercel, Docker, AWS Lambda) and includes automatic rollback on failure.
Juicebox Incident Response Runbook
DevOps
Standardized procedures for managing Juicebox production incidents. Includes quick diagnostics, triage decision tree, and incident response procedures by type.
Automated Commit and Push
Development
Automates the commit and push workflow: runs tests only when source code changed, analyzes the diff to generate a concise commit message, then commits and pushes. Ideal for developers who want a streamlined process to quickly save and share code changes with minimal manual steps.
Context Management Expert
Data & AI
Expert in dynamic context management, vector databases, knowledge graphs, and intelligent memory systems for AI workflows.
Finding Arbitrage Opportunities
Finance & Accounting
Detects and analyzes real-time arbitrage opportunities across centralized exchanges (CEX), decentralized exchanges (DEX), and cross-chain markets. Allows scanning for price spreads, comparing multi-exchange prices, discovering triangular arbitrage paths, and monitoring continuously with alerts. Helps identify profitable trades after accounting for fees and costs.
Create Feature Branch
DevOps
Creates a properly named feature branch from the development branch with remote tracking, following the naming convention 'feature/issue-<number>-<short-description>'. Validates inputs, syncs with remote development, and pushes the new branch with upstream tracking. Best used at the start of a new feature implementation or when picking up a GitHub issue.
Codebase Context Priming
Productivity
Quickly loads codebase context by examining repository structure, README, and AI documentation. Use this skill when starting work on a new project or to refresh your understanding of a project's organization and purpose.