productivity▌
6,493 indexed skills · max 10 per page
organization-best-practices
better-auth/skills · Productivity
Multi-tenant organization setup with member management, role-based access control, and team support via Better Auth. \n \n Configure organizations with customizable creation rules, membership limits, and ownership constraints; creators automatically receive the owner role \n Manage members and invitations with email delivery, expiration windows, and shareable invitation URLs; support multiple roles per member \n Define custom roles and permissions with dynamic access control; check permissions s
refactor-module
hashicorp/agent-skills · Productivity
Break monolithic Terraform configurations into reusable, well-structured modules with clear contracts and migration paths. \n \n Analyzes existing code to identify refactoring candidates, groups resources by logical function, and assesses complexity before design \n Generates module interfaces with typed variables, validation rules, and descriptive outputs following HashiCorp best practices \n Provides state migration strategies using moved blocks (Terraform 1.1+) or manual terraform state mv co
track-management
wshobson/agents · Productivity
Organize and manage Conductor tracks—logical work units for features, bugs, and refactors. \n \n Provides track lifecycle management from creation through completion, including specification (spec.md), planning (plan.md), and status tracking via tracks.md registry \n Supports four track types: feature, bug, chore, and refactor, each with distinct use cases and conventions \n Includes structured templates for specifications with functional/non-functional requirements, acceptance criteria, scope b
angular-tooling
analogjs/angular-skills · Productivity
Angular CLI and development tools for v20+ project setup, code generation, building, testing, and configuration. \n \n Covers project creation, component/service/directive/pipe generation, and schematic-based code scaffolding with inline templates and change detection options \n Includes development server configuration, production builds with budgets and hashing, and bundle analysis via stats-json output \n Supports unit and e2e testing, linting with auto-fix, and environment-based file replace
firebase-firestore-basics
firebase/agent-skills · Productivity
Complete guide for provisioning, securing, and integrating Cloud Firestore into applications. \n \n Covers provisioning setup in Firebase projects and local environments using Firebase CLI \n Includes comprehensive security rules guidance for data protection and access control \n Provides SDK integration instructions for web applications using the modular SDK \n References index management, query optimization, and best practices documentation \n
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
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
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
crawl
tavily-ai/skills · Productivity
Extract and save website content as markdown files for offline access and analysis. \n \n Supports configurable crawl depth (1-5 levels), breadth limits, and page caps to balance coverage against performance \n Includes path filtering via regex patterns to focus on specific sections and exclude irrelevant content \n Offers two modes: full-page extraction for data collection, or semantic chunking with natural language instructions for feeding results into LLM context \n Provides a companion Map A
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