productivity▌
6,493 indexed skills · max 10 per page
faster-whisper
theplasmak/faster-whisper · Productivity
$22
gemini
softaworks/agent-toolkit · Productivity
Comprehensive code review and large-context analysis using Gemini 3 Pro with flexible approval modes. \n \n Supports five Gemini models ranging from flagship reasoning (Gemini 3 Pro) to cost-optimized alternatives, with 1M token input windows for analyzing entire codebases and documentation sets \n Three approval modes: default for interactive terminal prompts, auto_edit for auto-approving code suggestions, and yolo for fully automated background execution \n Critical safety requirement: use --a
dependency-updater
softaworks/agent-toolkit · Productivity
Multi-language dependency management with auto-detection, safe PATCH/MINOR updates, and prompted MAJOR version changes. \n \n Supports 7 languages (Node.js, Python, Go, Rust, Ruby, Java, .NET) with language-specific package managers and audit tools \n Automatically categorizes updates by semver type: auto-applies PATCH and MINOR, prompts individually for MAJOR versions, skips intentionally pinned dependencies \n Includes diagnosis mode for resolving version conflicts, peer dependency issues, and
command-development
anthropics/claude-plugins-official · Productivity
Markdown-based slash commands for defining reusable prompts with dynamic arguments, file references, and bash execution. \n \n Commands are instructions written for Claude (not users), stored as .md files in .claude/commands/ , ~/.claude/commands/ , or plugin directories \n YAML frontmatter configures description, allowed tools, model selection, and argument hints; use $ARGUMENTS , $1 , $2 for dynamic substitution and @file-path syntax for file inclusion \n Bash execution via backticks gathers d
distributed-tracing
wshobson/agents · Productivity
Track requests across microservices to identify latency, dependencies, and failure points. \n \n Supports Jaeger and Tempo backends with OpenTelemetry instrumentation for Python, Node.js, and Go \n Includes trace structure concepts (traces, spans, context, tags, logs) and automatic service dependency graph generation \n Provides sampling strategies (probabilistic, rate-limiting, adaptive) to control tracing overhead in production \n Covers context propagation via HTTP headers, trace analysis que
okx-x402-payment
okx/onchainos-skills · Productivity
Sign an x402 payment authorization and return the payment proof for accessing payment-gated resources. Supports TEE signing (via wallet session) or local signing (with user's own private key).
license-keys
dodopayments/skills · Productivity
Reference: docs.dodopayments.com/features/license-keys
prisma-orm-v7-skills
gocallum/nextjs16-agent-skills · Productivity
$22
edict-multi-agent-orchestration
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection.
prisma-database-setup
prisma/skills · Productivity
Step-by-step configuration guides for Prisma ORM across PostgreSQL, MySQL, SQLite, MongoDB, SQL Server, CockroachDB, and Prisma Postgres. \n \n Covers datasource configuration, driver adapter selection, and Prisma Client instantiation for seven database providers \n Prisma v7 requires explicit driver adapters (e.g., @prisma/adapter-pg for PostgreSQL) and a prisma.config.ts file for connection URLs \n Includes quick-reference schema blocks and prerequisite checks (Node.js 20.19.0+, TypeScript 5.4