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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,457
总 Skills
95.0M
总安装量
2,622
贡献者
# Skill 仓库 描述 安装量
1251 kami tw93/kami
kami · 紙 紙 · かみ - the paper your deliverables land on. One design language across six document types: warm parchment canvas, ink-blue accent, serif-led hierarchy, tight editorial rhythm. Inspired by Anthropic's product visuals. Part of Kaku · Waza · Kami - Kaku writes code, Waza drills habits, Kami delivers documents . Step 1 · Decide the language Match the user's language . If they write in Chinese -> use the Chinese templates ( .html , Chinese references). If they write in English -> use the E...
8.9K
1252 learn tw93/waza
Learn: From Raw Materials to Published Output Prefix your first line with 🥷 inline, not as its own paragraph. Your role: collect, organize, translate, explain, structure. You support the user's thinking; you do not replace it. Pre-check Check whether /read and /write skills are installed (look for their SKILL.md in the skills directories). Warn if missing, do not block: /read missing -- Phase 1 fetch falls back to native WebFetch / curl ; coverage on paywalled, JS-heavy, and Chinese-platform pag...
8.9K
1253 unity-ecs-patterns wshobson/agents
Unity ECS Patterns Production patterns for Unity's Data-Oriented Technology Stack (DOTS) including Entity Component System, Job System, and Burst Compiler. When to Use This Skill Building high-performance Unity games Managing thousands of entities efficiently Implementing data-oriented game systems Optimizing CPU-bound game logic Converting OOP game code to ECS Using Jobs and Burst for parallelization Core Concepts 1. ECS vs OOP Aspect Traditional OOP ECS/DOTS Data layout Object-oriented Data-or...
8.9K
1254 python-type-safety wshobson/agents
Python Type Safety Leverage Python's type system to catch errors at static analysis time. Type annotations serve as enforced documentation that tooling validates automatically. When to Use This Skill Adding type hints to existing code Creating generic, reusable classes Defining structural interfaces with protocols Configuring mypy or pyright for strict checking Understanding type narrowing and guards Building type-safe APIs and libraries Core Concepts 1. Type Annotations Declare expected types f...
8.9K
1255 wecomcli-smartsheet wecomteam/wecom-cli
企业微信智能表格管理 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 管理企业微信智能表格的结构(子表、字段/列)和数据(记录)。所有接口支持通过 docid 或 url 二选一定位文档。 调用方式 通过 wecom-cli 调用,品类为 doc : wecom-cli doc < tool_name > '<json_params>' 返回格式说明 所有接口返回 JSON 对象,包含以下公共字段: 字段 类型 说明 errcode integer 返回码, 0 表示成功,非 0 表示失败 errmsg string 错误信息,成功时为 "ok" 当 errcode 不为 0 时,说明接口调用失败,可重试 1 次;若仍失败,将 errcode 和 errmsg 展示给用户。 一、智能表格结构管理 smartsheet_get_sheet 查询文档中所有子表信息,返回 sheet_id、title、类型等。 wecom-cli doc smartsheet_get_sheet '{"docid": "DOCID"}' smartsheet...
8.9K
1256 dart-run-static-analysis dart-lang/skills
Analyzing and Fixing Dart Code Contents Analysis Configuration Diagnostic Suppression Workflow: Executing Static Analysis Workflow: Applying Automated Fixes Examples Analysis Configuration Configure the Dart analyzer using the analysis_options.yaml file located at the package root. Base Configuration: Always include a standard rule set (e.g., package:lints/recommended.yaml or package:flutter_lints/flutter.yaml ) using the include: directive. Strict Type Checks: Enable strict type checks under th...
8.9K
1257 dart-add-unit-test dart-lang/skills
Testing Dart and Flutter Applications Contents Structuring Test Files Writing Tests Executing Tests Test Implementation Workflow Examples Structuring Test Files Organize test files to mirror the lib directory structure to maintain predictability. Place all test code within the test directory at the root of the package. Append _test.dart to the end of all test file names (e.g., lib/src/utils.dart should be tested in test/src/utils_test.dart ). If writing integration tests, place them in an integr...
8.9K
1258 agent-reach panniantong/agent-reach
Agent Reach — Usage Guide Upstream tools for 13+ platforms. Call them directly. Run agent-reach doctor to check which channels are available. ⚠️ Workspace Rules Never create files in the agent workspace. Use /tmp/ for temporary output and ~/.agent-reach/ for persistent data. Web — Any URL curl -s "https://r.jina.ai/URL" Web Search (Exa) mcporter call 'exa.web_search_exa(query: "query", numResults: 5)' mcporter call 'exa.get_code_context_exa(query: "code question", tokensNum: 3000)' Twitter/X (xr...
8.9K
1259 microsoft-skill-creator github/awesome-copilot
Microsoft Skill Creator Create hybrid skills for Microsoft technologies that store essential knowledge locally while enabling dynamic Learn MCP lookups for deeper details. About Skills Skills are modular packages that extend agent capabilities with specialized knowledge and workflows. A skill transforms a general-purpose agent into a specialized one for a specific domain. Skill Structure skill-name/ ├── SKILL.md (required) Frontmatter (name, description) + instructions ├── references/ ...
8.9K
1260 clean-code sickn33/antigravity-awesome-skills
Clean Code Skill This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean." 🧠 Core Philosophy "Code is clean if it can be read, and enhanced by a developer other than its original author." — Grady Booch When to Use Use this skill when: Writing new code : To ensure high quality from the start. Reviewing Pull Requests : To provide constructive, principle-based feedback. Refactoring legacy code : To identify a...
8.9K
1261 emblem-market-research emblemcompany/agent-skills
Emblem Market Research Crypto market intelligence powered by EmblemAI . Real-time data from CoinGecko, CoinGlass, Birdeye, and Nansen — trending tokens, derivatives analytics, on-chain smart money tracking, and token deep dives. Requires : npm install -g @emblemvault/agentwallet What This Skill Can Do Capability Tools Used Trending tokens (all chains) getTrendingCoins , birdeyeTrendingTokens Token price lookup getCryptoPrice , searchCryptoByName Token deep dive (volume, trades, liquidity) birdey...
8.8K
1262 emblem-ai-agent-wallet emblemcompany/agent-skills
EmblemAI Agent Wallet Connect to EmblemAI - EmblemVault's wallet-aware assistant for balances, addresses, portfolio snapshots, recent activity, and operator-confirmed wallet actions across supported chains. Browser auth, streaming responses, profile-scoped local state, x402 support, and PAYG controls. In one sentence: Emblem is the easiest way to give your agent a wallet with profile-scoped local auth, zero-config agent provisioning, and review-first guidance for value-moving actions. Requires t...
8.8K
1263 remember-interactive-programming github/awesome-copilot
No SKILL.md available for this skill. View on GitHub
8.8K
1264 debian-linux-triage github/awesome-copilot
Debian Linux Triage You are a Debian Linux expert. Diagnose and resolve the user’s issue with Debian-appropriate tooling and practices. Inputs ${input:DebianRelease} (optional) ${input:ProblemSummary} ${input:Constraints} (optional) Instructions Confirm Debian release and environment assumptions; ask concise follow-ups if required. Provide a step-by-step triage plan using systemctl , journalctl , apt , and dpkg . Offer remediation steps with copy-paste-ready commands. Include verification comman...
8.8K
1265 aspire github/awesome-copilot
Aspire — Polyglot Distributed-App Orchestration Aspire is a code-first, polyglot toolchain for building observable, production-ready distributed applications. It orchestrates containers, executables, and cloud resources from a single AppHost project — regardless of whether the workloads are C, Python, JavaScript/TypeScript, Go, Java, Rust, Bun, Deno, or PowerShell. Mental model: The AppHost is a conductor — it doesn't play the instruments, it tells every service when to start, how to find each o...
8.8K
1266 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.8K
1267 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.8K
1268 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.8K
1269 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.8K
1270 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.8K
1271 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.8K
1272 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.8K
1273 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.8K
1274 emblem-ai-prompt-examples emblemcompany/agent-skills
EmblemAI Prompt Examples Use this skill when the user wants example prompts, wording patterns, or sample requests for end-user EmblemAI workflows rather than SDK, React, or app implementation details. Security & Trust Model This skill provides curated prompt examples and phrasing guidance. It inherently references: Financial operations (W009): Example prompts cover trading, DeFi, portfolio review, cross-chain transfers, and prediction markets. These are reference prompts only — they demonstrate ...
8.8K
1275 create-technical-spike github/awesome-copilot
No SKILL.md available for this skill. View on GitHub
8.8K
1276 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.8K
1277 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.8K
1278 repo-story-time github/awesome-copilot
No SKILL.md available for this skill. View on GitHub
8.8K
1279 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.8K
1280 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.8K
1281 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.8K
1282 memory-safety-patterns wshobson/agents
Memory Safety Patterns Cross-language patterns for memory-safe programming including RAII, ownership, smart pointers, and resource management. When to Use This Skill Writing memory-safe systems code Managing resources (files, sockets, memory) Preventing use-after-free and leaks Implementing RAII patterns Choosing between languages for safety Debugging memory issues Core Concepts 1. Memory Bug Categories Bug Type Description Prevention Use-after-free Access freed memory Ownership, RAII Double-fre...
8.8K
1283 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.8K
1284 ppt-visual claude-office-skills/skills
PPT Visual Skill Overview I help you design visually impactful presentation slides. I provide layout concepts, visual recommendations, and design specifications that transform text-heavy slides into engaging visual communications. What I can do: Design slide layouts and compositions Recommend visual elements (icons, images, shapes) Create color schemes and themes Suggest typography and hierarchy Provide before/after redesign concepts Generate SmartArt and diagram ideas What I cannot do: Create a...
8.8K
1285 threejs-animation cloudai-x/threejs-skills
Three.js Animation Quick Start import * as THREE from "three"; // Simple procedural animation const clock = new THREE.Clock(); function animate() { const delta = clock.getDelta(); const elapsed = clock.getElapsedTime(); mesh.rotation.y += delta; mesh.position.y = Math.sin(elapsed) * 0.5; requestAnimationFrame(animate); renderer.render(scene, camera); } animate(); Animation System Overview Three.js animation system has three main components: AnimationClip - Container for keyfra...
8.8K
1286 dart-fix-runtime-errors dart-lang/skills
Resolving Dart Static Analysis Errors Contents Core Concepts & Guidelines Type System & Soundness Null Safety Error Handling Workflows Workflow: Static Analysis Resolution Examples Core Concepts & Guidelines Type System & Soundness Enforce Dart's sound type system to prevent runtime invalid states. Method Overrides: Maintain sound return types (covariant) and parameter types (contravariant). Never tighten a parameter type in a subclass unless explicitly marked with the covariant keyword. Generic...
8.8K
1287 documentation-and-adrs addyosmani/agent-skills
Documentation and ADRs Overview Document decisions, not just code. The most valuable documentation captures the why — the context, constraints, and trade-offs that led to a decision. Code shows what was built; documentation explains why it was built this way and what alternatives were considered . This context is essential for future humans and agents working in the codebase. When to Use Making a significant architectural decision Choosing between competing approaches Adding or changing a public...
8.8K
1288 prd-to-issues mattpocock/skills
PRD to Issues Break a PRD into independently-grabbable GitHub issues using vertical slices (tracer bullets). Process 1. Locate the PRD Ask the user for the PRD GitHub issue number (or URL). If the PRD is not already in your context window, fetch it with gh issue view <number> (with comments). 2. Explore the codebase (optional) If you have not already explored the codebase, do so to understand the current state of the code. 3. Draft vertical slices Break the PRD into tracer bullet issues. Each is...
8.7K
1289 flutter-caching-data flutter/skills
Implementing Flutter Caching and Offline-First Architectures Contents Selecting a Caching Strategy Implementing Offline-First Data Synchronization Managing File System and SQLite Persistence Optimizing UI, Scroll, and Image Caching Caching the FlutterEngine (Android) Workflows Selecting a Caching Strategy Apply the appropriate caching mechanism based on the data lifecycle and size requirements. If storing small, non-critical UI states or preferences: Use shared_preferences . If storing large, st...
8.7K
1290 emblem-ai-react emblemcompany/agent-skills
EmblemAI React Use this skill when the user wants to integrate EmblemAI into a React app rather than only use the CLI or low-level SDKs. In one sentence: this is the easiest way to add user management and wallet-enabled accounts to a React app. Security & Trust Model This skill generates React code that integrates with EmblemAI's authentication and wallet infrastructure. It inherently involves: Third-party data (W011): Migrate.fun React hooks ( useProject , useProjects ) fetch project and token ...
8.7K
1291 flutter-reducing-app-size flutter/skills
Reducing Flutter App Size Contents Core Concepts Workflow: Generating Size Analysis Files Workflow: Analyzing Size Data in DevTools Workflow: Estimating iOS Download Size Workflow: Implementing Size Reduction Strategies Examples Core Concepts Debug vs. Release: Never use debug builds to measure app size. Debug builds include VM overhead and lack Ahead-Of-Time (AOT) compilation and tree-shaking. Upload vs. Download Size: The size of an upload package (APK, AAB, IPA) does not represent the end-use...
8.7K
1292 emblem-ai-agent-wallet emblemcompany/emblemai-agentwallet
EmblemAI Agent Wallet Connect to EmblemAI - EmblemVault's wallet-aware assistant for balances, addresses, portfolio snapshots, recent activity, and operator-confirmed wallet actions across supported chains. Browser auth, streaming responses, profile-scoped local state, x402 support, and PAYG controls. In one sentence: Emblem is the easiest way to give your agent a wallet with profile-scoped local auth, zero-config agent provisioning, and review-first guidance for value-moving actions. Requires t...
8.7K
1293 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
1294 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.7K
1295 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.7K
1296 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.7K
1297 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.7K
1298 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.7K
1299 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.7K
1300 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.7K