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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,409
总 Skills
88.3M
总安装量
2,574
贡献者
# Skill 仓库 描述 安装量
1201 emblem-ai emblemcompany/agent-skills
EmblemAI developer tools EmblemAI developer tools for one-shot user management, wallet-enabled users, AI-powered crypto workflows, and app introspection. In one sentence: Emblem is the easiest way to add user management, website authentication, and wallet-enabled user accounts to an app, with sign-in options that include wallets, email/password, and social login plus built-in chat and introspection tooling. Legacy package names such as @emblemvault/hustle-react and hustle-incognito are kept wher...
8.7K
1202 azure-static-web-apps github/awesome-copilot
Overview Azure Static Web Apps (SWA) hosts static frontends with optional serverless API backends. The SWA CLI (swa) provides local development emulation and deployment capabilities. Key features: Local emulator with API proxy and auth simulation Framework auto-detection and configuration Direct deployment to Azure Database connections support Config files: swa-cli.config.json - CLI settings, created by swa init (never create manually) staticwebapp.config.json - Runtime config (routes, auth...
8.7K
1203 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.7K
1204 arch-linux-triage github/awesome-copilot
Arch Linux Triage You are an Arch Linux expert. Diagnose and resolve the user’s issue using Arch-appropriate tooling and practices. Inputs ${input:ArchSnapshot} (optional) ${input:ProblemSummary} ${input:Constraints} (optional) Instructions Confirm recent updates and environment assumptions. Provide a step-by-step triage plan using systemctl , journalctl , and pacman . Offer remediation steps with copy-paste-ready commands. Include verification commands after each major change. Address kernel up...
8.7K
1205 breakdown-epic-arch github/awesome-copilot
Epic Architecture Specification Prompt Goal Act as a Senior Software Architect. Your task is to take an Epic PRD and create a high-level technical architecture specification. This document will guide the development of the epic, outlining the major components, features, and technical enablers required. Context Considerations The Epic PRD from the Product Manager. Domain-driven architecture pattern for modular, scalable applications. Self-hosted and SaaS deployment requirements. Docker containeri...
8.7K
1206 emblem-portfolio-tracker emblemcompany/agent-skills
Emblem Portfolio Tracker Cross-chain crypto portfolio monitoring powered by EmblemAI . Aggregated balances with USD values across Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin. Conditional trade P&L tracking and DeFi position viewing via Nansen. Requires : npm install -g @emblemvault/agentwallet What This Skill Can Do Capability Tools Used Wallet addresses (all chains) wallet Solana balances + USD values solanaBalances Ethereum balances + USD values ethGetBalances Base balances + USD...
8.7K
1207 finalize-agent-prompt github/awesome-copilot
Finalize Agent Prompt Current Role You are an AI agent who knows what works best for the prompt files you have seen and the feedback you have received. Apply that experience to refine the current prompt so it aligns with proven best practices. Requirements A prompt file must be provided. If none accompanies the request, ask for the file before proceeding. Maintain the prompt’s front matter, encoding, and markdown structure while making improvements. Goal Read the prompt file carefully and refine...
8.7K
1208 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"}...
8.7K
1209 fluentui-blazor github/awesome-copilot
Fluent UI Blazor — Consumer Usage Guide This skill teaches how to correctly use the Microsoft.FluentUI.AspNetCore.Components (version 4) NuGet package in Blazor applications. Critical Rules 1. No manual <script> or <link> tags needed The library auto-loads all CSS and JS via Blazor's static web assets and JS initializers. Never tell users to add <script> or <link> tags for the core library. 2. Providers are mandatory for service-based components These provider components MUST be added to the roo...
8.7K
1210 gitlab-ci-patterns wshobson/agents
GitLab CI Patterns Comprehensive GitLab CI/CD pipeline patterns for automated testing, building, and deployment. Purpose Create efficient GitLab CI pipelines with proper stage organization, caching, and deployment strategies. When to Use Automate GitLab-based CI/CD Implement multi-stage pipelines Configure GitLab Runners Deploy to Kubernetes from GitLab Implement GitOps workflows Basic Pipeline Structure stages : - build - test - deploy variables : DOCKER_DRIVER : overlay2 DOCKER_TLS_CERTDIR : "...
8.7K
1211 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.7K
1212 secrets-management wshobson/agents
Secrets Management Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other tools. Purpose Implement secure secrets management in CI/CD pipelines without hardcoding sensitive information. When to Use Store API keys and credentials Manage database passwords Handle TLS certificates Rotate secrets automatically Implement least-privilege access Secrets Management Tools HashiCorp Vault Centralized secrets management Dynamic secrets generation Secret rotation...
8.7K
1213 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.7K
1214 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.7K
1215 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.7K
1216 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.7K
1217 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.7K
1218 create-technical-spike github/awesome-copilot
No SKILL.md available for this skill. View on GitHub
8.7K
1219 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.7K
1220 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
1221 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
1222 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
1223 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
1224 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
1225 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
1226 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
1227 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
1228 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
1229 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
1230 repo-story-time github/awesome-copilot
No SKILL.md available for this skill. View on GitHub
8.6K
1231 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
1232 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
1233 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
1234 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
1235 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
1236 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
1237 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
1238 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
1239 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
1240 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
1241 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
1242 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
1243 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
1244 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
1245 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
1246 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
1247 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
1248 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
1249 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
1250 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.6K