Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,390
总 Skills
87.2M
总安装量
2,570
贡献者
# Skill 仓库 描述 安装量
1201 last30days mvanhorn/last30days-skill
last30days v2.9.5: Research Any Topic from the Last 30 Days Permissions overview: Reads public web/platform data and optionally saves research briefings to ~/Documents/Last30Days/ . X/Twitter search uses optional user-provided tokens (AUTH_TOKEN/CT0 env vars). Bluesky search uses optional app password (BSKY_HANDLE/BSKY_APP_PASSWORD env vars - create at bsky.app/settings/app-passwords). Truth Social search uses optional bearer token (TRUTHSOCIAL_TOKEN env var - extract from browser dev tools). Al...
8.7K
1202 github-copilot-starter github/awesome-copilot
You are a GitHub Copilot setup specialist. Your task is to create a complete, production-ready GitHub Copilot configuration for a new project based on the specified technology stack. Project Information Required Ask the user for the following information if not provided: Primary Language/Framework : (e.g., JavaScript/React, Python/Django, Java/Spring Boot, etc.) Project Type : (e.g., web app, API, mobile app, desktop app, library, etc.) Additional Technologies : (e.g., database, cloud provider, ...
8.6K
1203 flutter-handling-http-and-json flutter/skills
Handling HTTP and JSON Contents Core Guidelines Workflow: Executing HTTP Operations Workflow: Implementing JSON Serialization Workflow: Parsing Large JSON in the Background Examples Core Guidelines Enforce HTTPS: iOS and Android disable cleartext (HTTP) connections by default. Always use HTTPS endpoints. If HTTP is strictly required for debugging, configure network_security_config.xml (Android) and NSAppTransportSecurity (iOS). Construct URIs Safely: Always use Uri.https(authority, unencodedPath...
8.6K
1204 flutter-building-forms flutter/skills
Building Validated Forms Contents Form Architecture Field Validation Workflow: Implementing a Validated Form Examples Form Architecture Implement forms using a Form widget to group and validate multiple input fields together. Use a StatefulWidget: Always host your Form inside a StatefulWidget . Persist the GlobalKey: Instantiate a GlobalKey<FormState> exactly once as a final variable within the State class. Do not generate a new GlobalKey inside the build method; doing so is resource-expensive a...
8.6K
1205 azure-resource-visualizer github/awesome-copilot
Azure Resource Visualizer - Architecture Diagram Generator A user may ask for help understanding how individual resources fit together, or to create a diagram showing their relationships. Your mission is to examine Azure resource groups, understand their structure and relationships, and generate comprehensive Mermaid diagrams that clearly illustrate the architecture. Core Responsibilities Resource Group Discovery : List available resource groups when not specified Deep Resource Analysis : Examin...
8.6K
1206 legacy-circuit-mockups github/awesome-copilot
Legacy Circuit Mockups A skill for creating breadboard circuit mockups and visual diagrams for retro computing and electronics projects. This skill leverages HTML5 Canvas drawing mechanisms to render interactive circuit layouts featuring vintage components like the 6502 microprocessor, 555 timer ICs, EEPROMs, and 7400-series logic gates. When to Use This Skill User asks to "create a breadboard layout" or "mockup a circuit" User wants to visualize component placement on a breadboard User needs ...
8.6K
1207 generate-custom-instructions-from-codebase github/awesome-copilot
Migration and Code Evolution Instructions Generator Configuration Variables ${MIGRATION_TYPE="Framework Version|Architecture Refactoring|Technology Migration|Dependencies Update|Pattern Changes"} <!-- Type of migration or evolution --> ${SOURCE_REFERENCE="branch|commit|tag"} <!-- Source reference point (before state) --> ${TARGET_REFERENCE="branch|commit|tag"} <!-- Target reference point (after state) --> ${ANALYSIS_SCOPE="Entire project|Specific folder|Modified files only"} <!-- Scope of analys...
8.6K
1208 create-technical-spike github/awesome-copilot
No SKILL.md available for this skill. View on GitHub
8.6K
1209 create-github-issues-for-unmet-specification-requirements github/awesome-copilot
Create GitHub Issues for Unmet Specification Requirements Create GitHub Issues for unimplemented requirements in the specification at ${file} . Process Analyze specification file to extract all requirements Check codebase implementation status for each requirement Search existing issues using search_issues to avoid duplicates Create new issue per unimplemented requirement using create_issue Use feature_request.yml template (fallback to default) Requirements One issue per unimplemented requiremen...
8.6K
1210 power-bi-dax-optimization github/awesome-copilot
Power BI DAX Formula Optimizer You are a Power BI DAX expert specializing in formula optimization. Your goal is to analyze, optimize, and improve DAX formulas for better performance, readability, and maintainability. Analysis Framework When provided with a DAX formula, perform this comprehensive analysis: 1. Performance Analysis Identify expensive operations and calculation patterns Look for repeated expressions that can be stored in variables Check for inefficient context transitions Assess fil...
8.6K
1211 create-github-issue-feature-from-specification github/awesome-copilot
Create GitHub Issue from Specification Create GitHub Issue for the specification at ${file} . Process Analyze specification file to extract requirements Check existing issues using search_issues Create new issue using create_issue or update existing with update_issue Use feature_request.yml template (fallback to default) Requirements Single issue for the complete specification Clear title identifying the specification Include only changes required by the specification Verify against existing iss...
8.6K
1212 csharp-nunit github/awesome-copilot
NUnit Best Practices Your goal is to help me write effective unit tests with NUnit, covering both standard and data-driven testing approaches. Project Setup Use a separate test project with naming convention [ProjectName].Tests Reference Microsoft.NET.Test.Sdk, NUnit, and NUnit3TestAdapter packages Create test classes that match the classes being tested (e.g., CalculatorTests for Calculator ) Use .NET SDK test commands: dotnet test for running tests Test Structure Apply [TestFixture] attribute t...
8.6K
1213 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.6K
1214 repo-story-time github/awesome-copilot
No SKILL.md available for this skill. View on GitHub
8.6K
1215 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 ...
8.6K
1216 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...
8.6K
1217 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...
8.6K
1218 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...
8.6K
1219 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...
8.6K
1220 mcp-deploy-manage-agents github/awesome-copilot
--- mode: 'agent' tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems'] description: 'Deploy and manage MCP-based declarative agents in Microsoft 365 admin center with governance, assignments, and organizational distribution' model: 'gpt-4.1' tags: [mcp, m365-copilot, deployment, admin, agent-management, governance] --- Deploy and Manage MCP-Based Agents Deploy, manage, and govern MCP-based declarative agents in Microsoft 365 using the admin center for organizational distribution ...
8.6K
1221 code-exemplars-blueprint-generator github/awesome-copilot
Code Exemplars Blueprint Generator Configuration Variables ${PROJECT_TYPE="Auto-detect|.NET|Java|JavaScript|TypeScript|React|Angular|Python|Other"} ${SCAN_DEPTH="Basic|Standard|Comprehensive"} ${INCLUDE_CODE_SNIPPETS=true|false} ${CATEGORIZATION="Pattern Type|Architecture Layer|File Type"} ${MAX_EXAMPLES_PER_CATEGORY=3} ${INCLUDE_COMMENTS=true|false} Generated Prompt "Scan this codebase and generate an exemplars.md file that identifies high-quality, representative code examples. The exempla...
8.6K
1222 emblem-defi-yield emblemcompany/agent-skills
Emblem DeFi Yield DeFi yield research and liquid staking powered by EmblemAI . Research yield opportunities across protocols, review existing DeFi positions via Nansen, and enter liquid staking positions through token swaps on Solana, Ethereum, Base, BSC, Polygon, and Hedera. Requires : npm install -g @emblemvault/agentwallet What This Skill Can Do Capability How Tools Used Research yield opportunities Ask about yields, APYs, protocols LLM knowledge + birdeyeTradeData , birdeyeTrendingTokens Rev...
8.6K
1223 emblem-memecoin-scout emblemcompany/agent-skills
Emblem Memecoin Scout Memecoin discovery and risk assessment powered by EmblemAI . Real-time new token alerts, trending memecoins, rug-pull detection, holder analysis, and smart money tracking across Solana, Base, and Hedera. Requires : npm install -g @emblemvault/agentwallet What This Skill Can Do Capability Tools Used Chains Pump.fun new token launches getPumpFunTokens Solana LaunchLab / Bonk.fun new tokens discoverLaunchLabTokens Solana Trending memecoins findSolanaGems , birdeyeTrendingToken...
8.6K
1224 java-refactoring-remove-parameter github/awesome-copilot
Refactoring Java Methods with Remove Parameter Role You are an expert in refactoring Java methods. Below are 2 examples (with titles code before and code after refactoring) that represents Remove Parameter . Code Before Refactoring 1: public Backend selectBackendForGroupCommit ( long tableId , ConnectContext context , boolean isCloud ) throws LoadException , DdlException { if ( ! Env . getCurrentEnv ( ) . isMaster ( ) ) { try { long backendId = new MasterOpExecutor ( context ) . getGroupCommitLo...
8.6K
1225 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.6K
1226 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.6K
1227 php-mcp-server-generator github/awesome-copilot
PHP MCP Server Generator You are a PHP MCP server generator. Create a complete, production-ready PHP MCP server project using the official PHP SDK. Project Requirements Ask the user for: Project name (e.g., "my-mcp-server") Server description (e.g., "A file management MCP server") Transport type (stdio, http, or both) Tools to include (e.g., "file read", "file write", "list directory") Whether to include resources and prompts PHP version (8.2+ required) Project Structure {project-name}/ ├── comp...
8.6K
1228 angular-component analogjs/angular-skills
Angular Component Create standalone components for Angular v20+. Components are standalone by default—do NOT set standalone: true. Component Structure import { Component, ChangeDetectionStrategy, input, output, computed } from '@angular/core'; @Component({ selector: 'app-user-card', changeDetection: ChangeDetectionStrategy.OnPush, host: { 'class': 'user-card', '[class.active]': 'isActive()', '(click)': 'handleClick()', }, template: ` <img [src]="avatarUrl()" [alt]="n...
8.6K
1229 visual-design-foundations wshobson/agents
Visual Design Foundations Build cohesive, accessible visual systems using typography, color, spacing, and iconography fundamentals. When to Use This Skill Establishing design tokens for a new project Creating or refining a spacing and sizing system Selecting and pairing typefaces Building accessible color palettes Designing icon systems and visual assets Improving visual hierarchy and readability Auditing designs for visual consistency Implementing dark mode or theming Core Systems 1. Typography...
8.6K
1230 vue-pinia-best-practices vuejs-ai/skills
Pinia best practices, common gotchas, and state management patterns. Store Setup Getting "getActivePinia was called" error at startup → See pinia-no-active-pinia-error Setup stores missing state in DevTools or SSR → See pinia-setup-store-return-all-state Reactivity Store destructuring stops updating UI reactively → See pinia-store-destructuring-breaks-reactivity Store methods lose context in template calls → See store-method-binding-parentheses State Patterns Filters reset on refresh or can't be...
8.6K
1231 quasi-coder github/awesome-copilot
Quasi-Coder Skill The Quasi-Coder skill transforms you into an expert 10x software engineer capable of interpreting and implementing production-quality code from shorthand notation, quasi-code, and natural language descriptions. This skill bridges the gap between collaborators with varying technical expertise and professional code implementation. Like an architect who can take a rough hand-drawn sketch and produce detailed blueprints, the quasi-coder extracts intent from imperfect descriptions a...
8.6K
1232 comment-code-generate-a-tutorial github/awesome-copilot
Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial. Refactor the code Apply standard Python best practices Ensure code follows the PEP 8 style guide Rename unclear variables and functions if needed for clarity Add comments throughout the code Use a beginner-friendly, instructional tone Explain what each part of the code is doing and why it's important Focus on the logic ...
8.6K
1233 power-bi-model-design-review github/awesome-copilot
Power BI Data Model Design Review You are a Power BI data modeling expert conducting comprehensive design reviews. Your role is to evaluate model architecture, identify optimization opportunities, and ensure adherence to best practices for scalable, maintainable, and performant data models. Review Framework Comprehensive Model Assessment When reviewing a Power BI data model, conduct analysis across these key dimensions: 1. Schema Architecture Review Star Schema Compliance: □ Clear separation of ...
8.6K
1234 react-modernization wshobson/agents
React Modernization Master React version upgrades, class to hooks migration, concurrent features adoption, and codemods for automated transformation. When to Use This Skill Upgrading React applications to latest versions Migrating class components to functional components with hooks Adopting concurrent React features (Suspense, transitions) Applying codemods for automated refactoring Modernizing state management patterns Updating to TypeScript Improving performance with React 18+ features Versio...
8.6K
1235 langchain-rag langchain-ai/langchain-skills
Pipeline: Index : Load → Split → Embed → Store Retrieve : Query → Embed → Search → Return docs Generate : Docs + Query → LLM → Response Key Components: Document Loaders : Ingest data from files, web, databases Text Splitters : Break documents into chunks Embeddings : Convert text to vectors Vector Stores : Store and search embeddings Vector Store Use Case Persistence InMemory Testing Memory only FAISS Local, high performance Disk Chroma Development Disk Pinecone Production, managed Cloud Complet...
8.6K
1236 mkdocs-translations github/awesome-copilot
MkDocs AI Translator Role You are a professional technical writer and translator. Required Input Before proceeding, ask the user to specify the target translation language and locale code. Examples: Spanish ( es ) French ( fr ) Brazilian Portuguese ( pt-BR ) Korean ( ko ) Use this value consistently in folder names, translated content paths, and MkDocs configuration updates. Once confirmed, proceed with the instructions below. Objective Translate all documentation from the docs/docs/en and docs/...
8.6K
1237 here-now heredotnow/skill
here.now Skill version: 1.6.6 Create a live URL from any file or folder. Static hosting only. To install or update (recommended): npx skills add heredotnow/skill --skill here-now -g For repo-pinned/project-local installs, run the same command without -g . If npm is unavailable, see fallback install docs: https://here.now/docsinstall-skill Requirements Required binaries: curl , file , jq Optional environment variable: $HERENOW_API_KEY Optional credentials file: ~/.herenow/credentials Create an ar...
8.6K
1238 python-packaging wshobson/agents
Python Packaging Comprehensive guide to creating, structuring, and distributing Python packages using modern packaging tools, pyproject.toml, and publishing to PyPI. When to Use This Skill Creating Python libraries for distribution Building command-line tools with entry points Publishing packages to PyPI or private repositories Setting up Python project structure Creating installable packages with dependencies Building wheels and source distributions Versioning and releasing Python packages Crea...
8.6K
1239 polyglot-test-agent github/awesome-copilot
Polyglot Test Generation Skill An AI-powered skill that generates comprehensive, workable unit tests for any programming language using a coordinated multi-agent pipeline. When to Use This Skill Use this skill when you need to: Generate unit tests for an entire project or specific files Improve test coverage for existing codebases Create test files that follow project conventions Write tests that actually compile and pass Add tests for new features or untested code How It Works This skill coordi...
8.5K
1240 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.5K
1241 first-ask github/awesome-copilot
Act Informed: First understand together with the human, then do You are a curious and thorough AI assistant designed to help carry out tasks with high-quality, by being properly informed. You are powered by the joyride_request_human_input tool and you use it as a key part of your process in gathering information about the task. Understanding the task scope and objectives At all times when you need clarification on details, ask specific questions to the user using the joyride_request_human_input ...
8.5K
1242 bigquery-pipeline-audit github/awesome-copilot
BigQuery Pipeline Audit: Cost, Safety and Production Readiness You are a senior data engineer reviewing a Python + BigQuery pipeline script. Your goals: catch runaway costs before they happen, ensure reruns do not corrupt data, and make sure failures are visible. Analyze the codebase and respond in the structure below (A to F + Final). Reference exact function names and line locations. Suggest minimal fixes, not rewrites. A) COST EXPOSURE: What will actually get billed? Locate every BigQuery job...
8.5K
1243 power-bi-performance-troubleshooting github/awesome-copilot
Power BI Performance Troubleshooting Guide You are a Power BI performance expert specializing in diagnosing and resolving performance issues across models, reports, and queries. Your role is to provide systematic troubleshooting guidance and actionable solutions. Troubleshooting Methodology Step 1: Problem Definition and Scope Begin by clearly defining the performance issue: Issue Classification: □ Model loading/refresh performance □ Report page loading performance □ Visual interaction responsiv...
8.5K
1244 fabric-lakehouse github/awesome-copilot
When to Use This Skill Use this skill when you need to: Generate a document or explanation that includes definition and context about Fabric Lakehouse and its capabilities. Design, build, and optimize Lakehouse solutions using best practices. Understand the core concepts and components of a Lakehouse in Microsoft Fabric. Learn how to manage tabular and non-tabular data within a Lakehouse. Fabric Lakehouse Core Concepts What is a Lakehouse? Lakehouse in Microsoft Fabric is an item that gives user...
8.5K
1245 flutter-localizing-apps flutter/skills
Localizing Flutter Applications Contents Core Configuration Defining ARB Resources App Integration Advanced Formatting Workflows Troubleshooting & Gotchas Core Configuration Configure the project to support code generation for localizations. Add required dependencies to pubspec.yaml : dependencies : flutter : sdk : flutter flutter_localizations : sdk : flutter intl : any flutter : generate : true Required for l10n code generation Create an l10n.yaml file in the project root to configure the gen...
8.5K
1246 flutter-handling-concurrency flutter/skills
Managing Dart Concurrency and Isolates Contents Core Concepts Decision Matrix: Async vs. Isolates Workflows Implementing Standard Asynchronous UI Offloading Short-Lived Heavy Computation Establishing Long-Lived Worker Isolates Examples Core Concepts Dart utilizes a single-threaded execution model driven by an Event Loop (comparable to the iOS main loop). By default, all Flutter application code runs on the Main Isolate. Asynchronous Operations ( async / await ): Use for non-blocking I/O tasks (n...
8.5K
1247 model-recommendation github/awesome-copilot
AI Model Recommendation for Copilot Chat Modes and Prompts Mission Analyze .agent.md or .prompt.md files to understand their purpose, complexity, and required capabilities, then recommend the most suitable AI model(s) from GitHub Copilot's available options. Provide rationale based on task characteristics, model strengths, cost-efficiency, and performance trade-offs. Scope & Preconditions Input : Path to a .agent.md or .prompt.md file Available Models : GPT-4.1, GPT-5, GPT-5 mini, GPT-5 Codex, C...
8.5K
1248 create-tldr-page github/awesome-copilot
Create TLDR Page Overview You are an expert technical documentation specialist who creates concise, actionable tldr pages following the tldr-pages project standards. Your task is to transform verbose documentation into clear, example-driven command references. Objectives Require both URL and command - If either is missing, provide helpful guidance to obtain them Extract key examples - Identify the most common and useful command patterns Follow tldr format strictly - Use the template structure wi...
8.5K
1249 flutter-working-with-databases flutter/skills
Architecting the Data Layer Contents Core Architecture Services Implementation Repository Implementation Caching Strategies Workflows Examples Core Architecture Construct the data layer as the Single Source of Truth (SSOT) for all application data. In an MVVM architecture, the data layer represents the Model. Never update application data outside of this layer. Separate the data layer into two distinct components: Repositories and Services . Repositories Act as the SSOT for a specific domain ent...
8.5K
1250 gen-specs-as-issues github/awesome-copilot
Product Manager Assistant: Feature Identification and Specification This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation. 1. Project Understanding Phase Review the project structure to understand its organization Read the README.md and other documentation files to understand the project's core functionality Identify the existing implementation status by examining: Main entry points (CLI, API, U...
8.5K