Find the perfect skill
Claude Ecosystem Expertise
Development
Comprehensive guide to Claude Code: CLI, slash commands, MCP servers, hooks, plugins, extensibility (agents, skills, output styles), and CLAUDE.md optimization.
SDD (alias)
Development
Alias for sdd-dev - Spec-Driven Development workflow.
E2E Test Execution
Testing
Run end-to-end smoke tests or full acceptance and regression suites using Playwright and curl against a WordPress environment.
i18n Pre-Commit Check
Development
Pre-commit i18n check. Scans changed files for untranslated strings, missing locale keys, and locale sync issues. Fast and focused — only checks what changed.
Notification Copy
Content
Learn to write effective notification and alert copy: choose the right component (toast, banner, modal), calibrate urgency, and keep messages clear and actionable.
C Systems Programming Expert
Development
Write efficient C code with memory management, pointers, and system calls. For embedded systems, kernel modules, and performance-critical code.
Phantom Connect & DFlow Trading
Development
Build Solana apps with Phantom wallet connection and DFlow spot trading. Covers React, React Native, vanilla JS, token gating, NFT minting, payments, and real-time market data.
Dart/Flutter Patterns
Development
Production-ready Dart and Flutter patterns covering null safety, immutable state, state management, navigation, networking, and clean architecture.
Alexa & Smart Home Control
Productivity
Control Amazon Alexa devices and smart home via the alexacli CLI. Speak to Echo devices, control lights/thermostats/locks, and send voice commands.
Error Handling in Rust
Development
Guidance on choosing between Result, Option, panic, and error propagation patterns using anyhow and thiserror.
Documentation Maintenance
Documentation
Keep documentation aligned with shipped behavior, reduce confusion, and improve contributor onboarding.
Scaffold a Cobra CLI Command
Development
Scaffold a new Cobra CLI command following project patterns.