productivity▌
6,493 indexed skills · max 10 per page
svg-illustration
narumiruna/agent-skills · Productivity
$1f
code-review-excellence
awesome-skills/code-review-skill · Productivity
Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement.
seedance-2.0-prompter
pexoai/pexo-skills · Productivity
This skill transforms a user's scattered multimodal assets (images, videos, audio) and ambiguous creative intent into a structured, executable prompt for the Seedance 2.0 video generation model. It acts as an expert prompt engineer, ensuring the highest quality output from the underlying model.
yahoo-finance
0juano/agent-skills · Productivity
Financial data terminal powered by Yahoo Finance. All commands via the yf script.
sql-optimization-patterns
wshobson/agents · Productivity
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to eliminate slow queries. \n \n Covers EXPLAIN plan analysis with key metrics (Seq Scan, Index Scan, cost, rows, execution time) and five index types (B-Tree, Hash, GIN, GiST, BRIN) for different query patterns \n Includes five core optimization patterns: eliminating N+1 queries, cursor-based pagination, efficient aggregation, subquery transformation, and batch operations \n Provides advanced techniques like materialized v
prd-writer
pmprompt/claude-plugin-product-management · Productivity
This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work.
tapd
abcfed/claude-marketplace · Productivity
本 skill 提供与 TAPD 平台交互的 Python 脚本工具,统一通过 tapd.py 调用。
write-a-skill
mattpocock/skills · Productivity
Scaffold new agent skills with structured templates, progressive disclosure, and bundled utility scripts. \n \n Guides skill creation through a four-step process: gather requirements, draft the skill structure, review with user, and finalize \n Provides SKILL.md template with quick start, workflows, and advanced features sections; splits content into separate reference files when exceeding 100 lines \n Includes utility script patterns for deterministic operations like validation and formatting t
zustand
lobehub/lobe-chat · Productivity
Main interfaces for UI components:
nuxt
antfu/skills · Productivity
Full-stack Vue framework with SSR, file-based routing, auto-imports, and universal deployment via Nitro. \n \n Covers core concepts including directory structure, configuration, CLI commands, file-based routing with middleware and layouts, and data fetching with useFetch and useAsyncData \n Supports three rendering modes: universal SSR, client-side SPA, and hybrid rendering with route-level control \n Includes auto-import systems for composables and components, built-in components like NuxtLink