███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1001 | simplify | brianlovin/claude-config |
You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. This is a balance that you have mastered as a result your years as an expert software engineer. You will analyze recently modified code and apply refi...
|
8.3K |
| 1002 | remotion-video-production | supercent-io/skills-template |
Remotion Video Production Remotion을 사용한 프로그래머블 비디오 제작 스킬입니다. 텍스트 지침에서 자동화된 비디오를 생성하고, 일관된 브랜드 비디오를 대규모로 제작합니다. When to use this skill 자동화된 비디오 생성: 텍스트 지침에서 비디오 생성 브랜드 비디오 제작: 일관된 스타일의 대규모 비디오 프로그래머블 콘텐츠: 내레이션, 비주얼, 애니메이션 통합 마케팅 콘텐츠: 제품 소개, 온보딩, 프로모션 비디오 Instructions Step 1: Define the Video Spec video_spec: audience: [타겟 오디언스] goal: [비디오 목적] duration: [총 길이 - 30s, 60s, 90s] aspect_ratio: "16:9" | "1:1" | "9:16" tone: "fast" | "calm" | "cinematic" voice: style: [내레이션 스타일] la...
|
8.3K |
| 1003 | tsdown | antfu/skills |
tsdown - The Elegant Library Bundler Blazing-fast bundler for TypeScript/JavaScript libraries powered by Rolldown and Oxc. When to Use Building TypeScript/JavaScript libraries for npm Generating TypeScript declaration files (.d.ts) Bundling for multiple formats (ESM, CJS, IIFE, UMD) Optimizing bundles with tree shaking and minification Migrating from tsup with minimal changes Building React, Vue, Solid, or Svelte component libraries Quick Start Install pnpm add -D tsdown Basic usage npx tsdown...
|
8.3K |
| 1004 | update-specification | github/awesome-copilot |
Update Specification Your goal is to update the existing specification file ${file} based on new requirements or updates to any existing code. The specification file must define the requirements, constraints, and interfaces for the solution components in a manner that is clear, unambiguous, and structured for effective use by Generative AIs. Follow established documentation standards and ensure the content is machine-readable and self-contained. Best Practices for AI-Ready Specifications Use pre...
|
8.3K |
| 1005 | agents-sdk | cloudflare/skills |
Cloudflare Agents SDK Build persistent, stateful AI agents on Cloudflare Workers using the agents npm package. FIRST: Verify Installation npm install agents Agents require a binding in wrangler.jsonc: { "durable_objects": { // "class_name" must match your Agent class name exactly "bindings": [{ "name": "Counter", "class_name": "Counter" }] }, "migrations": [ // Required: list all Agent classes for SQLite storage { "tag": "v1", "new_sqlite_classes": ["Counter"] } ] } ...
|
8.3K |
| 1006 | copilot-instructions-blueprint-generator | github/awesome-copilot |
Copilot Instructions Blueprint Generator Configuration Variables ${PROJECT_TYPE="Auto-detect|.NET|Java|JavaScript|TypeScript|React|Angular|Python|Multiple|Other"} ${ARCHITECTURE_STYLE="Layered|Microservices|Monolithic|Domain-Driven|Event-Driven|Serverless|Mixed"} ${CODE_QUALITY_FOCUS="Maintainability|Performance|Security|Accessibility|Testability|All"} ${DOCUMENTATION_LEVEL="Minimal|Standard|Comprehensive"} ${TESTING_REQUIREMENTS="Unit|Integration|E2E|TDD|BDD|All"} ${VERSIONING="Semantic|Ca...
|
8.3K |
| 1007 | convert-plaintext-to-md | github/awesome-copilot |
Convert Plaintext Documentation to Markdown Current Role You are an expert technical documentation specialist who converts plain text or generic text-based documentation files to properly formatted markdown. Conversion Methods You can perform conversions using one of three approaches: From explicit instructions : Follow specific conversion instructions provided with the request. From documented options : If a documented option/procedure is passed, follow those established conversion rules. From ...
|
8.3K |
| 1008 | rag-implementation | wshobson/agents |
RAG Implementation Master Retrieval-Augmented Generation (RAG) to build LLM applications that provide accurate, grounded responses using external knowledge sources. When to Use This Skill Building Q&A systems over proprietary documents Creating chatbots with current, factual information Implementing semantic search with natural language queries Reducing hallucinations with grounded responses Enabling LLMs to access domain-specific knowledge Building documentation assistants Creating research too...
|
8.3K |
| 1009 | flutter-improving-accessibility | flutter/skills |
Implementing Flutter Accessibility Contents UI Design and Styling Accessibility Widgets Web Accessibility Adaptive and Responsive Design Workflows Examples UI Design and Styling Design layouts to accommodate dynamic scaling and high visibility. Flutter automatically calculates font sizes based on OS-level accessibility settings. Font Scaling: Ensure layouts provide sufficient room to render all contents when font sizes are increased to their maximum OS settings. Avoid hardcoding fixed heights on...
|
8.3K |
| 1010 | dataverse-python-usecase-builder | github/awesome-copilot |
System Instructions You are an expert solution architect for PowerPlatform-Dataverse-Client SDK. When a user describes a business need or use case, you: Analyze requirements - Identify data model, operations, and constraints Design solution - Recommend table structure, relationships, and patterns Generate implementation - Provide production-ready code with all components Include best practices - Error handling, logging, performance optimization Document architecture - Explain design decisions an...
|
8.3K |
| 1011 | csharp-mcp-server-generator | github/awesome-copilot |
Generate C MCP Server Create a complete Model Context Protocol (MCP) server in C with the following specifications: Requirements Project Structure : Create a new C console application with proper directory structure NuGet Packages : Include ModelContextProtocol (prerelease) and Microsoft.Extensions.Hosting Logging Configuration : Configure all logs to stderr to avoid interfering with stdio transport Server Setup : Use the Host builder pattern with proper DI configuration Tools : Create at least ...
|
8.3K |
| 1012 | csharp-tunit | github/awesome-copilot |
TUnit Best Practices Your goal is to help me write effective unit tests with TUnit, covering both standard and data-driven testing approaches. Project Setup Use a separate test project with naming convention [ProjectName].Tests Reference TUnit package and TUnit.Assertions for fluent assertions Create test classes that match the classes being tested (e.g., CalculatorTests for Calculator ) Use .NET SDK test commands: dotnet test for running tests TUnit requires .NET 8.0 or higher Test Structure No...
|
8.3K |
| 1013 | declarative-agents | github/awesome-copilot |
Microsoft 365 Declarative Agents Development Kit I'll help you create and develop Microsoft 365 Copilot declarative agents using the latest v1.5 schema with comprehensive TypeSpec and Microsoft 365 Agents Toolkit integration. Choose from three specialized workflows: Workflow 1: Basic Agent Creation Perfect for : New developers, simple agents, quick prototypes I'll guide you through: Agent Planning : Define purpose, target users, and core capabilities Capability Selection : Choose from 11 availab...
|
8.3K |
| 1014 | create-spring-boot-kotlin-project | github/awesome-copilot |
Create Spring Boot Kotlin project prompt Please make sure you have the following software installed on your system: Java 21 Docker Docker Compose If you need to custom the project name, please change the artifactId and the packageName in download-spring-boot-project-template If you need to update the Spring Boot version, please change the bootVersion in download-spring-boot-project-template Check Java version Run following command in terminal and check the version of Java java -version Download ...
|
8.3K |
| 1015 | azure-resource-health-diagnose | github/awesome-copilot |
Azure Resource Health & Issue Diagnosis This workflow analyzes a specific Azure resource to assess its health status, diagnose potential issues using logs and telemetry data, and develop a comprehensive remediation plan for any problems discovered. Prerequisites Azure MCP server configured and authenticated Target Azure resource identified (name and optionally resource group/subscription) Resource must be deployed and running to generate logs/telemetry Prefer Azure MCP tools ( azmcp-* ) over dir...
|
8.3K |
| 1016 | entra-agent-user | github/awesome-copilot |
SKILL: Creating Agent Users in Microsoft Entra Agent ID Overview An agent user is a specialized user identity in Microsoft Entra ID that enables AI agents to act as digital workers. It allows agents to access APIs and services that strictly require user identities (e.g., Exchange mailboxes, Teams, org charts), while maintaining appropriate security boundaries. Agent users receive tokens with idtyp=user , unlike regular agent identities which receive idtyp=app . Prerequisites A Microsoft Entra te...
|
8.3K |
| 1017 | parallel-deep-research | parallel-web/parallel-agent-skills |
Deep Research Research topic: $ARGUMENTS When to use (vs parallel-web-search) ONLY use this skill when the user explicitly requests deep/exhaustive research. Deep research is 10-100x slower and more expensive than parallel-web-search. For normal "research X" requests, quick lookups, or fact-checking, use parallel-web-search instead. Step 1: Start the research parallel-cli research run " $ARGUMENTS " --processor pro-fast --no-wait --json This returns instantly. Do NOT omit --no-wait — without it ...
|
8.3K |
| 1018 | github-actions-templates | wshobson/agents |
GitHub Actions Templates Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications. Purpose Create efficient, secure GitHub Actions workflows for continuous integration and deployment across various tech stacks. When to Use Automate testing and deployment Build Docker images and push to registries Deploy to Kubernetes clusters Run security scans Implement matrix builds for multiple environments Common Workflow Patterns Pattern 1: Test Workflow name: ...
|
8.3K |
| 1019 | tavily-best-practices | tavily-ai/skills |
Tavily Tavily is a search API designed for LLMs, enabling AI applications to access real-time web data. Installation Python: pip install tavily-python JavaScript: npm install @tavily/core See references/sdk.md for complete SDK reference. Client Initialization from tavily import TavilyClient Uses TAVILY_API_KEY env var (recommended) client = TavilyClient ( ) With project tracking (for usage organization) client = TavilyClient ( project_id = "your-project-id" ) Async client for parallel queries ...
|
8.3K |
| 1020 | baoyu-imagine | jimliu/baoyu-skills |
Image Generation (AI SDK) Official API-based image generation. Supports OpenAI, Azure OpenAI, Google, OpenRouter, DashScope (阿里通义万象), Z.AI GLM-Image, MiniMax, Jimeng (即梦), Seedream (豆包) and Replicate providers. Script Directory Agent Execution : {baseDir} = this SKILL.md file's directory Script path = {baseDir}/scripts/main.ts Resolve ${BUN_X} runtime: if bun installed → bun ; if npx available → npx -y bun ; else suggest installing bun Step 0: Load Preferences ⛔ BLOCKING CRITICAL : This step MUS...
|
8.2K |
| 1021 | repo-story-time | github/awesome-copilot |
No SKILL.md available for this skill. View on GitHub
|
8.2K |
| 1022 | langchain-architecture | wshobson/agents |
LangChain & LangGraph Architecture Master modern LangChain 1.x and LangGraph for building sophisticated LLM applications with agents, state management, memory, and tool integration. When to Use This Skill Building autonomous AI agents with tool access Implementing complex multi-step LLM workflows Managing conversation memory and state Integrating LLMs with external data sources and APIs Creating modular, reusable LLM application components Implementing document processing pipelines Building prod...
|
8.2K |
| 1023 | changelog-automation | wshobson/agents |
Changelog Automation Patterns and tools for automating changelog generation, release notes, and version management following industry standards. When to Use This Skill Setting up automated changelog generation Implementing Conventional Commits Creating release note workflows Standardizing commit message formats Generating GitHub/GitLab release notes Managing semantic versioning Core Concepts 1. Keep a Changelog Format Changelog All notable changes to this project will be documented in this file...
|
8.2K |
| 1024 | flutter-adding-home-screen-widgets | flutter/skills |
Implementing Flutter Home Screen Widgets Contents Architecture & Data Flow Flutter Integration Workflow iOS Implementation Workflow Android Implementation Workflow Advanced Techniques Examples Architecture & Data Flow Home Screen Widgets require native UI implementation (SwiftUI for iOS, XML/Kotlin for Android). The Flutter app communicates with these native widgets via shared local storage ( UserDefaults on iOS, SharedPreferences on Android) using the home_widget package. Data Write: Flutter ap...
|
8.2K |
| 1025 | flutter-interoperating-with-native-apis | flutter/skills |
Integrating Platform-Specific Code in Flutter Contents Core Concepts & Terminology Binding to Native C/C++ Code (FFI) Implementing Platform Channels & Pigeon Hosting Native Platform Views Integrating Web Content & Wasm Workflows Core Concepts & Terminology FFI (Foreign Function Interface): The dart:ffi library used to bind Dart directly to native C/C++ APIs. Platform Channel: The asynchronous message-passing system ( MethodChannel , BasicMessageChannel ) connecting the Dart client (UI) to the ho...
|
8.2K |
| 1026 | flutter-building-plugins | flutter/skills |
Developing Flutter Plugins Contents Architecture & Design Patterns Workflow: Creating a New Plugin Workflow: Implementing Android Platform Code Workflow: Implementing Windows Platform Code Workflow: Adding Platforms to an Existing Plugin Examples Architecture & Design Patterns Federated Plugins Implement federated plugins to split a plugin's API across multiple packages, allowing independent teams to build platform-specific implementations. Structure federated plugins into three distinct compone...
|
8.2K |
| 1027 | vscode-ext-commands | github/awesome-copilot |
VS Code extension command contribution This skill helps you to contribute commands in VS Code extensions When to use this skill Use this skill when you need to: Add or update commands to your VS Code extension Instructions VS Code commands must always define a title, independent of its category, visibility or location. We use a few patterns for each "kind" of command, with some characteristics, described below: Regular commands: By default, all commands should be accessible in the Command ...
|
8.1K |
| 1028 | snowflake-semanticview | github/awesome-copilot |
Snowflake Semantic Views One-Time Setup Verify Snowflake CLI installation by opening a new terminal and running snow --help. If Snowflake CLI is missing or the user cannot install it, direct them to https://docs.snowflake.com/en/developer-guide/snowflake-cli/installation/installation. Configure a Snowflake connection with snow connection add per https://docs.snowflake.com/en/developer-guide/snowflake-cli/connecting/configure-connectionsadd-a-connection. Use the configured connection for all vali...
|
8.1K |
| 1029 | slidev | antfu/skills |
Slidev - Presentation Slides for Developers Web-based slides maker built on Vite, Vue, and Markdown. When to Use Technical presentations or slidedecks with live code examples Syntax-highlighted code snippets with animations Interactive demos (Monaco editor, runnable code) Mathematical equations (LaTeX) or diagrams (Mermaid, PlantUML) Record presentations with presenter notes Export to PDF, PPTX, or host as SPA Code walkthroughs for developer talks or workshops Quick Start pnpm create slidev Cre...
|
8.1K |
| 1030 | vscode-ext-localization | github/awesome-copilot |
VS Code extension localization This skill helps you localize every aspect of VS Code extensions When to use this skill Use this skill when you need to: Localize new or existing contributed configurations (settings), commands, menus, views or walkthroughs Localize new or existing messages or other string resources contained in extension source code that are displayed to the end user Instructions VS Code localization is composed by three different approaches, depending on the resource that is...
|
8.1K |
| 1031 | copilot-cli-quickstart | github/awesome-copilot |
🚀 Copilot CLI Quick Start — Your Friendly Terminal Tutor You are an enthusiastic, encouraging tutor that helps beginners learn GitHub Copilot CLI. You make the terminal feel approachable and fun — never scary. 🐙 Use lots of emojis, celebrate small wins, and always explain why before how . 🎯 Three Modes 🎓 Tutorial Mode Triggered when the user says things like "start tutorial", "teach me", "lesson 1", "next lesson", or "begin". ❓ Q&A Mode Triggered when the user asks a specific question like "what...
|
8.1K |
| 1032 | structured-autonomy-plan | github/awesome-copilot |
You are a Project Planning Agent that collaborates with users to design development plans. A development plan defines a clear path to implement the user's request. During this step you will not write any code . Instead, you will research, analyze, and outline a plan. Assume that this entire plan will be implemented in a single pull request (PR) on a dedicated branch. Your job is to define the plan in steps that correspond to individual commits within that PR. Step 1: Research and Gather Context ...
|
8.1K |
| 1033 | copilot-usage-metrics | github/awesome-copilot |
Copilot Usage Metrics You are a skill that retrieves and displays GitHub Copilot usage metrics using the GitHub CLI ( gh ). When to use this skill Use this skill when the user asks about: Copilot usage metrics, adoption, or statistics How many people are using Copilot in their org or enterprise Copilot acceptance rates, suggestions, or chat usage Per-user Copilot usage breakdowns Copilot usage on a specific date How to use this skill Determine whether the user wants organization or enterprise le...
|
8.1K |
| 1034 | containerize-aspnetcore | github/awesome-copilot |
ASP.NET Core Docker Containerization Prompt Containerization Request Containerize the ASP.NET Core (.NET) project specified in the settings below, focusing exclusively on changes required for the application to run in a Linux Docker container. Containerization should consider all settings specified here. Abide by best practices for containerizing .NET Core applications, ensuring that the container is optimized for performance, security, and maintainability. Containerization Settings This section...
|
8.1K |
| 1035 | deep-agents-memory | langchain-ai/langchain-skills |
Short-term (StateBackend) : Persists within a single thread, lost when thread ends Long-term (StoreBackend) : Persists across threads and sessions Hybrid (CompositeBackend) : Route different paths to different backends FilesystemMiddleware provides tools: ls , read_file , write_file , edit_file , glob , grep Use Case Backend Why Temporary working files StateBackend Default, no setup Local development CLI FilesystemBackend Direct disk access Cross-session memory StoreBackend Persists across threa...
|
8.1K |
| 1036 | opencli-autofix | jackwener/opencli |
OpenCLI AutoFix — Automatic Adapter Self-Repair When an opencli command fails because a website changed its DOM, API, or response schema, automatically diagnose, fix the adapter, and retry — don't just report the error. Safety Boundaries Before starting any repair, check these hard stops: AUTH_REQUIRED (exit code 77) — STOP. Do not modify code. Tell the user to log into the site in Chrome. BROWSER_CONNECT (exit code 69) — STOP. Do not modify code. Tell the user to run opencli doctor . CAPTCHA / ...
|
8.1K |
| 1037 | cosmosdb-datamodeling | github/awesome-copilot |
Azure Cosmos DB NoSQL Data Modeling Expert System Prompt version: 1.0 last_updated: 2025-09-17 Role and Objectives You are an AI pair programming with a USER. Your goal is to help the USER create an Azure Cosmos DB NoSQL data model by: Gathering the USER's application details and access patterns requirements and volumetrics, concurrency details of the workload and documenting them in the cosmosdb_requirements.md file Design a Cosmos DB NoSQL model using the Core Philosophy and Design Patterns fr...
|
8.1K |
| 1038 | containerize-aspnet-framework | github/awesome-copilot |
ASP.NET .NET Framework Containerization Prompt Containerize the ASP.NET (.NET Framework) project specified in the containerization settings below, focusing exclusively on changes required for the application to run in a Windows Docker container. Containerization should consider all settings specified here. REMEMBER: This is a .NET Framework application, not .NET Core. The containerization process will be different from that of a .NET Core application. Containerization Settings This section of th...
|
8.1K |
| 1039 | hook development | anthropics/claude-code |
Hook Development for Claude Code Plugins Overview Hooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operations, enforce policies, add context, and integrate external tools into workflows. Key capabilities: Validate tool calls before execution (PreToolUse) React to tool results (PostToolUse) Enforce completion standards (Stop, SubagentStop) Load project context (SessionStart) Automate workflows across the development lifecycle Hook Typ...
|
8.1K |
| 1040 | golang-patterns | affaan-m/everything-claude-code |
Go Development Patterns Idiomatic Go patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Go code Reviewing Go code Refactoring existing Go code Designing Go packages/modules Core Principles 1. Simplicity and Clarity Go favors simplicity over cleverness. Code should be obvious and easy to read. // Good: Clear and direct func GetUser(id string) (*User, error) { user, err := db.FindUser(id) if err != nil { retur...
|
8.1K |
| 1041 | frontend-design | anthropics/claude-plugins-official |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
8.1K |
| 1042 | technology-stack-blueprint-generator | github/awesome-copilot |
Comprehensive Technology Stack Blueprint Generator Configuration Variables ${PROJECT_TYPE="Auto-detect|.NET|Java|JavaScript|React.js|React Native|Angular|Python|Other"} ${DEPTH_LEVEL="Basic|Standard|Comprehensive|Implementation-Ready"} ${INCLUDE_VERSIONS=true|false} ${INCLUDE_LICENSES=true|false} ${INCLUDE_DIAGRAMS=true|false} ${INCLUDE_USAGE_PATTERNS=true|false} ${INCLUDE_CONVENTIONS=true|false} ${OUTPUT_FORMAT="Markdown|JSON|YAML|HTML"} ${CATEGORIZATION="Technology Type|Layer|Purpose"}...
|
8K |
| 1043 | typescript-expert | sickn33/antigravity-awesome-skills |
TypeScript Expert You are an advanced TypeScript expert with deep, practical knowledge of type-level programming, performance optimization, and real-world problem solving based on current best practices. When invoked: If the issue requires ultra-specific expertise, recommend switching and stop: Deep webpack/vite/rollup bundler internals → typescript-build-expert Complex ESM/CJS migration or circular dependency analysis → typescript-module-expert Type performance profiling or compiler interna...
|
8K |
| 1044 | workiq-copilot | github/awesome-copilot |
WorkIQ (Public Preview) lets Copilot query Microsoft 365 data with natural language. It supports schedules, documents, Teams messages, email threads, follow-up tracking, stakeholder summaries, and more. Use this skill whenever a task needs live organizational intelligence beyond the local repository. Supported Data & Sample Prompts - Emails – “Summarize emails from Sarah about the budget.” - Meetings – “What are my upcoming meetings this week?” - Documents – “Find recent documents about Q4 ...
|
8K |
| 1045 | suggest-awesome-github-copilot-skills | github/awesome-copilot |
Suggest Awesome GitHub Copilot Skills Analyze current repository context and suggest relevant Agent Skills from the GitHub awesome-copilot repository that are not already available in this repository. Agent Skills are self-contained folders located in the skills folder of the awesome-copilot repository, each containing a SKILL.md file with instructions and optional bundled assets. Process Fetch Available Skills : Extract skills list and descriptions from awesome-copilot README.skills.md . Must u...
|
8K |
| 1046 | terraform-azurerm-set-diff-analyzer | github/awesome-copilot |
Terraform AzureRM Set Diff Analyzer A skill to identify "false-positive diffs" in Terraform plans caused by AzureRM Provider's Set-type attributes and distinguish them from actual changes. When to Use terraform plan shows many changes, but you only added/removed a single element Application Gateway, Load Balancer, NSG, etc. show "all elements changed" You want to automatically filter false-positive diffs in CI/CD Background Terraform's Set type compares by position rather than by key, so when ad...
|
8K |
| 1047 | what-context-needed | github/awesome-copilot |
What Context Do You Need? Before answering my question, tell me what files you need to see. My Question {{question}} Instructions Based on my question, list the files you would need to examine Explain why each file is relevant Note any files you've already seen in this conversation Identify what you're uncertain about Output Format Files I Need Must See (required for accurate answer) - `path/to/file.ts` — [why needed] Should See (helpful for complete answer) - `path/to/file.ts` — [why helpful...
|
8K |
| 1048 | update-markdown-file-index | github/awesome-copilot |
Update Markdown File Index Update markdown file ${file} with an index/table of files from folder ${input:folder} . Process Scan : Read the target markdown file ${file} to understand existing structure Discover : List all files in the specified folder ${input:folder} matching pattern ${input:pattern} Analyze : Identify if an existing table/index section exists to update, or create new structure Structure : Generate appropriate table/list format based on file types and existing content Update : Re...
|
8K |
| 1049 | typespec-create-api-plugin | github/awesome-copilot |
Create TypeSpec API Plugin Create a complete TypeSpec API plugin for Microsoft 365 Copilot that integrates with external REST APIs. Requirements Generate TypeSpec files with: main.tsp - Agent Definition import "@typespec/http" ; import "@typespec/openapi3" ; import "@microsoft/typespec-m365-copilot" ; import "./actions.tsp" ; using TypeSpec . Http ; using TypeSpec . M365 . Copilot . Agents ; using TypeSpec . M365 . Copilot . Actions ; @ agent ( { name : "[Agent Name]" , description : "[Descripti...
|
8K |
| 1050 | web-access | eze-is/web-access |
web-access Skill 前置检查 在开始联网操作前,先检查 CDP 模式可用性: node " ${CLAUDE_SKILL_DIR} /scripts/check-deps.mjs" 未通过时引导用户完成设置: Node.js 22+ :必需(使用原生 WebSocket)。版本低于 22 可用但需安装 ws 模块。 Chrome remote-debugging :在 Chrome 地址栏打开 chrome://inspect/remote-debugging ,勾选 "Allow remote debugging for this browser instance" 即可,可能需要重启浏览器。 检查通过后并必须在回复中向用户直接展示以下须知,再启动 CDP Proxy 执行操作: 温馨提示:部分站点对浏览器自动化操作检测严格,存在账号封禁风险。已内置防护措施但无法完全避免,Agent 继续操作即视为接受。 浏览哲学 像人一样思考,兼顾高效与适应性的完成任务。 执行任务时不会过度依赖固有印象所规划的步骤,而是带着目标进入,边看边判断,遇到阻碍就解决,发现内容不够就深入——...
|
8K |