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
top-100-web-vulnerabilities-reference
davila7/claude-code-templates · Productivity
Provide a comprehensive, structured reference for the 100 most critical web application vulnerabilities organized by category. This skill enables systematic vulnerability identification, impact assessment, and remediation guidance across the full spectrum of web security threats. Content organized into 15 major vulnerability categories aligned with industry standards and real-world attack patterns.
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
kotlin-patterns
affaan-m/everything-claude-code · Productivity
Idiomatic Kotlin patterns and best practices for building robust, efficient, and maintainable applications.
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
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
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
team-composition-patterns
wshobson/agents · Productivity
Design optimal agent team compositions with sizing heuristics, preset configurations, and agent type selection. \n \n Seven preset team configurations (Review, Debug, Feature, Fullstack, Research, Security, Migration) with recommended agent counts and types for common workflows \n Team sizing heuristic table matching task complexity (simple to very complex) with recommended team size (1–5 agents) and coordination overhead guidance \n Agent type selection guide covering general-purpose, read-only
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