Top Rated

The most starred skills loved by the community. Quality guaranteed!

Showing 1393-1416 of 50624 skills
qwibitai

add-telegram

by qwibitai

Add Telegram as a channel. Can replace WhatsApp entirely or run alongside it. Also configurable as a control-only channel (triggers actions) or passive channel (receives notifications only).

CLI Tools 29.7K 3mo ago
cockroachdb

engflow-artifacts

by cockroachdb

Use when downloading test logs, artifacts, or outputs.zip from EngFlow build invocations. Use when investigating CockroachDB CI test failures hosted on mesolite.cluster.engflow.com.

CLI Tools 32.2K 3mo ago
cockroachdb

reduce-unoptimized-query-oracle

by cockroachdb

Reduce an unoptimized-query-oracle test failure log to the simplest possible reproduction case. Use when you have unoptimized-query-oracle*.log files from a failed roachtest and need to find the minimal SQL to reproduce the bug.

Database 32.2K 4mo ago
anthropics

agent-development

by anthropics

This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.

Agents 29.5K 4mo ago
qwibitai

add-pdf-reader

by qwibitai

Add PDF reading to NanoClaw agents. Extracts text from PDFs via pdftotext CLI. Handles WhatsApp attachments, URLs, and local files.

CLI Tools 29.7K 3mo ago
qwibitai

x-integration

by qwibitai

X (Twitter) integration for NanoClaw. Post tweets, like, reply, retweet, and quote. Use for setup, testing, or troubleshooting X functionality. Triggers on "setup x", "x integration", "twitter", "post tweet", "tweet".

CLI Tools 29.7K 3mo ago
vercel-labs

web-design-guidelines

by vercel-labs

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

Accessibility 27.7K 4mo ago
srbhr

nextjs15-performance

by srbhr

Next.js 15 critical performance fixes. Use when writing React components, data fetching, Server Actions, or optimizing bundle size.

Code Review 27.3K 3mo ago
qwibitai

add-whatsapp

by qwibitai

Add WhatsApp as a channel. Can replace other channels entirely or run alongside them. Uses QR code or pairing code for authentication.

Auth 29.7K 3mo ago
nrwl

nx-workspace

by nrwl

"Explore and understand Nx workspaces. USE WHEN answering any questions about the nx workspace, the projects in it or tasks to run. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What targets can I run?', 'What's affected by my changes?', 'Which projects depend on library Y?', or any questions about Nx workspace structure, project configuration, or available tasks."

28.8K 4mo ago
nrwl

nx-plugins

by nrwl

Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace.

Code Gen 28.8K 4mo ago
nrwl

nx-generate

by nrwl

Generate code using nx generators. USE WHEN scaffolding code or transforming existing code - for example creating libraries or applications, or anything else that is boilerplate code or automates repetitive tasks. ALWAYS use this first when generating code with Nx instead of calling MCP tools or running nx generate immediately.

Templates 28.8K 4mo ago
nrwl

nx-workspace

by nrwl

"Explore and understand Nx workspaces. USE WHEN answering any questions about the nx workspace, the projects in it or tasks to run. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What targets can I run?', 'What's affected by my changes?', 'Which projects depend on library Y?', or any questions about Nx workspace structure, project configuration, or available tasks."

CLI Tools 28.8K 4mo ago
cockroachdb

integration-test

by cockroachdb

Guidelines for writing integration tests with CockroachDB test servers, including when to use them and how to use sqlutils.

Database 32.2K 3mo ago
cockroachdb

commit-helper

by cockroachdb

Help create git commits and PRs with properly formatted messages and release notes following CockroachDB conventions. Use when committing changes or creating pull requests.

Code Review 32.2K 3mo ago
srbhr

fastapi

by srbhr

Build Python APIs with FastAPI, Pydantic v2, and SQLAlchemy 2.0 async. Covers project structure, JWT auth, validation, and database integration with uv package manager. Prevents 7 documented errors. Use when: creating Python APIs, implementing JWT auth, or troubleshooting 422 validation, CORS, async blocking, form data, background tasks, or OpenAPI schema errors.

Auth 27.3K 3mo ago
srbhr

codebase-navigator

by srbhr

Navigate, search, and understand the Resume Matcher codebase using ripgrep, ack, or grep. Find functions, classes, components, API endpoints, trace data flows, and understand architecture. Use FIRST when exploring code, finding files, or understanding project structure.

API Dev 27.3K 3mo ago
cockroachdb

backport-pr-assistant

by cockroachdb

Help backport PRs to release branches using the backport CLI tool. Use when backporting changes that have merge conflicts requiring manual resolution.

Code Gen 32.2K 3mo ago
langchain-ai

skill-creator

by langchain-ai

"Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use this skill when the user asks to: (1) create a new skill, (2) make a skill, (3) build a skill, (4) set up a skill, (5) initialize a skill, (6) scaffold a skill, (7) update or modify an existing skill, (8) validate a skill, (9) learn about skill structure, (10) understand how skills work, or (11) get guidance on skill design patterns. Trigger on phrases like \"create a skill\", \"new skill\", \"make a skill\", \"skill for X\", \"how do I create a skill\", or \"help me build a skill\"."

Agents 24K 3mo ago
langchain-ai

arxiv-search

by langchain-ai

Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields

Embeddings 24K 4mo ago
K-Dense-AI

biorxiv-database

by K-Dense-AI

Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.

Academic 27.4K 5mo ago
K-Dense-AI

clinicaltrials-database

by K-Dense-AI

Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching.

API Dev 27.4K 5mo ago
anthropics

skill-creator

by anthropics

Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.

Code Gen 29.5K 3mo ago
nrwl

nx-generate

by nrwl

Generate code using nx generators. USE WHEN scaffolding code or transforming existing code - for example creating libraries or applications, or anything else that is boilerplate code or automates repetitive tasks. ALWAYS use this first when generating code with Nx instead of calling MCP tools or running nx generate immediately.

Code Gen 28.8K 4mo ago