███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1201 | chatgpt-app-builder | mcp-use/mcp-use |
ChatGPT App Builder Build ChatGPT apps with interactive widgets using mcp-use. Zero-config widget development with automatic registration and built-in React hooks. The app is consumed by two users at once : the human and the ChatGPT LLM . They collaborate through the widget -- the human interacts with it, the LLM sees its state. The widget is your shared surface. Before You Code Clarify what to build → discover.md : when starting a new app, validating an idea, or scoping features Design tools an...
|
9.1K |
| 1202 | project-workflow-analysis-blueprint-generator | github/awesome-copilot |
Project Workflow Documentation Generator Configuration Variables ${PROJECT_TYPE="Auto-detect|.NET|Java|Spring|Node.js|Python|React|Angular|Microservices|Other"} <!-- Primary technology stack --> ${ENTRY_POINT="API|GraphQL|Frontend|CLI|Message Consumer|Scheduled Job|Custom"} <!-- Starting point for the flow --> ${PERSISTENCE_TYPE="Auto-detect|SQL Database|NoSQL Database|File System|External API|Message Queue|Cache|None"} <!-- Data storage type --> ${ARCHITECTURE_PATTERN="Auto-detect|Layered|Clean...
|
9.1K |
| 1203 | breakdown-plan | github/awesome-copilot |
GitHub Issue Planning & Project Automation Prompt Goal Act as a senior Project Manager and DevOps specialist with expertise in Agile methodology and GitHub project management. Your task is to take the complete set of feature artifacts (PRD, UX design, technical breakdown, testing plan) and generate a comprehensive GitHub project plan with automated issue creation, dependency linking, priority assignment, and Kanban-style tracking. GitHub Project Management Best Practices Agile Work Item Hierarch...
|
9.1K |
| 1204 | html-slides | claude-office-skills/skills |
HTML Slides Skill Overview This skill enables creation of stunning HTML-based presentations using reveal.js - the web's most popular presentation framework. Create interactive, responsive slides with animations, code highlighting, speaker notes, and more. How to Use Describe the presentation you want to create Specify theme, transitions, and features needed I'll generate a reveal.js presentation Example prompts: "Create an interactive presentation about our product" "Build a code walkthrough pre...
|
9.1K |
| 1205 | dotnet-upgrade | github/awesome-copilot |
Project Discovery & Assessment name: "Project Classification Analysis" prompt: "Identify all projects in the solution and classify them by type ( .NET Framework , .NET Core , .NET Standard ). Analyze each .csproj for its current TargetFramework and SDK usage." name: "Dependency Compatibility Review" prompt: "Review external and internal dependencies for framework compatibility. Determine the upgrade complexity based on dependency graph depth." name: "Legacy Package Detection" prompt: "Identify l...
|
9.1K |
| 1206 | csharp-docs | github/awesome-copilot |
C Documentation Best Practices Public members should be documented with XML comments. It is encouraged to document internal members as well, especially if they are complex or not self-explanatory. Guidance for all APIs Use <summary> to provide a brief, one sentence, description of what the type or member does. Start the summary with a present-tense, third-person verb. Use <remarks> for additional information, which can include implementation details, usage notes, or any other relevant context. U...
|
9.1K |
| 1207 | wcag-audit-patterns | wshobson/agents |
WCAG Audit Patterns Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies. When to Use This Skill Conducting accessibility audits Fixing WCAG violations Implementing accessible components Preparing for accessibility lawsuits Meeting ADA/Section 508 requirements Achieving VPAT compliance Core Concepts 1. WCAG Conformance Levels Level Description Required For A Minimum accessibility Legal baseline AA Standard conformance Most regulations AAA...
|
9.1K |
| 1208 | startup-financial-modeling | wshobson/agents |
Startup Financial Modeling Build comprehensive 3-5 year financial models with revenue projections, cost structures, cash flow analysis, and scenario planning for early-stage startups. Overview Financial modeling provides the quantitative foundation for startup strategy, fundraising, and operational planning. Create realistic projections using cohort-based revenue modeling, detailed cost structures, and scenario analysis to support decision-making and investor presentations. Core Components Reven...
|
9.1K |
| 1209 | tavily-map | tavily-ai/skills |
tavily map Discover URLs on a website without extracting content. Faster than crawling. Prerequisites Requires the Tavily CLI. See tavily-cli for install and auth setup. Quick install: curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login When to use You need to find a specific subpage on a large site You want a list of all URLs before deciding what to extract or crawl Step 3 in the workflow : search → extract → map → crawl → research Quick start Discover all URLs tvly map "https://...
|
9.1K |
| 1210 | agent-browser | inferen-sh/skills |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
9K |
| 1211 | python-executor | inferen-sh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
9K |
| 1212 | flutter-testing-apps | flutter/skills |
Testing Flutter Applications Contents Core Testing Strategies Architectural Testing Guidelines Plugin Testing Guidelines Workflows Examples Core Testing Strategies Balance your testing suite across three main categories to optimize for confidence, maintenance cost, dependencies, and execution speed. Unit Tests Use unit tests to verify the correctness of a single function, method, or class under various conditions. Mock all external dependencies. Do not involve disk I/O, screen rendering, or user...
|
9K |
| 1213 | create-github-pull-request-from-specification | github/awesome-copilot |
Create GitHub Pull Request from Specification Create GitHub Pull Request for the specification at ${workspaceFolder}/.github/pull_request_template.md . Process Analyze specification file template from '${workspaceFolder}/.github/pull_request_template.md' to extract requirements by 'search' tool. Create pull request draft template by using 'create_pull_request' tool on to ${input:targetBranch} . and make sure don't have any pull request of current branch was exist get_pull_request . If has contin...
|
9K |
| 1214 | make-skill-template | github/awesome-copilot |
Make Skill Template A meta-skill for creating new Agent Skills. Use this skill when you need to scaffold a new skill folder, generate a SKILL.md file, or help users understand the Agent Skills specification. When to Use This Skill User asks to "create a skill", "make a new skill", or "scaffold a skill" User wants to add a specialized capability to their GitHub Copilot setup User needs help structuring a skill with bundled resources User wants to duplicate this template as a starting point Prer...
|
9K |
| 1215 | ef-core | github/awesome-copilot |
Entity Framework Core Best Practices Your goal is to help me follow best practices when working with Entity Framework Core. Data Context Design Keep DbContext classes focused and cohesive Use constructor injection for configuration options Override OnModelCreating for fluent API configuration Separate entity configurations using IEntityTypeConfiguration Consider using DbContextFactory pattern for console apps or tests Entity Design Use meaningful primary keys (consider natural vs surrogate keys)...
|
9K |
| 1216 | remember | github/awesome-copilot |
Memory Keeper You are an expert prompt engineer and keeper of domain-organized Memory Instructions that persist across VS Code contexts. You maintain a self-organizing knowledge base that automatically categorizes learnings by domain and creates new memory files as needed. Scopes Memory instructions can be stored in two scopes: Global ( global or user ) - Stored in <global-prompts> ( vscode-userdata:/User/prompts/ ) and apply to all VS Code projects Workspace ( workspace or ws ) - Stored in <wor...
|
9K |
| 1217 | dataverse-python-advanced-patterns | github/awesome-copilot |
You are a Dataverse SDK for Python expert. Generate production-ready Python code that demonstrates: Error handling & retry logic — Catch DataverseError, check is_transient, implement exponential backoff. Batch operations — Bulk create/update/delete with proper error recovery. OData query optimization — Filter, select, orderby, expand, and paging with correct logical names. Table metadata — Create/inspect/delete custom tables with proper column type definitions (IntEnum for option sets). Configur...
|
9K |
| 1218 | next-intl-add-language | github/awesome-copilot |
This is a guide to add a new language to a Next.js project using next-intl for internationalization, For i18n, the application uses next-intl. All translations are in the directory ./messages . The UI component is src/components/language-toggle.tsx . Routing and middleware configuration are handled in: src/i18n/routing.ts src/middleware.ts When adding a new language: Translate all the content of en.json to the new language. The goal is to have all the JSON entries in the new language for a compl...
|
9K |
| 1219 | folder-structure-blueprint-generator | github/awesome-copilot |
Project Folder Structure Blueprint Generator Configuration Variables ${PROJECT_TYPE="Auto-detect|.NET|Java|React|Angular|Python|Node.js|Flutter|Other"} ${INCLUDES_MICROSERVICES="Auto-detect|true|false"} ${INCLUDES_FRONTEND="Auto-detect|true|false"} ${IS_MONOREPO="Auto-detect|true|false"} ${VISUALIZATION_STYLE="ASCII|Markdown List|Table"} ${DEPTH_LEVEL=1-5} ${INCLUDE_FILE_COUNTS=true|false} ${INCLUDE_GENERATED_FOLDERS=true|false} ${INCLUDE_FILE_PATTERNS=true|false} ${INCLUDE_TEMPLATES=true|false}...
|
9K |
| 1220 | breakdown-feature-implementation | github/awesome-copilot |
Feature Implementation Plan Prompt Goal Act as an industry-veteran software engineer responsible for crafting high-touch features for large-scale SaaS companies. Excel at creating detailed technical implementation plans for features based on a Feature PRD. Review the provided context and output a thorough, comprehensive implementation plan. Note: Do NOT write code in output unless it's pseudocode for technical situations. Output Format The output should be a complete implementation plan in Markd...
|
9K |
| 1221 | add-educational-comments | github/awesome-copilot |
Add Educational Comments Add educational comments to code files so they become effective learning resources. When no file is provided, request one and offer a numbered list of close matches for quick selection. Role You are an expert educator and technical writer. You can explain programming topics to beginners, intermediate learners, and advanced practitioners. You adapt tone and detail to match the user's configured knowledge levels while keeping guidance encouraging and instructional. Provide...
|
9K |
| 1222 | 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...
|
9K |
| 1223 | java-refactoring-extract-method | github/awesome-copilot |
Refactoring Java Methods with Extract Method Role You are an expert in refactoring Java methods. Below are 2 examples (with titles code before and code after refactoring) that represents Extract Method . Code Before Refactoring 1: public FactLineBuilder setC_BPartner_ID_IfValid ( final int bpartnerId ) { assertNotBuild ( ) ; if ( bpartnerId > 0 ) { setC_BPartner_ID ( bpartnerId ) ; } return this ; } Code After Refactoring 1: public FactLineBuilder bpartnerIdIfNotNull ( final BPartnerId bpartnerI...
|
9K |
| 1224 | power-bi-report-design-consultation | github/awesome-copilot |
Power BI Report Visualization Designer You are a Power BI visualization and user experience expert specializing in creating effective, accessible, and engaging reports. Your role is to guide the design of reports that clearly communicate insights and enable data-driven decision making. Design Consultation Framework Initial Requirements Gathering Before recommending visualizations, understand the context: Business Context Assessment: □ What business problem are you trying to solve? □ Who is the t...
|
9K |
| 1225 | okx-wallet-portfolio | okx/onchainos-skills |
OKX Wallet Portfolio CLI 4 commands for supported chains, wallet total value, all token balances, and specific token balances. Pre-flight Checks Every time before running any onchainos command, always follow these steps in order. Do not echo routine command output to the user; only provide a brief status update when installing, updating, or handling a failure. Confirm installed : Run which onchainos . If not found, install it: curl -sSL https://raw.githubusercontent.com/okx/onchainos-skills/main...
|
9K |
| 1226 | breakdown-test | github/awesome-copilot |
Test Planning & Quality Assurance Prompt Goal Act as a senior Quality Assurance Engineer and Test Architect with expertise in ISTQB frameworks, ISO 25010 quality standards, and modern testing practices. Your task is to take feature artifacts (PRD, technical breakdown, implementation plan) and generate comprehensive test planning, task breakdown, and quality assurance documentation for GitHub project management. Quality Standards Framework ISTQB Framework Application Test Process Activities : Pla...
|
9K |
| 1227 | design | tw93/waza |
Design: Build It With a Point of View Prefix your first line with 🥷 inline, not as its own paragraph. If it could have been generated by a default prompt, it is not good enough. Lock the Direction First Before writing any code, ask the user directly, using the environment's native question or approval mechanism if it has one: Who uses this, and in what context? Analyst dashboard differs from landing page or onboarding flow. See "App shell exception" below if the answer is a sidebar + main worksp...
|
9K |
| 1228 | workflow-orchestration-patterns | wshobson/agents |
Workflow Orchestration Patterns Master workflow orchestration architecture with Temporal, covering fundamental design decisions, resilience patterns, and best practices for building reliable distributed systems. When to Use Workflow Orchestration Ideal Use Cases (Source: docs.temporal.io) Multi-step processes spanning machines/services/databases Distributed transactions requiring all-or-nothing semantics Long-running workflows (hours to years) with automatic state persistence Failure recovery th...
|
9K |
| 1229 | okx-dex-swap | okx/onchainos-skills |
OKX DEX Aggregator CLI 5 commands for multi-chain swap aggregation — quote, approve, and execute. Pre-flight Checks Every time before running any onchainos command, always follow these steps in order. Do not echo routine command output to the user; only provide a brief status update when installing, updating, or handling a failure. Confirm installed : Run which onchainos . If not found, install it: curl -sSL https://raw.githubusercontent.com/okx/onchainos-skills/main/install.sh | sh If the insta...
|
9K |
| 1230 | bash-defensive-patterns | wshobson/agents |
Bash Defensive Patterns Comprehensive guidance for writing production-ready Bash scripts using defensive programming techniques, error handling, and safety best practices to prevent common pitfalls and ensure reliability. When to Use This Skill Writing production automation scripts Building CI/CD pipeline scripts Creating system administration utilities Developing error-resilient deployment automation Writing scripts that must handle edge cases safely Building maintainable shell script libraries...
|
9K |
| 1231 | chat-ui | inferen-sh/skills |
Chat UI Components Chat building blocks from ui.inference.sh . Quick Start Install chat components npx shadcn@latest add https://ui.inference.sh/r/chat.json Components Chat Container import { ChatContainer } from "@/registry/blocks/chat/chat-container" < ChatContainer > { /* messages go here */ } </ ChatContainer > Messages import { ChatMessage } from "@/registry/blocks/chat/chat-message" < ChatMessage role = " user " content = " Hello, how can you help me? " /> < ChatMessage role = " assistant...
|
8.9K |
| 1232 | python-sdk | inferen-sh/skills |
Python SDK Build AI applications with the inference.sh Python SDK. Quick Start pip install inferencesh from inferencesh import inference client = inference ( api_key = "inf_your_key" ) Run an AI app result = client . run ( { "app" : "infsh/flux-1-dev" , "input" : { "prompt" : "A sunset over mountains" } } ) print ( result [ "output" ] ) Installation Standard installation pip install inferencesh With async support pip install inferencesh [ async ] Requirements: Python 3.8+ Authentication impor...
|
8.9K |
| 1233 | javascript-sdk | inferen-sh/skills |
JavaScript SDK Build AI applications with the inference.sh JavaScript/TypeScript SDK. Quick Start npm install @inferencesh/sdk import { inference } from '@inferencesh/sdk' ; const client = inference ( { apiKey : 'inf_your_key' } ) ; // Run an AI app const result = await client . run ( { app : 'infsh/flux-schnell' , input : { prompt : 'A sunset over mountains' } } ) ; console . log ( result . output ) ; Installation npm install @inferencesh/sdk or yarn add @inferencesh/sdk or pnpm add @inferenc...
|
8.9K |
| 1234 | widgets-ui | inferen-sh/skills |
Widget Renderer Declarative UI from JSON via ui.inference.sh . Quick Start npx shadcn@latest add https://ui.inference.sh/r/widgets.json Basic Usage import { WidgetRenderer } from "@/registry/blocks/widgets/widget-renderer" import type { Widget , WidgetAction } from "@/registry/blocks/widgets/types" const widget : Widget = { type : 'ui' , title : 'My Widget' , children : [ { type : 'text' , value : 'Hello World' } , { type : 'button' , label : 'Click me' , onClickAction : { type : 'click' } } , ]...
|
8.9K |
| 1235 | agent-ui | inferen-sh/skills |
Agent Component Batteries-included agent component from ui.inference.sh . Quick Start Install the agent component npx shadcn@latest add https://ui.inference.sh/r/agent.json Add the SDK for the proxy route npm install @inferencesh/sdk Setup 1. API Proxy Route (Next.js) // app/api/inference/proxy/route.ts import { route } from '@inferencesh/sdk/proxy/nextjs' ; export const { GET , POST , PUT } = route ; 2. Environment Variable .env.local INFERENCE_API_KEY = inf_ .. . 3. Use the Component import...
|
8.9K |
| 1236 | tools-ui | inferen-sh/skills |
Tool UI Components Tool lifecycle components from ui.inference.sh . Quick Start npx shadcn@latest add https://ui.inference.sh/r/tools.json Tool States State Description pending Tool call requested, waiting to execute running Tool is currently executing approval Requires human approval before execution success Tool completed successfully error Tool execution failed Components Tool Call Display import { ToolCall } from "@/registry/blocks/tools/tool-call" < ToolCall name = " search_web " args = { {...
|
8.9K |
| 1237 | rust-mcp-server-generator | github/awesome-copilot |
Rust MCP Server Generator You are a Rust MCP server generator. Create a complete, production-ready Rust MCP server project using the official rmcp SDK. Project Requirements Ask the user for: Project name (e.g., "my-mcp-server") Server description (e.g., "A weather data MCP server") Transport type (stdio, sse, http, or all) Tools to include (e.g., "weather lookup", "forecast", "alerts") Whether to include prompts and resources Project Structure Generate this structure: {project-name}/ ├── Cargo.t...
|
8.9K |
| 1238 | finnish-humanizer | github/awesome-copilot |
Finnish Humanizer <finnish_voice> Ennen kuin korjaat yhtään patternia, sisäistä miten suomalainen kirjoittaja ajattelee. Suoruus. Suomalainen sanoo asian ja siirtyy eteenpäin. Ei johdattelua, ei pehmentämistä, ei turhia kehyksiä. "Tämä ei toimi" on täysi lause. Lyhyys on voimaa. Lyhyt virke ei ole laiska — se on täsmällinen. Pitkä virke on perusteltava. Toisto on sallittu. Suomessa saman sanan käyttö kahdesti on normaalia. Englannin synonyymikierto ("utilize" → "employ" → "leverage") kuulostaa s...
|
8.9K |
| 1239 | openapi-to-application-code | github/awesome-copilot |
Generate Application from OpenAPI Spec Your goal is to generate a complete, working application from an OpenAPI specification using the active framework's conventions and best practices. Input Requirements OpenAPI Specification : Provide either: A URL to the OpenAPI spec (e.g., https://api.example.com/openapi.json ) A local file path to the OpenAPI spec The full OpenAPI specification content pasted directly Project Details (if not in spec): Project name and description Target framework and versi...
|
8.9K |
| 1240 | create-llms | github/awesome-copilot |
Create LLMs.txt File from Repository Structure Create a new llms.txt file from scratch in the root of the repository following the official llms.txt specification at https://llmstxt.org/ . This file provides high-level guidance to large language models (LLMs) on where to find relevant content for understanding the repository's purpose and specifications. Primary Directive Create a comprehensive llms.txt file that serves as an entry point for LLMs to understand and navigate the repository effecti...
|
8.9K |
| 1241 | 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.9K |
| 1242 | fluxa-agent-wallet | fluxa-agent-payment/fluxa-ai-wallet-mcp |
FluxA Agent Wallet FluxA Agent Wallet is a co-wallet that allows AI agents to securely use a user’s wallet, enabling them to perform payment-related actions within the user’s approved scope. Capabilities include x402 payments, USDC transfers, payment links for receiving payments, discovering and calling x402 resources (one-shot APIs), and using payment-
|
8.9K |
| 1243 | aspnet-minimal-api-openapi | github/awesome-copilot |
ASP.NET Minimal API with OpenAPI Your goal is to help me create well-structured ASP.NET Minimal API endpoints with correct types and comprehensive OpenAPI/Swagger documentation. API Organization Group related endpoints using MapGroup() extension Use endpoint filters for cross-cutting concerns Structure larger APIs with separate endpoint classes Consider using a feature-based folder structure for complex APIs Request and Response Types Define explicit request and response DTOs/models Create clear...
|
8.9K |
| 1244 | create-github-issues-feature-from-implementation-plan | github/awesome-copilot |
Create GitHub Issue from Implementation Plan Create GitHub Issues for the implementation plan at ${file} . Process Analyze plan file to identify phases Check existing issues using search_issues Create new issue per phase using create_issue or update existing with update_issue Use feature_request.yml or chore_request.yml templates (fallback to default) Requirements One issue per implementation phase Clear, structured titles and descriptions Include only changes required by the plan Verify against...
|
8.9K |
| 1245 | breakdown-epic-pm | github/awesome-copilot |
Epic Product Requirements Document (PRD) Prompt Goal Act as an expert Product Manager for a large-scale SaaS platform. Your primary responsibility is to translate high-level ideas into detailed Epic-level Product Requirements Documents (PRDs). These PRDs will serve as the single source of truth for the engineering team and will be used to generate a comprehensive technical architecture specification for the epic. Review the user's request for a new epic and generate a thorough PRD. If you don't ...
|
8.9K |
| 1246 | 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.9K |
| 1247 | 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.9K |
| 1248 | okx-onchain-gateway | okx/onchainos-skills |
OKX Onchain Gateway CLI 6 commands for gas estimation, transaction simulation, broadcasting, and order tracking. Pre-flight Checks Every time before running any onchainos command, always follow these steps in order. Do not echo routine command output to the user; only provide a brief status update when installing, updating, or handling a failure. Confirm installed : Run which onchainos . If not found, install it: curl -sSL https://raw.githubusercontent.com/okx/onchainos-skills/main/install.sh | ...
|
8.9K |
| 1249 | remembering-conversations | obra/episodic-memory |
Remembering Conversations Core principle: Search before reinventing. Searching costs nothing; reinventing or repeating mistakes costs everything. Mandatory: Use the Search Agent YOU MUST dispatch the search-conversations agent for any historical search. Announce: "Dispatching search agent to find [topic]." Then use the Task tool with subagent_type: "search-conversations" : Task tool: description: "Search past conversations for [topic]" prompt: "Search for [specific query or topic]. Focus on [wha...
|
8.9K |
| 1250 | llm-evaluation | wshobson/agents |
LLM Evaluation Master comprehensive evaluation strategies for LLM applications, from automated metrics to human evaluation and A/B testing. When to Use This Skill Measuring LLM application performance systematically Comparing different models or prompts Detecting performance regressions before deployment Validating improvements from prompt changes Building confidence in production systems Establishing baselines and tracking progress over time Debugging unexpected model behavior Core Evaluation T...
|
8.9K |