Wednesday, April 8, 2026

Merged timeline of 500 items — blog publish times and listing timestamps, cut at midnight . Page 8 of 10.

  1. SkillProductivity
    code-review

    Technical rigor in code review: receiving feedback critically, requesting systematic reviews, and verifying before any completion claims. \n \n Three core practices: receiving feedback with technical evaluation over per…

    by Yash @ Explainx0 comments
  2. SkillTesting
    playwright-mcp-dev

    Developer guide for extending Playwright MCP tools and CLI commands. \n \n Add new MCP tools in packages/playwright/src/mcp/browser/tools/ , register in tools.ts , and define capabilities in config.d.ts \n CLI commands…

    by Yash @ Explainx0 comments
  3. SkillAI/ML
    plaid-fintech

    Create a link_token for Plaid Link, exchange public_token for access_token. Link tokens are short-lived, one-time use. Access tokens don't expire but may need updating when users change passwords.

    by Yash @ Explainx0 comments
  4. SkillProductivity
    research-lookup

    This skill enables real-time research information lookup using Perplexity's Sonar models through OpenRouter. It intelligently selects between Sonar Pro Search (fast, efficient lookup) and Sonar Reasoning Pro (deep analy…

    by Yash @ Explainx0 comments
  5. SkillTesting
    unit-test-application-events

    Testing Spring ApplicationEvent publishers and listeners with mocked dependencies and event capture patterns. \n \n Mock ApplicationEventPublisher in unit tests and use ArgumentCaptor to verify published events and thei…

    by Yash @ Explainx0 comments
  6. SkillProductivity
    agent-memory-systems

    Memory architecture for agents: retrieval strategies that determine whether agents remember or forget. \n \n Covers five memory types: short-term (context window), long-term (vector stores), working memory, episodic mem…

    by Yash @ Explainx0 comments
  7. SkillProductivity
    storekit

    Modern StoreKit 2 implementation for in-app purchases, subscriptions, and paywalls on iOS 16+. \n \n Covers all product types (consumable, non-consumable, auto-renewable, non-renewing) with purchase flows, transaction v…

    by Yash @ Explainx0 comments
  8. SkillVideo
    video-producer

    Custom video players with adaptive streaming, quality selection, and playback controls. \n \n Supports HLS adaptive bitrate streaming with automatic quality switching and error recovery, plus native Safari fallback \n I…

    by Yash @ Explainx0 comments
  9. SkillFrontend
    database-design

    Learn to THINK, not copy SQL patterns.

    by Yash @ Explainx0 comments
  10. SkillProductivity
    browser-automation

    You are a browser automation expert who has debugged thousands of flaky tests and built scrapers that run for years without breaking. You've seen the evolution from Selenium to Puppeteer to Playwright and understand exa…

    by Yash @ Explainx0 comments
  11. SkillProductivity
    gtm-product-led-growth

    Build self-serve acquisition and expansion motions. But first, figure out if PLG is even the right motion for your product.

    by Yash @ Explainx0 comments
  12. SkillAI/ML
    daily-news-60s

    This skill helps AI agents fetch and present daily curated news from the 60s API, which provides 15 selected news items plus a daily quote, updated every 30 minutes.

    by Yash @ Explainx0 comments
  13. SkillFrontend
    build-feature

    Build production-ready iOS features by combining ShipSwift recipes -- copy-paste-ready SwiftUI implementations covering animations, charts, UI components, and full-stack modules.

    by Yash @ Explainx0 comments
  14. SkillProductivity
    wordpress-elementor

    Edit Elementor pages and manage templates on WordPress sites via WP-CLI or browser automation. \n \n Choose WP-CLI for safe text and URL replacements within widgets; use browser automation for structural changes, stylin…

    by Yash @ Explainx0 comments
  15. SkillAI/ML
    ai-video-generation

    Generate videos with 40+ AI models including Veo, Seedance, Wan, and Grok via inference.sh CLI. \n \n Supports text-to-video, image-to-video, avatar animation, lipsync, video upscaling, and foley sound generation across…

    by Yash @ Explainx0 comments
  16. SkillBackend
    nodejs-backend-typescript

    TypeScript backend development with Express/Fastify, routing, middleware, and database integration. \n \n Covers both Express and Fastify frameworks with complete server setup, routing patterns, middleware implementatio…

    by Yash @ Explainx0 comments
  17. SkillProductivity
    mckinsey-consultant

    McKinsey-style problem solving system that generates research reports and presentations through structured hypothesis-driven analysis. \n \n Combines Problem Solving methodology, MECE principles, Issue Tree decompositio…

    by Yash @ Explainx0 comments
  18. SkillProductivity
    authjs-skills

    Complete Auth.js v5 setup for Next.js with Google OAuth, credentials authentication, and session management. \n \n Supports Google OAuth, credentials-based login, and multi-provider account linking with simplified v5 co…

    by Yash @ Explainx0 comments
  19. SkillProductivity
    pinchtab

    Token-efficient browser automation with stable element refs, persistent profiles, and multi-instance support. \n \n Unified selector system (refs like e5 , CSS, XPath, text, semantic) works across CLI and HTTP API for c…

    by Yash @ Explainx0 comments
  20. SkillCloud
    cloudrun-development

    Backend service development with long connections, multi-language support, and AI agent capabilities. \n \n Supports two modes: Function mode (Node.js, built-in HTTP/WebSocket/SSE, fixed port 3000, local running) and Co…

    by Yash @ Explainx0 comments
  21. SkillProductivity
    recommendation-canvas

    Structured canvas for evaluating AI product ideas across outcomes, hypotheses, risks, and positioning. \n \n Synthesizes 10 strategic components: business outcomes, customer outcomes, problem framing, solution hypothese…

    by Yash @ Explainx0 comments
  22. SkillProductivity
    session-logs

    Search and analyze your complete conversation history using jq and rg. \n \n Session logs stored as append-only JSONL files at ~/.openclaw/agents/<agentId>/sessions/ , indexed by session ID with full message transc…

    by Yash @ Explainx0 comments
  23. SkillBackend
    openai-whisper-api

    Transcribe an audio file via OpenAI’s /v1/audio/transcriptions endpoint. Set OPENAI_BASE_URL to use an OpenAI-compatible proxy or local gateway.

    by Yash @ Explainx0 comments
  24. SkillTesting
    spring-boot-test-patterns

    Comprehensive testing patterns for Spring Boot applications covering unit, slice, integration, and container-based tests. \n \n Covers four test types with performance targets: unit tests (< 50ms), slice tests (&#x…

    by Yash @ Explainx0 comments
  25. SkillProductivity
    setup

    Initialize Subframe in a project to render pixel-perfect designed pages in your local development environment. \n \n Detects project type (new, existing non-Subframe, or already setup) and follows the appropriate setup…

    by Yash @ Explainx0 comments
  26. SkillProductivity
    salesforce-development

    Expert patterns for Salesforce platform development covering LWC, Apex, APIs, and DX workflows. \n \n Covers Lightning Web Components with @wire decorator for reactive data binding, bulkified Apex triggers using handler…

    by Yash @ Explainx0 comments
  27. SkillProductivity
    skill-creator

    Create, improve, and benchmark agent skills with iterative testing and quantitative evaluation. \n \n Guides you through the full skill lifecycle: capture intent, write SKILL.md, run test cases with and without the skil…

    by Yash @ Explainx0 comments
  28. SkillProductivity
    senior-fullstack

    Fullstack development toolkit with scaffolding, code analysis, and architecture guidance for modern web applications. \n \n Three core Python scripts automate project scaffolding, code quality analysis, and best practic…

    by Yash @ Explainx0 comments
  29. SkillDocuments
    pdf-generator

    Use this skill when:

    by Yash @ Explainx0 comments
  30. SkillAI/ML
    apple-on-device-ai

    Deploy on-device AI across Apple platforms using Foundation Models, Core ML, MLX Swift, and llama.cpp. \n \n Choose Foundation Models for zero-setup text generation and structured output on iOS 26+; Core ML for custom v…

    by Yash @ Explainx0 comments
  31. SkillAI/ML
    grepai-search-basics

    Semantic code search by meaning rather than exact text strings. \n \n Searches code by intent and concept similarity using embeddings, returning ranked results with relevance scores (0.0–1.0) \n Requires GrepAI initiali…

    by Yash @ Explainx0 comments
  32. SkillProductivity
    r3f-best-practices

    Comprehensive guide for optimizing React Three Fiber and Poimandres ecosystem code across 70+ rules. \n \n Covers 12 priority-ranked categories from performance and re-renders (critical) through physics and debug tools,…

    by Yash @ Explainx0 comments
  33. SkillFrontend
    resend-design-skills

    A collection of design-related skills for Claude Code.

    by Yash @ Explainx0 comments
  34. SkillFrontend
    agent-tool-builder

    Design AI agent tools with clear schemas, descriptions, and error handling that prevent hallucination and token waste. \n \n Focuses on JSON Schema best practices and description writing that helps LLMs understand tool…

    by Yash @ Explainx0 comments
  35. SkillBackend
    langchain4j-mcp-server-patterns

    Standardized MCP server implementation patterns with LangChain4j for extending AI capabilities. \n \n Provides tool providers, resource providers, and prompt template patterns to expose custom capabilities through the M…

    by Yash @ Explainx0 comments
  36. SkillProductivity
    stock-analyst

    Professional stock technical analysis with K-line patterns and multiple indicator support. \n \n Analyzes A-shares, Hong Kong stocks, and US equities using candlestick patterns (head-and-shoulders, double tops/bottoms,…

    by Yash @ Explainx0 comments
  37. SkillProductivity
    capacitor-best-practices

    Comprehensive guidelines for building production-ready Capacitor applications. \n \n Covers project structure, configuration management, plugin installation patterns, and native project setup for iOS and Android \n Emph…

    by Yash @ Explainx0 comments
  38. SkillProductivity
    preline-theme-generator

    Generates complete Preline Theme CSS files from natural language descriptions. \n \n Interprets user requests to determine theme configuration (hue, style, palette mood) and automatically creates a JSON config file \n R…

    by Yash @ Explainx0 comments
  39. SkillProductivity
    storybook-story-writing

    CSF3-compliant Storybook stories that showcase component variations with type safety and consistent structure. \n \n Enforces Component Story Format 3 with TypeScript type annotations, default meta exports, and story ob…

    by Yash @ Explainx0 comments
  40. SkillProductivity
    senior-architect

    Comprehensive architecture design and analysis toolkit for modern full-stack systems across multiple tech stacks. \n \n Three core automation scripts: architecture diagram generator, project architect analyzer, and depe…

    by Yash @ Explainx0 comments
  41. SkillFrontend
    landing-page-guide-v2

    $22

    by Yash @ Explainx0 comments
  42. SkillProductivity
    inngest

    Serverless background jobs and event-driven workflows with durable step-based execution. \n \n Provides Inngest functions with typed events, multi-step workflows, and scheduled/cron execution without managing queues or…

    by Yash @ Explainx0 comments
  43. SkillAI/ML
    daily-briefing

    Prioritized daily sales briefing that works standalone or supercharged with calendar, CRM, and email integrations. \n \n Operates in standalone mode when you describe your meetings and deals, or auto-pulls data from con…

    by Yash @ Explainx0 comments
  44. SkillProductivity
    seedance-prompt-en

    Craft precise prompts for Jimeng Seedance 2.0 multimodal AI video generation using text, images, videos, and audio. \n \n Master the @ reference system to assign roles to each uploaded asset (first frame, character appe…

    by Yash @ Explainx0 comments
  45. SkillProductivity
    notion-automation

    Automate Notion databases and workflows with cross-platform integrations, templates, and intelligent triggers. Based on n8n's Notion workflow templates.

    by Yash @ Explainx0 comments
  46. SkillProductivity
    neki

    Note: Neki is not yet a released product, but will be available soon. Information here will be updated regularly.

    by Yash @ Explainx0 comments
  47. SkillProductivity
    json-render-core

    Schema definition, catalog creation, and spec streaming for AI-driven JSON rendering. \n \n Define schemas with typed specs and component catalogs using defineSchema and defineCatalog ; generate AI prompts automatically…

    by Yash @ Explainx0 comments
  48. SkillProductivity
    cybersecurity-analyst

    Analyzes security risks, threats, and vulnerabilities using industry frameworks like STRIDE, MITRE ATT&CK, and CIA triad. \n \n Applies threat modeling, attack surface analysis, and defense-in-depth principles to i…

    by Yash @ Explainx0 comments
  49. SkillMarketing
    content-research-writer

    Research-backed writing partner that outlines, researches, improves hooks, and refines content section by section. \n \n Guides collaborative outlining, research compilation with citations, and iterative feedback on eac…

    by Yash @ Explainx0 comments
  50. SkillAI/ML
    stock-daily-analysis

    LLM-powered daily stock analysis across A-shares, Hong Kong, and US markets with technical indicators and AI-driven signals. \n \n Analyzes multiple markets (A-shares, Hong Kong, US stocks) with technical indicators inc…

    by Yash @ Explainx0 comments