███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 801 | co-marketing | coreyhaines31/marketingskills |
No SKILL.md available for this skill. View on GitHub
|
9.7K |
| 802 | editorconfig | github/awesome-copilot |
📜 MISSION You are an EditorConfig Expert . Your mission is to create a robust, comprehensive, and best-practice-oriented .editorconfig file. You will analyze the user's project structure and explicit requirements to generate a configuration that ensures consistent coding styles across different editors and IDEs. You must operate with absolute precision and provide clear, rule-by-rule explanations for your configuration choices. 📝 DIRECTIVES Analyze Context : Before generating the configuration, ...
|
9.7K |
| 803 | xiaohongshu | zhjiang22/openclaw-xhs |
小红书 MCP Skill 基于 xiaohongshu-mcp 封装的 shell 脚本工具集。 前置条件 cd scripts/ ./install-check.sh 检查依赖(xiaohongshu-mcp、jq、python3) ./start-mcp.sh 启动 MCP 服务(默认端口 18060) ./status.sh 确认已登录 未登录时需扫码: mcp-call.sh get_login_qrcode 获取二维码,用小红书 App 扫码。 服务端口可通过 MCP_URL 环境变量覆盖(默认 http://localhost:18060/mcp )。 核心数据流 Show more Installs 9.6K Repository zhjiang22/openclaw-xhs GitHub Stars 100 First Seen Feb 9, 2026 Security Audits Gen Agent Trust Hub Fail Socket Pass Snyk Fail
|
9.7K |
| 804 | coinglass | starchild-ai-agent/official-skills |
Coinglass Coinglass provides the most comprehensive crypto derivatives and institutional data available. 37 tools covering futures positioning, whale tracking, volume analysis, liquidations, and ETF flows. API Plan : Professional ($699/month) Rate Limit : 6000 requests/minute API Version : V4 (with V2 backward compatibility) Total Tools : 37 across 8 categories When to Use Coinglass Use Coinglass for: Derivatives positioning - What are leveraged traders doing? Whale tracking - Track large positi...
|
9.7K |
| 805 | webapp-testing | github/awesome-copilot |
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
|
9.6K |
| 806 | refactor-plan | github/awesome-copilot |
Refactor Plan Create a detailed plan for this refactoring task. Refactor Goal {{refactor_description}} Instructions Search the codebase to understand current state Identify all affected files and their dependencies Plan changes in a safe sequence (types first, then implementations, then tests) Include verification steps between changes Consider rollback if something fails Output Format Refactor Plan: [title] Current State [Brief description of how things work now] Target State [Brief descript...
|
9.6K |
| 807 | flutter-animating-apps | flutter/skills |
Implementing Flutter Animations Contents Core Concepts Animation Strategies Workflows Implementing Implicit Animations Implementing Explicit Animations Implementing Hero Transitions Implementing Physics-Based Animations Examples Core Concepts Manage Flutter animations using the core typed Animation system. Do not manually calculate frames; rely on the framework's ticker and interpolation classes. Animation<T> : Treat this as an abstract representation of a value that changes over time. It holds ...
|
9.6K |
| 808 | flutter-managing-state | flutter/skills |
Managing State in Flutter Contents Core Concepts Architecture and Data Flow Workflow: Selecting a State Management Approach Workflow: Implementing MVVM with Provider Examples Core Concepts Flutter's UI is declarative; it is built to reflect the current state of the app ( UI = f(state) ). When state changes, trigger a rebuild of the UI that depends on that state. Distinguish between two primary types of state to determine your management strategy: Ephemeral State (Local State): State contained ne...
|
9.6K |
| 809 | smart-search | jackwener/opencli |
智能搜索路由器 根据话题和场景,将查询路由到最佳的 opencli 搜索源。此 skill 的核心目标不是记忆命令,而是先定位数据源,再让 Agent 通过 opencli 自己读取实时帮助,避免文档漂移。 强制预检 每次使用前,必须先做下面两步: 运行 opencli list -f yaml 用 live registry 确认候选站点是否存在,并检查 strategy 、 browser 、 domain 选定站点后,必须再做下面两步: 运行 opencli <site> -h 查看该站点有哪些子命令 若已锁定某个子命令,再运行 opencli <site> <command> -h 查看参数、输出列、策略 不要在 skill 文档里硬编码参数或假设命令签名;以 opencli ... -h 的实时输出为准。 主路由规则 只使用这一条规则,不再维护多套优先级: 当用户明确指定网站、平台或数据源时,直接使用对应网站。 当用户没有指定网站时,优先只选择一个 AI 源: grok 、 doubao 、 gemini 三选一。 当 AI 返回内容不足、缺少原始数据、需要权威佐证或需要垂直...
|
9.6K |
| 810 | my-issues | github/awesome-copilot |
Search the current repo (using githubRepo for the repo info) and list any issues you find (using list_issues) that are assigned to me. Suggest issues that I might want to focus on based on their age, the amount of comments, and their status (open/closed).
|
9.6K |
| 811 | design-system-patterns | wshobson/agents |
Design System Patterns Master design system architecture to create consistent, maintainable, and scalable UI foundations across web and mobile applications. When to Use This Skill Creating design tokens for colors, typography, spacing, and shadows Implementing light/dark theme switching with CSS custom properties Building multi-brand theming systems Architecting component libraries with consistent APIs Establishing design-to-code workflows with Figma tokens Creating semantic token hierarchies ...
|
9.6K |
| 812 | sql-code-review | github/awesome-copilot |
SQL Code Review Perform a thorough SQL code review of ${selection} (or entire project if no selection) focusing on security, performance, maintainability, and database best practices. 🔒 Security Analysis SQL Injection Prevention -- ❌ CRITICAL: SQL Injection vulnerability query = "SELECT * FROM users WHERE id = " + userInput ; query = f "DELETE FROM orders WHERE user_id = {user_id}" ; -- ✅ SECURE: Parameterized queries -- PostgreSQL/MySQL PREPARE stmt FROM 'SELECT * FROM users WHERE id = ?' ; EXE...
|
9.5K |
| 813 | postgresql-code-review | github/awesome-copilot |
PostgreSQL Code Review Assistant Expert PostgreSQL code review for ${selection} (or entire project if no selection). Focus on PostgreSQL-specific best practices, anti-patterns, and quality standards that are unique to PostgreSQL. 🎯 PostgreSQL-Specific Review Areas JSONB Best Practices -- ❌ BAD: Inefficient JSONB usage SELECT * FROM orders WHERE data - >> 'status' = 'shipped' ; -- No index support -- ✅ GOOD: Indexable JSONB queries CREATE INDEX idx_orders_status ON orders USING gin ( ( data - > '...
|
9.5K |
| 814 | create-implementation-plan | github/awesome-copilot |
Create Implementation Plan Primary Directive Your goal is to create a new implementation plan file for ${input:PlanPurpose} . Your output must be machine-readable, deterministic, and structured for autonomous execution by other AI systems or humans. Execution Context This prompt is designed for AI-to-AI communication and automated processing. All instructions must be interpreted literally and executed systematically without human interpretation or clarification. Core Requirements Generate implem...
|
9.5K |
| 815 | flutter-theming-apps | flutter/skills |
Implementing Flutter Theming and Adaptive Design Contents Core Theming Concepts Material 3 Guidelines Component Theme Normalization Button Styling Platform Idioms & Adaptive Design Workflows Examples Core Theming Concepts Flutter applies styling in a strict hierarchy: styles applied to the specific widget -> themes that override the immediate parent theme -> the main app theme. Define app-wide themes using the theme property of MaterialApp with a ThemeData instance. Override themes for specific ...
|
9.5K |
| 816 | nano-banana-pro-openrouter | github/awesome-copilot |
Nano Banana Pro OpenRouter Overview Generate or edit images with OpenRouter using the google/gemini-3-pro-image-preview model. Support prompt-only generation, single-image edits, and multi-image composition. Prompt-only generation uv run {baseDir}/scripts/generate_image.py \ --prompt "A cinematic sunset over snow-capped mountains" \ --filename sunset.png Edit a single image uv run {baseDir}/scripts/generate_image.py \ --prompt "Replace the sky with a dramatic aurora" \ --input-image input.jpg \ ...
|
9.5K |
| 817 | kubernetes-specialist | jeffallan/claude-skills |
Kubernetes Specialist When to Use This Skill Deploying workloads (Deployments, StatefulSets, DaemonSets, Jobs) Configuring networking (Services, Ingress, NetworkPolicies) Managing configuration (ConfigMaps, Secrets, environment variables) Setting up persistent storage (PV, PVC, StorageClasses) Creating Helm charts for application packaging Troubleshooting cluster and workload issues Implementing security best practices Core Workflow Analyze requirements — Understand workload characteristics, sca...
|
9.5K |
| 818 | apple-appstore-reviewer | github/awesome-copilot |
Apple App Store Review Specialist You are an Apple App Store Review Specialist auditing an iOS app’s source code and metadata from the perspective of an App Store reviewer . Your job is to identify likely rejection risks and optimization opportunities . Specific Instructions You must: Change no code initially. Review the codebase and relevant project files (e.g., Info.plist, entitlements, privacy manifests, StoreKit config, onboarding flows, paywalls, etc.). Produce prioritized, actionable recom...
|
9.5K |
| 819 | prisma-database-setup | prisma/skills |
Prisma Database Setup Comprehensive guides for configuring Prisma ORM with various database providers. When to Apply Reference this skill when: Initializing a new Prisma project Switching database providers Configuring connection strings and environment variables Troubleshooting database connection issues Setting up database-specific features Generating and instantiating Prisma Client Rule Categories by Priority Priority Category Impact Prefix 1 Provider Guides CRITICAL provider names 2 Prisma P...
|
9.5K |
| 820 | react-native-design | wshobson/agents |
React Native Design Master React Native styling patterns, React Navigation, and Reanimated 3 to build performant, cross-platform mobile applications with native-quality user experiences. When to Use This Skill Building cross-platform mobile apps with React Native Implementing navigation with React Navigation 6+ Creating performant animations with Reanimated 3 Styling components with StyleSheet and styled-components Building responsive layouts for different screen sizes Implementing platform-spec...
|
9.5K |
| 821 | python-mcp-server-generator | github/awesome-copilot |
Generate Python MCP Server Create a complete Model Context Protocol (MCP) server in Python with the following specifications: Requirements Project Structure : Create a new Python project with proper structure using uv Dependencies : Include mcp[cli] package with uv Transport Type : Choose between stdio (for local) or streamable-http (for remote) Tools : Create at least one useful tool with proper type hints Error Handling : Include comprehensive error handling and validation Implementation Detai...
|
9.5K |
| 822 | insforge | insforge/agent-skills |
InsForge SDK Skill This skill covers client-side SDK integration using @insforge/sdk . For backend infrastructure operations (creating tables, inspecting schema, deploying functions, secrets, managing storage buckets, website deployments, cron job and schedules, logs, etc.), use the insforge-cli skill. Quick Setup npm install @insforge/sdk@latest import { createClient } from '@insforge/sdk' const insforge = createClient ( { baseUrl : 'https://your-project.region.insforge.app' , anonKey : 'your-a...
|
9.5K |
| 823 | game-engine | github/awesome-copilot |
Game Engine Skill Build web-based games and game engines using HTML5 Canvas, WebGL, and JavaScript. This skill includes starter templates, reference documentation, and step-by-step workflows for 2D and 3D game development with frameworks such as Phaser, Three.js, Babylon.js, and A-Frame. When to Use This Skill Building a game engine or game from scratch using web technologies Implementing game loops, physics, collision detection, or rendering Working with HTML5 Canvas, WebGL, or SVG for game gra...
|
9.4K |
| 824 | pytest-coverage | github/awesome-copilot |
The goal is for the tests to cover all lines of code. Generate a coverage report with: pytest --cov --cov-report=annotate:cov_annotate If you are checking for coverage of a specific module, you can specify it like this: pytest --cov=your_module_name --cov-report=annotate:cov_annotate You can also specify specific tests to run, for example: pytest tests/test_your_module.py --cov=your_module_name --cov-report=annotate:cov_annotate Open the cov_annotate directory to view the annotated source code. ...
|
9.4K |
| 825 | prompt-builder | github/awesome-copilot |
Professional Prompt Builder You are an expert prompt engineer specializing in GitHub Copilot prompt development with deep knowledge of: Prompt engineering best practices and patterns VS Code Copilot customization capabilities Effective persona design and task specification Tool integration and front matter configuration Output format optimization for AI consumption Your task is to guide me through creating a new .prompt.md file by systematically gathering requirements and generating a complete, ...
|
9.4K |
| 826 | react-native-architecture | wshobson/agents |
React Native Architecture Production-ready patterns for React Native development with Expo, including navigation, state management, native modules, and offline-first architecture. When to Use This Skill Starting a new React Native or Expo project Implementing complex navigation patterns Integrating native modules and platform APIs Building offline-first mobile applications Optimizing React Native performance Setting up CI/CD for mobile releases Core Concepts 1. Project Structure src/ ├── app/ ...
|
9.4K |
| 827 | agentic-eval | github/awesome-copilot |
Agentic Evaluation Patterns Patterns for self-improvement through iterative evaluation and refinement. Overview Evaluation patterns enable agents to assess and improve their own outputs, moving beyond single-shot generation to iterative refinement loops. Generate → Evaluate → Critique → Refine → Output ↑ │ └──────────────────────────────┘ When to Use Quality-critical generation: Code, reports, analysis requiring high accuracy Tasks with clear evaluation ...
|
9.4K |
| 828 | php-pro | jeffallan/claude-skills |
PHP Pro Senior PHP developer with deep expertise in PHP 8.3+, Laravel, Symfony, and modern PHP patterns with strict typing and enterprise architecture. Role Definition You are a senior PHP developer with 10+ years of experience building enterprise applications. You specialize in PHP 8.3+ with strict typing, Laravel/Symfony frameworks, async patterns (Swoole, ReactPHP), and PSR standards. You build scalable, maintainable applications with PHPStan level 9 compliance and 80%+ test coverage. Whe...
|
9.4K |
| 829 | insforge-cli | insforge/agent-skills |
InsForge CLI Command-line tool for managing InsForge Backend-as-a-Service projects. Critical: Session Start Checks insforge whoami verify authentication insforge current verify linked project If not authenticated: insforge login If no project linked: insforge create (new) or insforge link (existing) Global Options Flag Description --json Structured JSON output (for scripts and agents) -y, --yes Skip confirmation prompts Exit Codes Code Meaning 0 Success 1 General error (e.g., HTTP 400+ from fu...
|
9.4K |
| 830 | gws-script | googleworkspace/cli |
script (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws script < resource > < method > [ flags ] Helper Commands Command Description +push Upload local files to an Apps Script project API Resources processes list — List information about processes made by or on behalf of a user, such as process type and current status. listScriptProcesses — List information about a script's executed processes, such as...
|
9.4K |
| 831 | solidity-security | wshobson/agents |
Solidity Security Master smart contract security best practices, vulnerability prevention, and secure Solidity development patterns. When to Use This Skill Writing secure smart contracts Auditing existing contracts for vulnerabilities Implementing secure DeFi protocols Preventing reentrancy, overflow, and access control issues Optimizing gas usage while maintaining security Preparing contracts for professional audits Understanding common attack vectors Critical Vulnerabilities 1. Reentrancy Atta...
|
9.3K |
| 832 | breakdown-feature-prd | github/awesome-copilot |
Feature PRD Prompt Goal Act as an expert Product Manager for a large-scale SaaS platform. Your primary responsibility is to take a high-level feature or enabler from an Epic and create a detailed Product Requirements Document (PRD). This PRD will serve as the single source of truth for the engineering team and will be used to generate a comprehensive technical specification. Review the user's request for a new feature and the parent Epic, and generate a thorough PRD. If you don't have enough inf...
|
9.3K |
| 833 | ai-prompt-engineering-safety-review | github/awesome-copilot |
AI Prompt Engineering Safety Review & Improvement You are an expert AI prompt engineer and safety specialist with deep expertise in responsible AI development, bias detection, security analysis, and prompt optimization. Your task is to conduct comprehensive analysis, review, and improvement of prompts for safety, bias, security, and effectiveness. Follow the comprehensive best practices outlined in the AI Prompt Engineering & Safety Best Practices instruction. Your Mission Analyze the provided p...
|
9.3K |
| 834 | agentation | benjitaylor/agentation |
Agentation Setup Set up the Agentation annotation toolbar in this project. Steps Check if already installed Look for agentation in package.json dependencies If not found, run npm install agentation (or pnpm/yarn based on lockfile) Check if already configured Search for <Agentation or import { Agentation } in src/ or app/ If found, report that Agentation is already set up and exit Detect framework Next.js App Router: has app/layout.tsx or app/layout.js Next.js Pages Router: has pages/_app.tsx or ...
|
9.3K |
| 835 | flutter-implementing-navigation-and-routing | flutter/skills |
Implementing Navigation and Routing in Flutter Contents Core Concepts Implementing Imperative Navigation Implementing Declarative Navigation Implementing Nested Navigation Workflows Examples Core Concepts Routes: In Flutter, screens and pages are referred to as routes . A route is simply a widget. This is equivalent to an Activity in Android or a ViewController in iOS. Navigator vs. Router: Use Navigator (Imperative) for small applications without complex deep linking requirements. It manages a ...
|
9.3K |
| 836 | create-github-action-workflow-specification | github/awesome-copilot |
Create GitHub Actions Workflow Specification Create a comprehensive specification for the GitHub Actions workflow: ${input:WorkflowFile} . This specification serves as a specification for the workflow's behavior, requirements, and constraints. It must be implementation-agnostic, focusing on what the workflow accomplishes rather than how it's implemented. AI-Optimized Requirements Token Efficiency : Use concise language without sacrificing clarity Structured Data : Leverage tables, lists, and dia...
|
9.3K |
| 837 | mcp integration | anthropics/claude-code |
MCP Integration for Claude Code Plugins Overview Model Context Protocol (MCP) enables Claude Code plugins to integrate with external services and APIs by providing structured tool access. Use MCP integration to expose external service capabilities as tools within Claude Code. Key capabilities: Connect to external services (databases, APIs, file systems) Provide 10+ related tools from a single service Handle OAuth and complex authentication flows Bundle MCP servers with plugins for automatic setu...
|
9.3K |
| 838 | typescript-mcp-server-generator | github/awesome-copilot |
Generate TypeScript MCP Server Create a complete Model Context Protocol (MCP) server in TypeScript with the following specifications: Requirements Project Structure : Create a new TypeScript/Node.js project with proper directory structure NPM Packages : Include @modelcontextprotocol/sdk, zod@3, and either express (for HTTP) or stdio support TypeScript Configuration : Proper tsconfig.json with ES modules support Server Type : Choose between HTTP (with Streamable HTTP transport) or stdio-based ser...
|
9.2K |
| 839 | azure-deployment-preflight | github/awesome-copilot |
Azure Deployment Preflight Validation This skill validates Bicep deployments before execution, supporting both Azure CLI (az) and Azure Developer CLI (azd) workflows. When to Use This Skill Before deploying infrastructure to Azure When preparing or reviewing Bicep files To preview what changes a deployment will make To verify permissions are sufficient for deployment Before running azd up, azd provision, or az deployment commands Validation Process Follow these steps in order. Continue to the...
|
9.2K |
| 840 | appinsights-instrumentation | github/awesome-copilot |
AppInsights Instrumentation Guide This skill provides guidance and reference material for instrumenting webapps with Azure Application Insights. ⛔ ADDING COMPONENTS? If the user wants to add App Insights to their app , invoke azure-prepare instead. This skill provides reference material—azure-prepare orchestrates the actual changes. When to Use This Skill User asks how to instrument (guidance, patterns, examples) User needs SDK setup instructions azure-prepare invokes this skill during research ...
|
9.2K |
| 841 | mcp-builder | mcp-use/mcp-use |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
|
9.2K |
| 842 | dataverse-python-production-code | github/awesome-copilot |
System Instructions You are an expert Python developer specializing in the PowerPlatform-Dataverse-Client SDK. Generate production-ready code that: Implements proper error handling with DataverseError hierarchy Uses singleton client pattern for connection management Includes retry logic with exponential backoff for 429/timeout errors Applies OData optimization (filter on server, select only needed columns) Implements logging for audit trails and debugging Includes type hints and docstrings Follo...
|
9.2K |
| 843 | markdown-to-html | github/awesome-copilot |
Markdown to HTML Conversion Expert skill for converting Markdown documents to HTML using the marked.js library, or writing data conversion scripts; in this case scripts similar to markedJS/marked repository. For custom scripts knowledge is not confined to marked.js , but data conversion methods are utilized from tools like pandoc and gomarkdown/markdown for data conversion; jekyll/jekyll and gohugoio/hugo for templating systems. The conversion script or tool should handle single files, batch con...
|
9.2K |
| 844 | monorepo-management | wshobson/agents |
Monorepo Management Build efficient, scalable monorepos that enable code sharing, consistent tooling, and atomic changes across multiple packages and applications. When to Use This Skill Setting up new monorepo projects Migrating from multi-repo to monorepo Optimizing build and test performance Managing shared dependencies Implementing code sharing strategies Setting up CI/CD for monorepos Versioning and publishing packages Debugging monorepo-specific issues Core Concepts 1. Why Monorepos? Advan...
|
9.2K |
| 845 | ai-paper-reproduction | lllllllama/ai-paper-reproduction-skill |
ai-paper-reproduction Use when The user wants the agent to reproduce an AI paper repository. The target is a code repository with a README, scripts, configs, or documented commands. The goal is a minimal trustworthy run, not unlimited experimentation. The user needs standardized outputs that another human or model can audit quickly. The task spans more than one stage, such as intake plus setup, or setup plus execution plus reporting. Do not use when The task is a general literature review or pap...
|
9.1K |
| 846 | azure-role-selector | github/awesome-copilot |
Use 'Azure MCP/documentation' tool to find the minimal role definition that matches the desired permissions the user wants to assign to an identity (If no built-in role matches the desired permissions, use 'Azure MCP/extension_cli_generate' tool to create a custom role definition with the desired permissions). Use 'Azure MCP/extension_cli_generate' tool to generate the CLI commands needed to assign that role to the identity and use the 'Azure MCP/bicepschema' and the 'Azure MCP/get_bestpractices...
|
9.1K |
| 847 | mcp-cli | github/awesome-copilot |
MCP-CLI Access MCP servers through the command line. MCP enables interaction with external systems like GitHub, filesystems, databases, and APIs. Commands Command Output mcp-cli List all servers and tool names mcp-cli <server> Show tools with parameters mcp-cli <server>/<tool> Get tool JSON schema mcp-cli <server>/<tool> '<json>' Call tool with arguments mcp-cli grep "<glob>" Search tools by name Add -d to include descriptions (e.g., mcp-cli filesystem -d) Workflow Discover: mcp-cli → see av...
|
9.1K |
| 848 | meeting-minutes | github/awesome-copilot |
Meeting Minutes Skill — Short Internal Meetings Purpose / Overview This Skill produces high-quality, consistent meeting minutes for internal meetings that are 60 minutes or shorter. Output is designed to be clear, actionable, and easy to convert into task trackers (e.g., GitHub Issues, Jira). The generated minutes prioritize decisions and action items so teams can move quickly from discussion to execution. When to Use Use this skill when: Internal syncs, standups, design reviews, triage, plannin...
|
9.1K |
| 849 | pdftk-server | github/awesome-copilot |
PDFtk Server PDFtk Server is a command-line tool for working with PDF documents. It can merge, split, rotate, encrypt, decrypt, watermark, stamp, fill forms, extract metadata, and manipulate PDFs in a variety of ways. When to Use This Skill Merging or joining multiple PDF files into one Splitting or bursting a PDF into individual pages Rotating PDF pages Encrypting or decrypting PDF files Filling PDF form fields from FDF/XFDF data Applying background watermarks or foreground stamps Extracting PD...
|
9.1K |
| 850 | plantuml-ascii | github/awesome-copilot |
PlantUML ASCII Art Diagram Generator Overview Create text-based ASCII art diagrams using PlantUML. Perfect for documentation in terminal environments, README files, emails, or any scenario where graphical diagrams aren't suitable. What is PlantUML ASCII Art? PlantUML can generate diagrams as plain text (ASCII art) instead of images. This is useful for: Terminal-based workflows Git commits/PRs without image support Documentation that needs to be version-controlled Environments where graphical...
|
9.1K |