Find the perfect skill
SwiftUI View Generator
Development
Generates SwiftUI views with proper state management using @State, @Binding, @ObservedObject, @StateObject, and @EnvironmentObject. Creates reusable components, view models, and supports macOS-specific patterns like NavigationSplitView and toolbars. Helpful for quickly scaffolding SwiftUI screens, lists, forms, and settings panels.
Workflow Automation
Development
Workflow automation for durable execution using n8n, Temporal, Inngest. Covers sequential, parallel, and orchestrator-worker patterns.
Mindfulness Meditation Guide
Education & Training
Build a meditation practice with guided sessions, progress tracking, and personalized recommendations. Start from beginner and progress at your own pace.
Feature Wrap-Up with Pull Request
DevOps
Finalizes feature development by squashing commits, generating PR description, and creating pull request after test validation.
Git Sync with Rebase
Development
Syncs your local branch with the remote repository by fetching changes and using `git pull --rebase`. This avoids merge commits and keeps a linear history. Helpful when you want to integrate upstream changes before pushing your own work.
Release Management
Development
Automates the release process: determines release type (patch, minor, major), updates version in package.json, adds changelog entries, and checks for pending database migrations. Helps streamline creating new versions and ensuring consistency across releases.
Research Missing AS Entry
Data & AI
Investigates BGP announcements, prefix ownership, and AS paths to identify the organization and country for an AS missing from overlay.json. It helps when an AS has active BGP prefixes but no published metadata, enabling accurate network attribution.
Regularly Patch RDS Database Systems
Security
Ensure that Amazon RDS database instances are regularly updated and patched to address security vulnerabilities and maintain system integrity.
Database Operations
Development
Manages PostgreSQL database via Prisma for a backend project. Runs actions like migrations, seeding, reset, Prisma Studio, schema inspection, client generation, and status checks. Use when you need to modify or inspect the database, such as applying new migrations or seeding test data.
Multiplayer Game Development
Development
Multiplayer game development principles covering architecture selection (dedicated server, P2P, host-based), synchronization techniques (state sync, input sync, lag compensation), network optimization, security, and matchmaking. Helps developers design and implement robust multiplayer systems with low latency and strong server authority.
Complete GitHub Integration
Development
This skill provides complete GitHub API integration for managing repositories, issues, pull requests, Actions workflows, and security alerts. It helps automate Git workflows directly from the AI coding assistant. Use it when you need to interact with GitHub programmatically without switching contexts.
File Manager
Productivity
Comprehensive tool for managing files and directories: create, read, write, delete, move, copy and search files.