create▌
97 indexed skills · max 10 per page
recipe-create-vacation-responder
googleworkspace/cli · Productivity
Set up Gmail out-of-office auto-replies with custom messages and date ranges. \n \n Enables vacation responder with customizable subject line, plain-text response body, and optional contact/domain restrictions \n Supports three core operations: enable auto-reply, verify current settings, and disable when returning \n Requires the gws-gmail skill as a dependency \n
create-github-pull-request-from-specification
github/awesome-copilot · Productivity
Automated GitHub pull request creation from specification templates with draft-to-review workflow. \n \n Reads pull request template from .github/pull_request_template.md and extracts requirements to populate PR body and title \n Checks for existing pull requests on the target branch before creation to prevent duplicates \n Progresses pull requests from draft status to ready for review, then auto-assigns to the creator \n Analyzes PR diffs to ensure specification changes are properly documented
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
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
recipe-create-classroom-course
googleworkspace/cli · Productivity
Automate Google Classroom course creation and student enrollment workflows. \n \n Creates courses with customizable name, section, room, and owner details via the gws-classroom skill \n Invites students by email with role assignment (e.g., STUDENT) and lists enrolled participants \n Requires the gws-classroom skill as a prerequisite dependency \n
create-llms
github/awesome-copilot · AI/ML
Generates a specification-compliant llms.txt file that guides LLMs through repository structure and documentation. \n \n Analyzes repository layout, identifies key files (READMEs, specs, examples, configuration), and catalogs documentation structure before generation \n Creates llms.txt following the official specification at https://llmstxt.org/ with H1 project name, blockquote summary, and organized H2 file sections \n Organizes files into logical categories (Documentation, Specifications, Exa
create-adaptable-composable
vuejs-ai/skills · Productivity
Library-grade Vue composables that accept plain values, refs, or getters as inputs. \n \n Use MaybeRefOrGetter for read-only inputs (computed-friendly) and MaybeRef for writable two-way inputs; normalize with toValue() or toRef() inside reactive effects \n Normalize inputs using toRef() for watcher sources and toValue() for non-reactive resolution to keep behavior predictable across different input types \n Avoid MaybeRefOrGetter when parameters are callbacks, predicates, or comparators to preve
gws-modelarmor-create-template
googleworkspace/cli · Productivity
Create Google Model Armor templates to filter prompts and responses for safety. \n \n Requires GCP project ID, location, and template ID; supports preset templates (jailbreak) or custom JSON configuration \n Templates work with companion sanitize-prompt and sanitize-response commands for comprehensive content filtering \n Write operation requiring user confirmation before execution \n Defaults to jailbreak preset if no preset or JSON configuration is specified \n
create-web-form
github/awesome-copilot · Productivity
Build accessible, production-ready web forms with HTML, CSS, JavaScript, and server-side processing. \n \n Covers complete form lifecycle: HTML structure, CSS styling, JavaScript validation, and server-side handling with PHP or Python \n Includes accessibility best practices (ARIA roles), progressive enhancement, and security guidelines for data transmission \n Provides references for database integration (MySQL), data formats (JSON, XML), and REST API communication \n Supports both client-side
mcp-create-adaptive-cards
github/awesome-copilot · Productivity
Adaptive Card response templates for MCP-based API plugins in Microsoft 365 Copilot. \n \n Supports static templates for consistent data formats, dynamic templates for multiple item types, and combined approaches with fallback defaults \n Includes JSONPath-based data mapping, conditional rendering, number formatting, and responsive single-column layouts optimized for Teams, Word, and PowerPoint \n Provides card elements like TextBlock, FactSet, Image, Container, ColumnSet, and actions with templ