productivity▌
6,493 indexed skills · max 10 per page
create-readme
github/awesome-copilot · Productivity
Generates comprehensive README.md files for projects with professional structure and formatting. \n \n Analyzes entire project workspace to create contextually accurate, well-organized documentation \n Follows proven open-source README patterns with clear sections for setup, usage, and key features \n Uses GitHub Flavored Markdown and admonition syntax for enhanced readability and visual hierarchy \n Balances detail with conciseness, avoiding unnecessary sections and excessive emoji while mainta
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
yfinance-data
himself65/finance-skills · Productivity
Fetches financial and market data from Yahoo Finance using the yfinance Python library.
minecraft-bukkit-pro
sickn33/antigravity-awesome-skills · Productivity
You are a Minecraft plugin development master specializing in Bukkit, Spigot, and Paper server APIs with deep knowledge of internal mechanics and modern development patterns.
internationalization-i18n
mindrally/skills · Productivity
You are an expert in internationalization for web and mobile applications. Apply these guidelines to ensure applications can be easily adapted for different languages, regions, and cultures.
cmake
mohitmishra786/low-level-dev-skills · Productivity
Guide agents through modern (target-first) CMake for C/C++ projects: out-of-source builds, dependency management, generator selection, and integration with CI and IDEs.
finance-manager
ailabs-393/ai-labs-claude-skills · Productivity
Personal finance analysis, spending tracking, and budget recommendations from transaction data. \n \n Extracts transactions from PDFs, CSVs, and JSON files; processes and categorizes financial data automatically \n Generates interactive HTML reports with pie charts (spending by category) and bar charts (income vs. expenses over time) \n Calculates key metrics including savings rate, daily averages, top expenses, and category breakdowns with benchmark comparisons \n Provides personalized budget r
ionic
mindrally/skills · Productivity
You are an expert in Ionic for building cross-platform mobile applications.
symfony:using-symfony-superpowers
makfly/superpowers-symfony · Productivity
symfony:using-symfony-superpowers
pywinauto
malue-ai/dazee-small · Productivity
通过 pywinauto 操作任意 Windows 桌面应用:发现窗口、检查控件、点击按钮、输入文字、读取内容。 支持两种后端:Win32 API(传统应用)和 MS UI Automation(现代应用)。