productivity▌
6,493 indexed skills · max 10 per page
chat-sdk
vercel/chat · Productivity
Write chat bots once, deploy across Slack, Teams, Google Chat, Discord, GitHub, and Linear. \n \n Unified TypeScript SDK with platform-agnostic event handlers (mentions, messages, reactions, slash commands, actions) and normalized message format across all platforms \n Built-in streaming support for AI responses via AI SDK integration, plus JSX-based interactive cards with buttons, dropdowns, and form modals \n Pluggable state adapters for Redis, PostgreSQL, or in-memory persistence; webhook han
gepetto
softaworks/agent-toolkit · Productivity
Multi-step planning orchestration: research, stakeholder interviews, specification synthesis, implementation planning, and external LLM review. \n \n Guides users through structured discovery: research topics, detailed interviews, and spec synthesis before writing implementation plans \n Generates self-contained section files with dependencies, requirements, and acceptance criteria for autonomous or manual implementation \n Integrates feedback from external LLM reviewers (Gemini, Codex) and supp
agent-harness-construction
affaan-m/everything-claude-code · Productivity
$23
asc-localize-metadata
rudrankriyam/app-store-connect-cli-skills · Productivity
Automate App Store metadata translation and syncing across multiple languages using LLM and asc CLI. \n \n Translates version-level fields (description, keywords, what's new, promotional text) and app-level fields (name, subtitle, privacy URLs) to 34+ supported App Store locales \n Enforces character limits (30 for name/subtitle, 100 for keywords, 4000 for description/what's new, 170 for promotional text) and applies formal register guidelines for each target language \n Downloads source locale
authenticate-wallet
coinbase/agentic-wallet-skills · Productivity
Email OTP-based wallet authentication with validation and status checking. \n \n Two-step login flow: initiate with email to receive a 6-digit OTP, then verify with the flowId and code to complete authentication \n Includes input validation rules for email, flowId, and OTP to prevent shell injection before executing commands \n Provides status checking, balance queries, address retrieval, and wallet window access via companion CLI commands \n All commands support --json output for machine-readab
flutter-caching
flutter/skills · Productivity
Comprehensive caching and performance optimization for Flutter apps across multiple data types and platforms. \n \n Provides decision logic to select appropriate caching mechanisms: in-memory, shared_preferences for key-value pairs, SQLite for relational data, file system for large blobs, and image caching for network images \n Includes stream-based offline-first repository pattern that yields cached data first, then fetches and updates from the network \n Covers Android FlutterEngine pre-warmin
ts-library
onmax/nuxt-skills · Productivity
Complete reference guide for authoring TypeScript libraries and npm packages. \n \n Covers project setup, package.json exports configuration, tsconfig optimization, and dual CJS/ESM build tooling with tsdown or unbuild \n Includes API design patterns (builder, factory, plugin systems), advanced type inference techniques, and tree-shaking best practices \n Provides vitest testing setup, release workflow configuration, and GitHub Actions CI/CD templates \n Organized as modular reference files—load
astro-framework
delineas/astro-framework-agents · Productivity
Fast, content-driven websites with selective JavaScript hydration and hybrid rendering strategies. \n \n Islands architecture with fine-grained hydration control via client:load , client:idle , client:visible , and server:defer for deferred server rendering \n Content Layer API with glob/file loaders and live loaders for managing collections; type-safe schemas with Zod validation \n Hybrid output mode supporting static pages, on-demand SSR, server islands for personalized content, and adapters f
theme-factory
composiohq/awesome-claude-skills · Productivity
Professional font and color themes for styling slides, docs, and web artifacts. \n \n Includes 10 pre-set themes (Ocean Depths, Sunset Boulevard, Forest Canopy, Modern Minimalist, Golden Hour, Arctic Frost, Desert Rose, Tech Innovation, Botanical Garden, Midnight Galaxy) with cohesive color palettes and complementary font pairings \n Apply themes consistently across presentation decks, documents, landing pages, and other artifacts with proper contrast and readability \n Generate custom themes on
trigger-tasks
triggerdotdev/skills · Productivity
Durable background tasks with automatic retries, queuing, scheduling, and observability for AI agents and workflows. \n \n Create tasks with built-in retry logic, exponential backoff, and error handling; supports schema validation with Zod for type-safe payloads \n Trigger tasks from backend code or within other tasks, with options for fire-and-forget, wait-for-result, or batch processing up to 1,000 items \n Manage concurrency and queuing per-task or per-tenant, debounce rapid triggers, and enf