productivity▌
6,493 indexed skills · max 10 per page
recipe-watch-drive-changes
googleworkspace/cli · Productivity
Subscribe to Google Drive file and folder changes via Pub/Sub notifications. \n \n Requires the gws-events skill and gws binary to execute \n Creates event subscriptions on Drive resources with configurable notification endpoints and payload options \n Supports subscription lifecycle management: create, list, and renew subscriptions before expiry \n Delivers change events (file updates) to Google Cloud Pub/Sub topics for downstream processing \n
fixing-accessibility
ibelick/ui-skills · Productivity
Audit and fix HTML accessibility issues across ARIA labels, keyboard navigation, focus management, and WCAG compliance. \n \n Covers nine rule categories prioritized by impact: accessible names, keyboard access, focus management, semantics, forms and errors, announcements, contrast, media, and tool boundaries \n Provides targeted fixes for common patterns like icon-only buttons, form error linking, and focus trapping in modals \n Includes quick reference for when to apply (interactive controls,
ralphmode
supercent-io/skills-template · Productivity
Configure Claude Code, Codex CLI, and Gemini CLI for reduced-approval Ralph automation while enforcing project boundaries and secret denylists. \n \n Provides two preset permission profiles: repo-scoped (default, safer) and sandbox (full bypass for disposable environments only) \n Implements dynamic safety checkpoints via platform-specific hooks that block Tier 1 dangerous operations (rm -rf, git reset --hard, .env access, sudo) at execution time \n Supports Claude Code, Codex CLI, and Gemini CL
command-creator
softaworks/agent-toolkit · Productivity
Guides creation of reusable Claude Code slash commands for automating repetitive workflows. \n \n Helps determine command location (project-level .claude/commands/ or global ~/.claude/commands/ ) and walks through gathering command name, purpose, arguments, and workflow steps \n Includes four command patterns: workflow automation, iterative fixing, agent delegation, and simple execution \n Provides bundled references covering patterns, real examples, best practices, and quality checklists to ens
editorconfig
github/awesome-copilot · Productivity
EditorConfig file generator that analyzes projects and creates comprehensive editor configuration based on best practices. \n \n Analyzes project structure and file types to infer languages and technologies, then generates targeted configuration rules for each file type \n Applies universal best practices including UTF-8 charset, LF line endings, trailing whitespace removal, and final newline insertion \n Respects user preferences (spaces vs. tabs, indentation size) while flagging any conflicts
create-architectural-decision-record
github/awesome-copilot · Productivity
Structured Architectural Decision Record generator with AI-optimized formatting and sequential file management. \n \n Generates standardized ADR documents with front matter, context, decision rationale, and consequences organized into positive and negative outcomes \n Requires four inputs (decision title, context, decision, alternatives, stakeholders) with validation to prompt for missing information before generation \n Uses coded bullet-point system (3-4 letter codes + 3-digit numbers) across
ontology
sundial-org/awesome-openclaw-skills · Productivity
Typed knowledge graph for structured agent memory, entity management, and cross-skill state sharing. \n \n Supports 15+ core entity types (Person, Project, Task, Event, Document, etc.) with typed properties, relations, and constraint validation \n Enables graph queries, traversals, and dependency tracking; model multi-step plans as sequences of validated graph transformations \n Stores data as append-only JSONL by default; schema-driven validation prevents invalid mutations and enforces cardinal
flutter-handling-http-and-json
flutter/skills · Productivity
HTTP requests and JSON serialization for Flutter REST API integration and data parsing. \n \n Covers three HTTP methods (GET, POST, PUT, DELETE) with proper status code validation, HTTPS enforcement, and safe URI construction using Uri.https() . \n Offers two serialization strategies: manual fromJson / toJson for simple models, and code generation with json_serializable for complex nested structures. \n Includes background parsing with compute() to prevent UI jank when processing large JSON payl
recipe-find-large-files
googleworkspace/cli · Productivity
Identify large Google Drive files consuming storage quota. \n \n Lists files sorted by size in descending order to quickly spot storage hogs \n Returns file metadata including ID, name, size, MIME type, and owners for informed deletion or archival decisions \n Requires the gws-drive skill to be loaded before execution \n
threat-mitigation-mapping
wshobson/agents · Productivity
Map identified threats to appropriate security controls and mitigations for effective defense-in-depth planning. \n \n Provides control categorization by type (preventive, detective, corrective) and layer (network, application, data, endpoint, process), with templates for building threat-to-control mappings and calculating coverage gaps \n Includes a standard control library with 15+ pre-built controls covering authentication, encryption, logging, access control, and availability, each mapped to