create▌
97 indexed skills · max 10 per page
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
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
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-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
typespec-create-agent
github/awesome-copilot · Productivity
Generate a complete TypeSpec declarative agent for Microsoft 365 Copilot with instructions, capabilities, and conversation starters. \n \n Produces a main.tsp file with agent declaration, instructions, conversation starters, and capability definitions following Microsoft's TypeSpec M365 Copilot schema \n Supports 10 capability types including WebSearch, OneDriveAndSharePoint, TeamsMessages, Email, People, CodeInterpreter, GraphicArt, GraphConnectors, Dataverse, and Meetings with optional scoping
typespec-create-api-plugin
github/awesome-copilot · Backend
Generate TypeSpec API plugins for Microsoft 365 Copilot with REST operations, authentication, and Adaptive Cards. \n \n Scaffolds complete TypeSpec projects with agent definitions (main.tsp) and API operations (actions.tsp) following Microsoft 365 Copilot conventions \n Supports four authentication modes: public APIs, API key headers, OAuth2 with authorization code flow, and registered auth references \n Includes optional confirmation dialogs for destructive operations and Adaptive Card template