Find the perfect skill
Apollo Caching Strategies
Development
Implement Apollo Client caching strategies including cache policies, optimistic UI, cache updates, and normalization.
Harden Skill
Development
Audits and rewrites a Claude skill file applying three principles: visibility flags, deterministic steps, and self-verification.
Hexagonal Architecture (Ports & Adapters)
Development
Design and refactor systems with clear domain boundaries, dependency inversion, and testable use-case orchestration.
Linux Crash Investigation
DevOps
Diagnose unexpected Linux workstation crashes or reboots by examining login history, kernel logs, and crash artifacts.
QA Testing & Bug Fix
Testing
Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code, committing each fix atomically and re-verifying.
Regression Verification Audit
Testing
Dynamically discovers closed GitHub issues for fixed bugs, verifies each fix is still in place, and reports any regressions found.
Commit and push LeetCode problem
Development
Automates committing and pushing a solved LeetCode problem. It formats code, stages all changes, creates a commit with message 'Problem <number>', and pushes to the remote repository. Useful for standardizing and speeding up the submission of LeetCode solutions.
Run Tamagui
Development
Run or rebuild the local Tamagui/Next.js frontend (frontends/tamagui). Use to start the Tamagui dev server or rebuild it standalone.
CC-CR Unified Code Review
Development
Unified code review skill combining batch automatic detection and interactive single CR modes, configurable with GitLab and Feishu integration.
Stack-unwind session review
Productivity
Analyzes a conversation to reconstruct a tree of completed tasks and open items, nested at the depth where each was abandoned.
Distinctive Frontend Interface Design
Development
Create production-grade, distinctive frontend interfaces that avoid generic AI aesthetics. Apply principles of typography, color, and motion for unique designs.
Canary Deployment with Smoke Tests
DevOps
Canary deployment with smoke tests: deploy to zero-traffic revision, run health checks, and promote on success. Use when user wants deployment confidence before going live.