Top Rated
The most starred skills loved by the community. Quality guaranteed!
news-aggregator-skill
by euuuugh
"Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations' of hot topics."
git-worktree-feature-flow
by alessandrobologna
Create a feature branch in a Git worktree, work independently, then merge back and clean up safely.
chartjs-graphs
by carlos-ASG
Chart.js integration patterns for creating interactive statistical graphs in Django templates. Covers HTML setup, data injection, and JavaScript chart rendering with datalabels plugin.
django-htmx
by carlos-ASG
HTMX and django-htmx integration patterns for building modern, interactive Django applications without complex JavaScript. Trigger: When implementing interactive features, partial page updates, or dynamic forms in Django using HTMX.
naming-analyzer
by VisualxIntelligence
Suggest better variable, function, and class names based on context and conventions.
ship-learn-next
by VisualxIntelligence
Transform learning content (like YouTube transcripts, articles, tutorials) into actionable implementation plans using the Ship-Learn-Next framework. Use when user wants to turn advice, lessons, or educational content into concrete action steps, reps, or a learning quest.
skill-judge
by VisualxIntelligence
Evaluate Agent Skill design quality against official specifications and best practices. Use when reviewing, auditing, or improving SKILL.md files and skill packages. Provides multi-dimensional scoring and actionable improvement suggestions.
django
by carlos-ASG
Django modern patterns and best practices for views, forms, URL routing, and management commands. Trigger: When implementing or refactoring Django views, forms, URLs, or commands.
mcdoc-language
by MulverineX
Comprehensive guide to the mcdoc schema language for describing Minecraft data structures (CODECs, JSONs, NBTs). Use when working with .mcdoc files, writing schemas, understanding type definitions, dispatch systems, or validating Minecraft data formats.
convex-file-storage
by aaronvanston
File uploads, storage, and serving in Convex. Use when implementing file uploads, generating upload URLs, serving files, managing file metadata, or building file-based features like avatars, attachments, or media galleries.
convex-migrations
by aaronvanston
Database migrations and schema evolution in Convex. Use when adding new fields, changing data structures, backfilling data, renaming fields, or performing zero-downtime schema changes.
convex-realtime
by aaronvanston
Realtime subscriptions and optimistic updates in Convex. Use when implementing live data updates, optimistic UI, pagination with realtime, presence indicators, typing indicators, or any feature requiring instant data synchronization.
convex-agents
by aaronvanston
Building AI agents and assistants with Convex. Use when implementing chat interfaces, AI assistants, tool-calling agents, RAG (retrieval-augmented generation), conversation threads, or integrating LLMs like OpenAI/Anthropic.
convex-cron
by aaronvanston
Scheduled functions and cron jobs in Convex. Use when setting up recurring tasks, cleanup jobs, data syncing, scheduled notifications, or any background automation that runs on a schedule.
convex-queries
by aaronvanston
Best practices for Convex database queries, indexes, and filtering. Use when writing or reviewing database queries in Convex, working with .filter(), .collect(), .withIndex(), defining indexes in schema.ts, or optimizing query performance.
convex-review
by aaronvanston
Comprehensive Convex code review checklist for production readiness. Use when auditing a Convex codebase before deployment, reviewing pull requests, or checking for security and performance issues in Convex functions.
convex-http
by aaronvanston
HTTP actions for webhooks and API endpoints in Convex. Use when building webhook handlers (Stripe, Clerk, GitHub), creating REST API endpoints, handling file uploads/downloads, or implementing CORS for browser requests.
convex-patterns
by aaronvanston
Code organization patterns and TypeScript best practices for Convex. Use when structuring a Convex project, writing helper functions, defining schemas, working with types like QueryCtx/MutationCtx/ActionCtx, or organizing code in a convex/model directory.
convex-actions
by aaronvanston
Best practices for Convex actions, transactions, and scheduling. Use when writing actions that call external APIs, using ctx.runQuery/ctx.runMutation, scheduling functions with ctx.scheduler, or working with the Convex runtime vs Node.js runtime ("use node").
convex-security
by aaronvanston
Security best practices for Convex functions including ConvexError handling, argument/return validation, authentication helpers, access control, rate limiting, and internal functions. Use when writing public queries/mutations/actions, implementing authentication, adding authorization checks, handling errors, or reviewing Convex functions for security.
deslop
by heymynameisrob
Remove AI-generated code slop from the current branch. Use after writing code to clean up unnecessary comments, defensive checks, and inconsistent style.
design-review
by heymynameisrob
Run accessibility and visual design review on components. Use when reviewing UI code for WCAG compliance and design issues.
systematic-debugging
by heymynameisrob
Fix bugs using Dan Abramov's systematic debugging method. Use when debugging, fixing bugs, investigating errors, or when the user mentions "bug", "broken", "not working", "debug", or "investigate".
waylog-journal
by alessandrobologna
Summarize .waylog/history/*.md into a sanitized per-session cache + a condensed, chronological .waylog-journal/summary.md journal.