Find the perfect skill
Frontend CSS Patterns
Development
Framework-agnostic CSS patterns for typography, color, motion, and spatial composition. Ideal for distinctive visual design.
Convex Full-Stack Development Guidelines
Development
Expert-level guidelines for building full-stack applications with Convex, React, TypeScript, and authentication. Covers mutations, design systems, and documentation practices.
End-to-end package implementation
Development
Implement a roadmap package end-to-end: read spec, branch in a worktree, implement with tests, sweep for stale call sites, open PR, fix CI, resolve conflicts.
Documentation Claim Check
Documentation
Assess whether the statements a public-facing document makes are supported by the evidence supplied alongside it. Reads, judges, and reports without changing or running anything.
Fix GitHub Issue
Development
End-to-end workflow for fixing a GitHub issue: read the issue, implement the fix, write tests, and commit referencing the issue number.
Crash Monitoring
Development
Sets up Firebase Crashlytics with custom keys and non-fatal logging, integrates StrictMode and an ANR Watchdog for detecting application not responding issues, and implements structured logging using Timber. Useful for debugging performance problems and preparing monitoring before a release.
Python Project Scaffolding
Development
Expert skill for scaffolding production-ready Python applications with modern tooling (uv, FastAPI, Django), type hints, and testing setup.
Git Merge Mastery
Development
Prevent and resolve common Git merge problems, especially with GitHub Pages.
GitOps Workflow with ArgoCD & Flux
DevOps
Complete guide to implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments.
Conventional Commits Generator
Development
Generates commit messages that comply with the Conventional Commits 1.0.0 specification. It analyzes git changes, determines the appropriate commit type, scope, and breaking changes, then stages and commits with a properly formatted message. Useful when you need to create standardized commits after implementing code changes.
Clipboard Copy Utility
Productivity
Copies track content (lyrics, style prompts) to the system clipboard for pasting into Suno or other tools. Automatically detects the platform (macOS, Linux, WSL) and uses the appropriate clipboard command. Useful for quickly extracting specific sections like lyrics or style prompts from album tracks without opening files.
Content Linter
Content
Lint content for spelling errors, en-GB compliance, and writing quality. Use when checking markdown files before publication.