Loading...
Loading...
Found 7,621 Skills
Automate Docugenerate tasks via Rube MCP (Composio). Always search tools first for current schemas.
Automate Y Gy tasks via Rube MCP (Composio). Always search tools first for current schemas.
Automate Openrouter tasks via Rube MCP (Composio). Always search tools first for current schemas.
Automate Chmeetings tasks via Rube MCP (Composio). Always search tools first for current schemas.
Sveltia CMS Git-backed content management (Decap/Netlify CMS successor). 5x smaller bundle (300 KB), GraphQL performance, solves 260+ issues. Use for static sites (Hugo, Jekyll, 11ty, Gatsby, Astro, Next.js), blogs, docs, i18n, or encountering OAuth errors, TOML/YAML issues, CORS problems, content listing errors.
Deploy production recommendation systems with feature stores, caching, A/B testing. Use for personalization APIs, low latency serving, or encountering cache invalidation, experiment tracking, quality monitoring issues.
Build AI agents on Cloudflare Workers with MCP integration, tool use, and LLM providers.
Nuxt 4 data management: composables, data fetching with useFetch/useAsyncData, and state management with useState and Pinia. Use when: creating custom composables, fetching data with useFetch or useAsyncData, managing global state with useState, integrating Pinia, debugging reactive data issues, or implementing SSR-safe state patterns. Keywords: useFetch, useAsyncData, $fetch, useState, composables, Pinia, data fetching, state management, reactive, shallow reactivity, reactive keys, transform, pending, error, refresh, dedupe, caching
Builds GraphQL APIs with schema design, resolvers, error handling, and performance optimization using Apollo or Graphene. Use when creating flexible query APIs, migrating from REST, or implementing real-time subscriptions.
Generate chapter lists for Bilibili videos. Trigger scenarios: (1) Need to create Bilibili video chapters (2) User says "convert to Bilibili format", "generate chapters", "generate Bilibili chapters" (3) Need to generate video segments from subtitles (4) Process video progress bar segment markers
Implements API rate limiting using token bucket, sliding window, and Redis-based algorithms to protect against abuse. Use when securing public APIs, implementing tiered access, or preventing denial-of-service attacks.
Modern Rust development with cargo, rustc, clippy, rustfmt, async programming, and memory-safe systems programming. Covers ownership patterns, fearless concurrency, and the modern Rust ecosystem including Tokio, Serde, and popular crates. Use when user mentions Rust, cargo, rustc, clippy, rustfmt, ownership, borrowing, lifetimes, async Rust, or Rust crates.