productivity▌
6,493 indexed skills · max 10 per page
browser-automation
web-infra-dev/midscene-skills · Productivity
Vision-driven browser automation from screenshots, no DOM access required. \n \n Operates in a headless Puppeteer browser that persists across CLI calls, allowing sequential commands without session loss \n Interacts with all visible page elements using natural language prompts; no CSS selectors or accessibility labels needed \n Requires configuration of a vision-capable model (Gemini, Qwen, Doubao, or similar) via environment variables for visual grounding \n Supports connect, take_screenshot,
qwen-voice
ada20204/qwen-voice · Productivity
Use the bundled scripts. Configure DASHSCOPE_API_KEY in one of:
i18n-localization
sickn33/antigravity-awesome-skills · Productivity
Internationalization and localization patterns for multi-language app support. \n \n Covers core i18n concepts, implementation patterns for React, Next.js, and Python, and file structure organization for managing translations across locales \n Includes best practices for using translation keys, namespacing, pluralization, date/number formatting, and ICU message format to avoid common pitfalls \n Provides RTL (right-to-left) layout guidance using CSS logical properties for languages like Arabic a
crafting-effective-readmes
davila7/claude-code-templates · Productivity
READMEs answer questions your audience will have. Different audiences need different information - a contributor to an OSS project needs different context than future-you opening a config folder.
gdpr-data-handling
wshobson/agents · Productivity
GDPR-compliant data handling with consent management, data subject rights, and privacy controls. \n \n Implements consent management with audit trails, data subject access requests (DSARs), erasure, portability, and rectification workflows \n Provides data retention policies with legal basis tracking, anonymization options, and automated enforcement \n Includes breach notification handling with 72-hour authority reporting and affected individual notification workflows \n Covers privacy-by-design
recipe-review-meet-participants
googleworkspace/cli · Productivity
Review Google Meet attendance records and participant session durations. \n \n Requires the gws-meet skill to access Google Meet conference data \n Three-step workflow: list recent conferences, retrieve participant details, and view individual session timestamps and durations \n Returns tabular output for easy review of who attended and how long they stayed \n
create-github-issue-feature-from-specification
github/awesome-copilot · Productivity
Create GitHub issues from specification files using the feature_request.yml template. \n \n Analyzes specification files to extract requirements and automatically generates issue titles and descriptions \n Searches existing issues to prevent duplicates before creating new ones \n Supports both creating new issues and updating existing ones via the GitHub API \n Applies feature and enhancement labels automatically based on specification content \n
ln-1000-pipeline-orchestrator
levnikolaevich/claude-code-skills · Productivity
ln-1000-pipeline-orchestrator
concise-planning
davila7/claude-code-templates · Productivity
Turn a user request into a single, actionable plan with atomic steps.
recipe-create-shared-drive
googleworkspace/cli · Productivity
Create a Google Shared Drive and manage member access with role-based permissions. \n \n Requires the gws-drive skill and gws binary to execute \n Supports three core operations: creating shared drives, adding members with specific roles (writer, reader, etc.), and listing current members \n Uses Google Workspace API parameters for drive ID and permission management across shared drive resources \n