Total 51,210 skills
Showing 12 of 51210 skills
HTMX patterns for Django including partial templates, hx-* attributes, and dynamic UI without JavaScript. Use when building interactive UI, handling AJAX requests, or creating dynamic components.
Explore candidate solutions before committing. Use when you have a problem statement and need to evaluate approaches - band-aid, optimize, reframe, or redesign.
Full onboarding flow — detects auth state, handles access requests for new users, and sets up project for all users.
Convert Mermaid diagrams and Markdown tables to images (PNG/SVG) for platforms that don't support rich formatting. Use when user asks to "convert to image", "export as PNG", "make this an image", or has content for X/Twitter that needs visual exports.
Perl text processing and scripting with regular expressions. Use for .pl files.
Convert HuggingFace transformer models to ONNX format for browser inference with Transformers.js and WebGPU. Use when given a HuggingFace model link to convert to ONNX, when setting up optimum-cli for ONNX export, when quantizing models (fp16, q8, q4) for web deployment, when configuring Transformers.js with WebGPU acceleration, or when troubleshooting ONNX conversion errors. Triggers on mentions of ONNX conversion, Transformers.js, WebGPU inference, optimum export, model quantization for browser, or running ML models in the browser.
Emacs extensible text editor with Lisp. Use for terminal editing.
Blue Ocean Strategy framework based on W. Chan Kim & Renée Mauborgne's book. Use when you need to: (1) create uncontested market space instead of competing head-to-head, (2) analyze competitive landscape (red vs. blue oceans), (3) design value innovation propositions, (4) use Strategy Canvas and Four Actions Framework (ERRC), (5) identify non-customers and convert them, (6) break the value-cost trade-off, (7) shift from competition to value innovation.
REST API design with HTTP methods and status codes. Use for web APIs.
Warp modern terminal with AI. Use for terminal work.
Storybook UI component development and testing. Use for component testing.
Implement API versioning strategies for backward compatibility. Covers URL versioning, header versioning, and deprecation workflows.