███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 301 | use-dom | expo/skills |
What are DOM Components? DOM components allow web code to run verbatim in a webview on native platforms while rendering as-is on web. This enables using web-only libraries like recharts, react-syntax-highlighter, or any React web library in your Expo app without modification. When to Use DOM Components Use DOM components when you need: Web-only libraries — Charts (recharts, chart.js), syntax highlighters, rich text editors, or any library that depends on DOM APIs Migrating web code — Bring e...
|
8.2K |
| 302 | planning-with-files | othmanadi/planning-with-files |
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session (v2.2.0) Before starting work , check for unsynced context from a previous session: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction SilentlyContinue ) . Source " $env :USERPROFILE\.claude\skills\planning-with-files\scripts\session-catc...
|
8.2K |
| 303 | memory-merger | github/awesome-copilot |
Memory Merger You consolidate mature learnings from a domain's memory file into its instruction file, ensuring knowledge preservation with minimal redundancy. Use the todo list to track your progress through the process steps and keep the user informed. Scopes Memory instructions can be stored in two scopes: Global ( global or user ) - Stored in <global-prompts> ( vscode-userdata:/User/prompts/ ) and apply to all VS Code projects Workspace ( workspace or ws ) - Stored in <workspace-instructions>...
|
8.2K |
| 304 | postgresql-table-design | wshobson/agents |
PostgreSQL Table Design Core Rules Define a PRIMARY KEY for reference tables (users, orders, etc.). Not always needed for time-series/event/log data. When used, prefer BIGINT GENERATED ALWAYS AS IDENTITY; use UUID only when global uniqueness/opacity is needed. Normalize first (to 3NF) to eliminate data redundancy and update anomalies; denormalize only for measured, high-ROI reads where join performance is proven problematic. Premature denormalization creates maintenance burden. Add NOT NULL ever...
|
8.2K |
| 305 | gws-drive | googleworkspace/cli |
drive (v3) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws drive < resource > < method > [ flags ] Helper Commands Command Description +upload Upload a file with automatic metadata API Resources about get — Gets information about the user, the user's Drive, and system capabilities. For more information, see Return user info . Required: The fields parameter must be set. To return the exact fields you need,...
|
8.1K |
| 306 | frontend-design-system | supercent-io/skills-template |
Frontend Design System 프로덕션 수준의 UI 디자인을 위한 스킬입니다. 명확한 디자인 토큰, 레이아웃 규칙, 모션 가이드라인, 접근성 체크를 통해 일관되고 확장 가능한 프론트엔드 개발을 지원합니다. When to use this skill 프로덕션 품질 UI 필요: 프롬프트에서 고품질 UI 생성 일관된 디자인 언어: 화면 간 일관된 시각적 언어 타이포그래피/레이아웃/모션 가이드: 체계적인 디자인 시스템 Instructions Step 1: Define Design Tokens // design-tokens.ts export const tokens = { // Colors colors: { primary: { 50: 'EFF6FF', 100: 'DBEAFE', 500: '3B82F6', 600: '2563EB', 700: '1D4ED8', }, secondary: { 50...
|
8.1K |
| 307 | playwright-cli | microsoft/playwright-cli |
Browser Automation with playwright-cli Quick start open new browser playwright-cli open navigate to a page playwright-cli goto https://playwright.dev interact with the page using refs from the snapshot playwright-cli click e15 playwright-cli type "page.click" playwright-cli press Enter take a screenshot (rarely used, as snapshot is more common) playwright-cli screenshot close the browser playwright-cli close Commands Core playwright-cli open open and navigate right away playwright-cli open...
|
8.1K |
| 308 | chrome-devtools | github/awesome-copilot |
Chrome DevTools Agent Overview A specialized skill for controlling and inspecting a live Chrome browser. This skill leverages the chrome-devtools MCP server to perform a wide range of browser-related tasks, from simple navigation to complex performance profiling. When to Use Use this skill when: Browser Automation : Navigating pages, clicking elements, filling forms, and handling dialogs. Visual Inspection : Taking screenshots or text snapshots of web pages. Debugging : Inspecting console messag...
|
8.1K |
| 309 | pptx-presentation-builder | supercent-io/skills-template |
PPTX Presentation Builder 브랜드 가이드라인에 맞춘 전문 PPTX 프레젠테이션 빌더 스킬입니다. 피치덱, 로드맵, 제품 소개 등 다양한 프레젠테이션을 구조화된 브리프와 검증 단계로 생성합니다. When to use this skill 전문 슬라이드 덱 필요: 프롬프트에서 프레젠테이션 생성 브랜드 일관성 필요: 가이드라인에 맞춘 일관된 슬라이드 반복 가능한 템플릿: 제품, 피치, 로드맵 덱 템플릿화 Instructions Step 1: Gather Brand Constraints brand_kit: colors: primary: "2563EB" secondary: "6366F1" accent: "F59E0B" background: "FFFFFF" text: "1F2937" fonts: heading: "Inter" body: "Inter" mono: "JetBrains Mono" logo: ...
|
8K |
| 310 | github-issues | github/awesome-copilot |
GitHub Issues Manage GitHub issues using the @modelcontextprotocol/server-github MCP server. Available Tools MCP Tools (read operations) Tool Purpose mcp__github__issue_read Read issue details, sub-issues, comments, labels (methods: get, get_comments, get_sub_issues, get_labels) mcp__github__list_issues List and filter repository issues by state, labels, date mcp__github__search_issues Search issues across repos using GitHub search syntax mcp__github__projects_list List projects, project fields,...
|
8K |
| 311 | nestjs-best-practices | kadajett/agent-nestjs-skills |
NestJS Best Practices Comprehensive best practices guide for NestJS applications. Contains 40 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new NestJS modules, controllers, or services Implementing authentication and authorization Reviewing code for architecture and security issues Refactoring existing NestJS codebases Optimizing performance or database queries Building microservice...
|
8K |
| 312 | playwright-generate-test | github/awesome-copilot |
Test Generation with Playwright MCP Your goal is to generate a Playwright test based on the provided scenario after completing all prescribed steps. Specific Instructions You are given a scenario, and you need to generate a playwright test for it. If the user does not provide a scenario, you will ask them to provide one. DO NOT generate test code prematurely or based solely on the scenario without completing all prescribed steps. DO run steps one by one using the tools provided by the Playwright...
|
7.9K |
| 313 | postgresql-optimization | github/awesome-copilot |
PostgreSQL Development Assistant Expert PostgreSQL guidance for ${selection} (or entire project if no selection). Focus on PostgreSQL-specific features, optimization patterns, and advanced capabilities. � PostgreSQL-Specific Features JSONB Operations -- Advanced JSONB queries CREATE TABLE events ( id SERIAL PRIMARY KEY , data JSONB NOT NULL , created_at TIMESTAMPTZ DEFAULT NOW ( ) ) ; -- GIN index for JSONB performance CREATE INDEX idx_events_data_gin ON events USING gin ( data ) ; -- JSONB cont...
|
7.9K |
| 314 | multi-stage-dockerfile | github/awesome-copilot |
Your goal is to help me create efficient multi-stage Dockerfiles that follow best practices, resulting in smaller, more secure container images. Multi-Stage Structure Use a builder stage for compilation, dependency installation, and other build-time operations Use a separate runtime stage that only includes what's needed to run the application Copy only the necessary artifacts from the builder stage to the runtime stage Use meaningful stage names with the AS keyword (e.g., FROM node:18 AS builde...
|
7.9K |
| 315 | web-design-reviewer | github/awesome-copilot |
Web Design Reviewer This skill enables visual inspection and validation of website design quality, identifying and fixing issues at the source code level. Scope of Application Static sites (HTML/CSS/JS) SPA frameworks such as React / Vue / Angular / Svelte Full-stack frameworks such as Next.js / Nuxt / SvelteKit CMS platforms such as WordPress / Drupal Any other web application Prerequisites Required Target website must be running Local development server (e.g., http://localhost:3000) Stagin...
|
7.9K |
| 316 | fastapi-templates | wshobson/agents |
FastAPI Project Templates Production-ready FastAPI project structures with async patterns, dependency injection, middleware, and best practices for building high-performance APIs. When to Use This Skill Starting new FastAPI projects from scratch Implementing async REST APIs with Python Building high-performance web services and microservices Creating async applications with PostgreSQL, MongoDB Setting up API projects with proper structure and testing Core Concepts 1. Project Structure Recomme...
|
7.9K |
| 317 | prompt-engineering-patterns | wshobson/agents |
Prompt Engineering Patterns Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability. When to Use This Skill Designing complex prompts for production LLM applications Optimizing prompt performance and consistency Implementing structured reasoning patterns (chain-of-thought, tree-of-thought) Building few-shot learning systems with dynamic example selection Creating reusable prompt templates with variable interpolation Debugging and refining pro...
|
7.8K |
| 318 | playwright-explore-website | github/awesome-copilot |
Website Exploration for Testing Your goal is to explore the website and identify key functionalities. Specific Instructions Navigate to the provided URL using the Playwright MCP Server. If no URL is provided, ask the user to provide one. Identify and interact with 3-5 core features or user flows. Document the user interactions, relevant UI elements (and their locators), and the expected outcomes. Close the browser context upon completion. Provide a concise summary of your findings. Propose and g...
|
7.8K |
| 319 | electron | vercel-labs/agent-browser |
Electron App Automation Automate any Electron desktop app using agent-browser. Electron apps are built on Chromium and expose a Chrome DevTools Protocol (CDP) port that agent-browser can connect to, enabling the same snapshot-interact workflow used for web pages. Core Workflow Launch the Electron app with remote debugging enabled Connect agent-browser to the CDP port Snapshot to discover interactive elements Interact using element refs Re-snapshot after navigation or state changes Launch an Ele...
|
7.8K |
| 320 | marketing-skills-collection | supercent-io/skills-template |
Marketing Skills Collection 마케팅 딜리버러블을 위한 23개 서브스킬 컬렉션입니다. CRO, 카피라이팅, SEO, 애널리틱스, 그로스 영역에서 반복 가능한 고품질 산출물을 생성합니다. When to use this skill 마케팅 딜리버러블 필요: CRO, 카피, SEO, 분석, 그로스 산출물 반복 가능한 고품질 산출물: 단일 KPI에 맞춘 에셋 생성 비즈니스 목표 → 스킬 매핑: 목표를 구체적인 마케팅 서브스킬로 변환 23 Sub-Skills Overview CRO (Conversion Rate Optimization) Sub-Skill Description page-cro 랜딩 페이지 전환율 최적화 signup-flow 회원가입 플로우 최적화 onboarding 온보딩 경험 개선 form-optimization 폼 최적화 (필드, UX) paywall 페이월/프라이싱 페이지 최적화 Copywriting Sub-Skill Description copywr...
|
7.7K |
| 321 | dotnet-best-practices | github/awesome-copilot |
.NET/C Best Practices Your task is to ensure .NET/C code in ${selection} meets the best practices specific to this solution/project. This includes: Documentation & Structure Create comprehensive XML documentation comments for all public classes, interfaces, methods, and properties Include parameter descriptions and return value descriptions in XML comments Follow the established namespace structure: {Core|Console|App|Service}.{Feature} Design Patterns & Architecture Use primary constructor synta...
|
7.7K |
| 322 | create-readme | github/awesome-copilot |
Role You're a senior expert software engineer with extensive experience in open source projects. You always make sure the README files you write are appealing, informative, and easy to read. Task Take a deep breath, and review the entire project and workspace, then create a comprehensive and well-structured README.md file for the project. Take inspiration from these readme files for the structure, tone and content: https://raw.githubusercontent.com/Azure-Samples/serverless-chat-langchainjs/refs/...
|
7.7K |
| 323 | vueuse-functions | antfu/skills |
VueUse Functions This skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements to the most suitable VueUse function, applies the correct usage pattern, and prefers composable-based solutions over bespoke code to keep implementations concise, maintainable, and performant. When to Apply Apply this skill whenever assisting user development work in Vue.js / Nuxt. Always check first whether a VueUse function can implement the requirement. Pre...
|
7.7K |
| 324 | vercel-react-best-practices | supercent-io/skills-template |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
7.7K |
| 325 | react-native-best-practices | callstackincubator/agent-skills |
React Native Best Practices Overview Performance optimization guide for React Native applications, covering JavaScript/React, Native (iOS/Android), and bundling optimizations. Based on Callstack's "Ultimate Guide to React Native Optimization". Skill Format Each reference file follows a hybrid format for fast lookup and deep understanding: Quick Pattern: Incorrect/Correct code snippets for immediate pattern matching Quick Command: Shell commands for process/measurement skills Quick Config: Co...
|
7.7K |
| 326 | gws-calendar | googleworkspace/cli |
calendar (v3) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws calendar < resource > < method > [ flags ] Helper Commands Command Description +insert create a new event +agenda Show upcoming events across all calendars API Resources acl delete — Deletes an access control rule. get — Returns an access control rule. insert — Creates an access control rule. list — Returns the rules in the access control list ...
|
7.7K |
| 327 | microsoft-docs | github/awesome-copilot |
Microsoft Docs Tools Tool Use For microsoft_docs_search Find documentation—concepts, guides, tutorials, configuration microsoft_docs_fetch Get full page content (when search excerpts aren't enough) When to Use Understanding concepts — "How does Cosmos DB partitioning work?" Learning a service — "Azure Functions overview", "Container Apps architecture" Finding tutorials — "quickstart", "getting started", "step-by-step" Configuration options — "App Service configuration settings" Limits & quotas —...
|
7.7K |
| 328 | obsidian-bases | kepano/obsidian-skills |
Obsidian Bases Skill This skill enables skills-compatible agents to create and edit valid Obsidian Bases (.base files) including views, filters, formulas, and all related configurations. Overview Obsidian Bases are YAML-based files that define dynamic views of notes in an Obsidian vault. A Base file can contain multiple views, global filters, formulas, property configurations, and custom summaries. File Format Base files use the .base extension and contain valid YAML. They can also be embed...
|
7.6K |
| 329 | penpot-uiux-design | github/awesome-copilot |
Penpot UI/UX Design Guide Create professional, user-centered designs in Penpot using the penpot/penpot-mcp MCP server and proven UI/UX principles. Available MCP Tools Tool Purpose mcp__penpot__execute_code Run JavaScript in Penpot plugin context to create/modify designs mcp__penpot__export_shape Export shapes as PNG/SVG for visual inspection mcp__penpot__import_image Import images (icons, photos, logos) into designs mcp__penpot__penpot_api_info Retrieve Penpot API documentation MCP Server Setup ...
|
7.6K |
| 330 | conventional-commit | github/awesome-copilot |
Instructions < description > This file contains a prompt template for generating conventional commit messages. It provides instructions, examples, and formatting guidelines to help users write standardized, descriptive commit messages in accordance with the Conventional Commits specification. </ description > Workflow Follow these steps: Run git status to review changed files. Run git diff or git diff --cached to inspect changes. Stage your changes with git add <file> . Construct your commit mes...
|
7.6K |
| 331 | azure-devops-cli | github/awesome-copilot |
Azure DevOps CLI This Skill helps manage Azure DevOps resources using the Azure CLI with Azure DevOps extension. CLI Version: 2.81.0 (current as of 2025) Prerequisites Install Azure CLI and Azure DevOps extension: Install Azure CLI brew install azure-cli macOS curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash Linux pip install azure-cli via pip Verify installation az --version Install Azure DevOps extension az extension add --name azure-devops az extension show --name azure-...
|
7.6K |
| 332 | javascript-typescript-jest | github/awesome-copilot |
Test Structure Name test files with .test.ts or .test.js suffix Place test files next to the code they test or in a dedicated __tests__ directory Use descriptive test names that explain the expected behavior Use nested describe blocks to organize related tests Follow the pattern: describe('Component/Function/Class', () => { it('should do something', () => {}) }) Effective Mocking Mock external dependencies (APIs, databases, etc.) to isolate your tests Use jest.mock() for module-level mocks Use j...
|
7.6K |
| 333 | sql-optimization | github/awesome-copilot |
SQL Performance Optimization Assistant Expert SQL performance optimization for ${selection} (or entire project if no selection). Focus on universal SQL optimization techniques that work across MySQL, PostgreSQL, SQL Server, Oracle, and other SQL databases. 🎯 Core Optimization Areas Query Performance Analysis -- ❌ BAD: Inefficient query patterns SELECT * FROM orders o WHERE YEAR ( o . created_at ) = 2024 AND o . customer_id IN ( SELECT c . id FROM customers c WHERE c . status = 'active' ) ; -- ✅ ...
|
7.6K |
| 334 | image-generation-mcp | supercent-io/skills-template |
Image Generation via MCP MCP를 통한 AI 이미지 생성 스킬입니다. Gemini 모델 또는 호환 서비스를 사용하여 마케팅, UI, 프레젠테이션용 고품질 이미지를 생성합니다. When to use this skill 마케팅 에셋: 히어로 이미지, 배너, 소셜 미디어 콘텐츠 UI/UX 디자인: 플레이스홀더 이미지, 아이콘, 일러스트레이션 프레젠테이션: 슬라이드 배경, 제품 시각화 브랜드 일관성: 스타일 가이드 기반 이미지 생성 Instructions Step 1: Configure MCP Environment MCP 서버 설정 확인 claude mcp list Gemini CLI 사용 가능 여부 확인 gemini-cli가 설치되어 있어야 함 필수 설정: Model name (gemini-2.5-flash, gemini-3-pro 등) API key reference (환경 변수로 저장) Output directory Step 2: Define the...
|
7.6K |
| 335 | agentic-principles | supercent-io/skills-template |
AI 에이전트 협업 핵심 원칙 (Agentic Development Principles) "AI는 부조종사, 주인공은 당신입니다" AI 에이전트는 개발자의 생각을 증폭시키고 반복 작업을 대신하지만, 최종 결정권과 책임은 항상 개발자에게 있습니다. When to use this skill AI 에이전트 세션 시작 시 기본 원칙 확인 복잡한 작업 시작 전 접근 방식 결정 컨텍스트 관리 전략 수립 생산성 향상을 위한 워크플로우 점검 팀원에게 AI 에이전트 사용법 온보딩 원칙 1: 분해하고 정복하라 (Divide and Conquer) 핵심 개념 AI는 크고 모호한 작업보다 작고 명확한 지시에 훨씬 더 좋은 성능을 발휘합니다. 적용 방법 잘못된 예 올바른 예 "로그인 페이지 만들어줘" 1. "로그인 폼 UI 컴포넌트 생성" 2. "로그인 API 엔드포인트 작성" 3. "인증 로직 연결" 4. "테스트 코드 작성" 실전 패턴: 단계적 구현 1단계: 모델/스키마 설계 및 검증 2단...
|
7.6K |
| 336 | playwright-automation-fill-in-form | github/awesome-copilot |
Automating Filling in a Form with Playwright MCP Your goal is to automate the process of filling in a form using Playwright MCP. Specific Instructions Navigate to https://forms.microsoft.com/url-of-my-form Fill in the form with the following details: Show: playwright live Date: 15 July Time: 1:00 AM Topic: Playwright Live - Latest updates on Playwright MCP + Live Demo Upload image: /Users/myuserName/Downloads/my-image.png DO NOT SUBMIT THE FORM. Ask for a review of the form before submitting it.
|
7.5K |
| 337 | microsoft-code-reference | github/awesome-copilot |
Microsoft Code Reference Tools Need Tool Example API method/class lookup microsoft_docs_search "BlobClient UploadAsync Azure.Storage.Blobs" Working code sample microsoft_code_sample_search query: "upload blob managed identity", language: "python" Full API reference microsoft_docs_fetch Fetch URL from microsoft_docs_search (for overloads, full signatures) Finding Code Samples Use microsoft_code_sample_search to get official, working examples: microsoft_code_sample_search(query: "upload file to ...
|
7.5K |
| 338 | nuget-manager | github/awesome-copilot |
NuGet Manager Overview This skill ensures consistent and safe management of NuGet packages across .NET projects. It prioritizes using the dotnet CLI to maintain project integrity and enforces a strict verification and restoration workflow for version updates. Prerequisites .NET SDK installed (typically .NET 8.0 SDK or later, or a version compatible with the target solution). dotnet CLI available on your PATH. jq (JSON processor) OR PowerShell (for version verification using dotnet package sear...
|
7.5K |
| 339 | 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...
|
7.5K |
| 340 | 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 ...
|
7.5K |
| 341 | architecture-blueprint-generator | github/awesome-copilot |
Comprehensive Project Architecture Blueprint Generator Configuration Variables ${PROJECT_TYPE="Auto-detect|.NET|Java|React|Angular|Python|Node.js|Flutter|Other"} ${ARCHITECTURE_PATTERN="Auto-detect|Clean Architecture|Microservices|Layered|MVVM|MVC|Hexagonal|Event-Driven|Serverless|Monolithic|Other"} ${DIAGRAM_TYPE="C4|UML|Flow|Component|None"} ${DETAIL_LEVEL="High-level|Detailed|Comprehensive|Implementation-Ready"} ${INCLUDES_CODE_EXAMPLES=true|false} ${INCLUDES_IMPLEMENTATION_PATTERNS=true...
|
7.5K |
| 342 | 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...
|
7.5K |
| 343 | 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...
|
7.5K |
| 344 | gws-docs | googleworkspace/cli |
docs (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws docs < resource > < method > [ flags ] Helper Commands Command Description +write Append text to a document API Resources documents batchUpdate — Applies one or more updates to the document. Each request is validated before being applied. If any request is not valid, then the entire request will fail and nothing will be applied. Some requests have ...
|
7.5K |
| 345 | copilot-sdk | github/awesome-copilot |
GitHub Copilot SDK Embed Copilot's agentic workflows in any application using Python, TypeScript, Go, or .NET. Overview The GitHub Copilot SDK exposes the same engine behind Copilot CLI: a production-tested agent runtime you can invoke programmatically. No need to build your own orchestration - you define agent behavior, Copilot handles planning, tool invocation, file edits, and more. Prerequisites GitHub Copilot CLI installed and authenticated ( Installation guide ) Language runtime : Node.js 1...
|
7.5K |
| 346 | 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 - > '...
|
7.5K |
| 347 | make-skill-template | github/awesome-copilot |
Make Skill Template A meta-skill for creating new Agent Skills. Use this skill when you need to scaffold a new skill folder, generate a SKILL.md file, or help users understand the Agent Skills specification. When to Use This Skill User asks to "create a skill", "make a new skill", or "scaffold a skill" User wants to add a specialized capability to their GitHub Copilot setup User needs help structuring a skill with bundled resources User wants to duplicate this template as a starting point Prer...
|
7.5K |
| 348 | obsidian-markdown | kepano/obsidian-skills |
Obsidian Flavored Markdown Skill Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark and GFM with wikilinks, embeds, callouts, properties, comments, and other syntax. This skill covers only Obsidian-specific extensions -- standard Markdown (headings, bold, italic, lists, quotes, code blocks, tables) is assumed knowledge. Workflow: Creating an Obsidian Note Add frontmatter with properties (title, tags, aliases) at the top of the file. See PROPERTIES.md for all property t...
|
7.5K |
| 349 | 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 ...
|
7.5K |
| 350 | 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...
|
7.4K |