productivity▌
6,493 indexed skills · max 10 per page
clean-code
sickn33/antigravity-awesome-skills · Productivity
Code review and refactoring guidance based on Robert C. Martin's Clean Code principles. \n \n Covers nine core areas: meaningful naming conventions, function design (size, single responsibility, argument limits), comment best practices, formatting standards, object and data structure patterns, error handling strategies, unit testing discipline, class design, and code smell identification \n Provides actionable guidance for writing new code, reviewing pull requests, refactoring legacy code, and e
gws-slides
googleworkspace/cli · Productivity
Read, write, and batch-update Google Slides presentations programmatically. \n \n Supports core presentation operations: create blank presentations, retrieve presentation data, and apply batch updates to multiple elements in a single validated request \n All updates are atomic; if any request in a batch is invalid, the entire operation fails and nothing is applied \n Use gws schema to inspect method signatures, required parameters, and data types before constructing API calls \n Requires Google
github-issues
github/awesome-copilot · Productivity
Create, update, and manage GitHub issues with full workflow support including types, labels, assignees, and dependencies. \n \n Supports issue creation with type categorization (Bug, Feature, Task, etc.), labels, assignees, and milestones via gh api REST calls \n Read operations via MCP tools for fetching issue details, comments, labels, and cross-repository search \n Handles issue updates (title, body, state, labels, assignees) and includes templates for bug reports, feature requests, and tasks
flutter-setting-up-on-linux
flutter/skills · Productivity
Automates Linux environment setup for Flutter desktop development with dependency installation and validation workflows. \n \n Covers three core workflows: installing system dependencies (build tools, GTK libraries, C/C++ toolchain), validating the environment with flutter doctor , and preparing Snap packages for distribution \n Provides ready-to-run commands for Debian/Ubuntu systems and includes conditional setup for ChromeOS Linux containers \n Includes a baseline snapcraft.yaml template for
write-coding-standards-from-file
github/awesome-copilot · Productivity
Analyze existing code files to automatically generate a project coding standards document. \n \n Extracts syntax patterns (indentation, naming conventions, commenting style, braces, line length) from one or more files or entire folders to establish baseline standards \n Detects and optionally fixes inconsistencies across files, flagging deviations from the majority pattern in each category \n Outputs standards to a new file (CONTRIBUTING.md, STYLE.md, CODING_STANDARDS.md, etc.), README.md insert
query-token-info
binance/binance-skills-hub · Productivity
Query token details, market data, and candlestick charts across BSC, Base, and Solana. \n \n Search tokens by name, symbol, or contract address; retrieve metadata including social links, creator info, and token descriptions \n Access real-time market data: price, 24-hour volume, market cap, liquidity, holder distribution, and price trends across multiple timeframes \n Fetch K-Line candlestick data with configurable intervals (1 second to 1 month) for technical analysis, supporting both price and
agent-browser
inferen-sh/skills · Productivity
Playwright-based browser automation with element refs for AI agents, supporting navigation, interaction, screenshots, and video recording. \n \n Provides 6 core functions: open (navigate with config), snapshot (refresh element refs), interact (click/fill/drag/upload/scroll), screenshot, execute (JavaScript), and close \n Element interaction uses simple @e ref system that invalidates after navigation, requiring re-snapshot calls to maintain accurate selectors \n Supports video recording with opti
flutter-setting-up-on-windows
flutter/skills · Productivity
Automated Windows environment setup for Flutter development with SDK, tooling, and platform configuration. \n \n Guides SDK installation, PATH configuration, and dependency validation via flutter doctor \n Covers Visual Studio C++ workload setup for Windows desktop compilation and Android emulator/device configuration \n Includes workflows for building release binaries, packaging distributable archives with required DLLs, and generating self-signed certificates for MSIX deployment \n Provides st
home-assistant-entities-services
bradsjm/hassio-addons · Productivity
All reference files are relative to the location of this SKILL.md file.
apple-appstore-reviewer
github/awesome-copilot · Productivity
Codebase auditor identifying Apple App Store rejection risks and compliance gaps. \n \n Systematically reviews Info.plist, entitlements, privacy manifests, permissions, IAP flows, account handling, and content moderation against App Store Review Guidelines \n Produces prioritized risk register with severity levels, evidence citations, and concrete remediation steps \n Includes reviewer experience checklist and draft App Review Notes to streamline submission and reduce re-review cycles \n Focuses