Find the perfect skill
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.
Jerusalem Train Voucher
Productivity
Generates a direct deep-link URL to the Israel Railways voucher booking page for Jerusalem line trains.
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.
AWS Infrastructure Verification
DevOps
Use this skill to verify AWS infrastructure configuration before deploying code that depends on AWS services. It helps validate VPC endpoints, NAT Gateway capacity, and security groups, particularly when investigating Lambda connection timeouts or deterministic failure patterns where the first operations succeed and later ones fail.
Stripe Billing Operations
Finance & Accounting
Manages Stripe payments and billing with progressive disclosure, saving 90%+ context. Includes customers, subscriptions, invoices, payments, and products.
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.
Closure Check
Development
Gate whether a working set of atoms/clusters is closed under dependency edges (OPEN lists crossings). Use after organize-work.
QA test and fix bugs
Testing
Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code with atomic commits.
DDD Tactical Patterns
Development
Use DDD tactical patterns to structure code with entities, value objects, aggregates, repositories, and domain events. Focuses on enforcing invariants and keeping domain logic within domain objects. Ideal for moving from anemic models to behavior-rich domain models.