███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1451 | binary-analysis-patterns | wshobson/agents |
Binary Analysis Patterns Comprehensive patterns and techniques for analyzing compiled binaries, understanding assembly code, and reconstructing program logic. Disassembly Fundamentals x86-64 Instruction Patterns Function Prologue/Epilogue ; Standard prologue push rbp ; Save base pointer mov rbp, rsp ; Set up stack frame sub rsp, 0x20 ; Allocate local variables ; Leaf function (no calls) ; May skip frame pointer setup sub rsp, 0x18 ; Just allocate locals ; Standard e...
|
7.1K |
| 1452 | projection-patterns | wshobson/agents |
Projection Patterns Comprehensive guide to building projections and read models for event-sourced systems. When to Use This Skill Building CQRS read models Creating materialized views from events Optimizing query performance Implementing real-time dashboards Building search indexes from events Aggregating data across streams Core Concepts 1. Projection Architecture ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ Event Store │────►│ Projector │────►│ Read Model │ │ │ ...
|
7.1K |
| 1453 | paypal-integration | wshobson/agents |
PayPal Integration Master PayPal payment integration including Express Checkout, IPN handling, recurring billing, and refund workflows. When to Use This Skill Integrating PayPal as a payment option Implementing express checkout flows Setting up recurring billing with PayPal Processing refunds and payment disputes Handling PayPal webhooks (IPN) Supporting international payments Implementing PayPal subscriptions Core Concepts 1. Payment Products PayPal Checkout One-time payments Express checko...
|
7.1K |
| 1454 | sast-configuration | wshobson/agents |
SAST Configuration Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for comprehensive security scanning across multiple programming languages. Overview This skill provides comprehensive guidance for setting up and configuring SAST tools including Semgrep, SonarQube, and CodeQL. Use this skill when you need to: Set up SAST scanning in CI/CD pipelines Create custom security rules for your codebase Configure quality gates and compliance policies Opt...
|
7.1K |
| 1455 | okx-cex-trade | okx/agent-skills |
OKX CEX Trading CLI Spot, perpetual swap, delivery futures, and options order management on OKX exchange. Place, cancel, amend, and monitor orders; query option chains and Greeks; set take-profit/stop-loss and trailing stops; manage leverage and positions. Requires API credentials. Prerequisites Install okx CLI: npm install -g @okx_ai/okx-trade-cli Configure credentials: okx config init Or set environment variables: export OKX_API_KEY = your_key export OKX_SECRET_KEY = your_secret export OKX_PAS...
|
7.1K |
| 1456 | okx-cex-market | okx/agent-skills |
OKX CEX Market Data CLI Public market data for OKX exchange: prices, order books, candles, funding rates, open interest, and instrument info. All commands are read-only and do not require API credentials . Prerequisites Install okx CLI: npm install -g @okx_ai/okx-trade-cli No credentials needed for market data — all commands are public. Verify install: okx market ticker BTC-USDT Demo vs Live Mode Market data commands are public and read-only — demo mode has no effect . The same data is returned ...
|
7.1K |
| 1457 | turborepo-caching | wshobson/agents |
Turborepo Caching Production patterns for Turborepo build optimization. When to Use This Skill Setting up new Turborepo projects Configuring build pipelines Implementing remote caching Optimizing CI/CD performance Migrating from other monorepo tools Debugging cache misses Core Concepts 1. Turborepo Architecture Workspace Root/ ├── apps/ │ ├── web/ │ │ └── package.json │ └── docs/ │ └── package.json ├── packages/ │ ├── ui/ │ │ └── package.json │ └── config/ │ └── pac...
|
7.1K |
| 1458 | read | tw93/waza |
Read: Fetch Any URL or PDF as Markdown Prefix your first line with 🥷 inline, not as its own paragraph. Convert any URL or local PDF to clean Markdown and save it. No analysis, no summary, no discussion of the content unless explicitly asked. Routing Input Method feishu.cn , larksuite.com Feishu API script mp.weixin.qq.com Proxy cascade first, built-in WeChat article script only if the proxies fail .pdf URL or local PDF path PDF extraction GitHub URLs ( github.com , raw.githubusercontent.com ) Pr...
|
7.1K |
| 1459 | employment-contract-templates | wshobson/agents |
Employment Contract Templates Templates and patterns for creating legally sound employment documentation including contracts, offer letters, and HR policies. When to Use This Skill Drafting employment contracts Creating offer letters Writing employee handbooks Developing HR policies Standardizing employment documentation Onboarding documentation Core Concepts 1. Employment Document Types Document Purpose When Used Offer Letter Initial job offer Pre-hire Employment Contract Formal agreement Hir...
|
7.1K |
| 1460 | create-oo-component-documentation | github/awesome-copilot |
Generate Standard OO Component Documentation Create comprehensive documentation for the object-oriented component(s) at: ${input:ComponentPath} . Analyze the component by examining code in the provided path. If folder, analyze all source files. If single file, treat as main component and analyze related files in same directory. Documentation Standards DOC-001: Follow C4 Model documentation levels (Context, Containers, Components, Code) DOC-002: Align with Arc42 software architecture documentatio...
|
7K |
| 1461 | mcp-configure | github/awesome-copilot |
Configure Dataverse MCP for GitHub Copilot This skill configures the Dataverse MCP server for GitHub Copilot with your organization's environment URL. Each organization is registered with a unique server name based on the org identifier (e.g., DataverseMcporgbc9a965c ). If the user provided a URL it is: $ARGUMENTS. Instructions 0. Ask for MCP scope Ask the user whether they want to configure the MCP server globally or for this project only: Would you like to configure the Dataverse MCP server: G...
|
7K |
| 1462 | create-web-form | github/awesome-copilot |
Create Web Form Skill Overview This skill provides comprehensive reference materials and best practices for creating web forms. It covers HTML syntax, UI/UX design, form validation, server-side processing (PHP and Python), data handling, and network communication. Purpose Enable developers to build robust, accessible, and user-friendly web forms by providing: HTML form syntax and structure CSS styling techniques for form elements JavaScript for form interactivity and validation Accessibility bes...
|
7K |
| 1463 | update-oo-component-documentation | github/awesome-copilot |
Update Standard OO Component Documentation Update the existing documentation file at: ${file} by analyzing the corresponding component code. Extract the component path from the existing documentation's front matter ( component_path field) or infer it from the documentation content. Analyze the current component implementation and update the documentation accordingly. Documentation Standards: DOC-001: Follow C4 Model documentation levels (Context, Containers, Components, Code) DOC-002: Align with...
|
7K |
| 1464 | datanalysis-credit-risk | github/awesome-copilot |
Data Cleaning and Variable Screening Quick Start Run the complete data cleaning pipeline python ".github/skills/datanalysis-credit-risk/scripts/example.py" Complete Process Description The data cleaning pipeline consists of the following 11 steps, each executed independently without deleting the original data: Get Data - Load and format raw data Organization Sample Analysis - Statistics of sample count and bad sample rate for each organization Separate OOS Data - Separate out-of-sample (OOS) sa...
|
7K |
| 1465 | 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 | ...
|
7K |
| 1466 | vue-debug-guides | vuejs-ai/skills |
Vue 3 debugging and error handling for runtime issues, warnings, async failures, and hydration bugs. For development best practices and common gotchas, use vue-best-practices . Reactivity Tracing unexpected re-renders and state updates → See reactivity-debugging-hooks Ref values not updating due to missing .value access → See ref-value-access State stops updating after destructuring reactive objects → See reactive-destructuring Refs inside arrays, Maps, or Sets not unwrapping → See refs-in-colle...
|
7K |
| 1467 | defi-protocol-templates | wshobson/agents |
DeFi Protocol Templates Production-ready templates for common DeFi protocols including staking, AMMs, governance, lending, and flash loans. When to Use This Skill Building staking platforms with reward distribution Implementing AMM (Automated Market Maker) protocols Creating governance token systems Developing lending/borrowing protocols Integrating flash loan functionality Launching yield farming platforms Staking Contract // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@open...
|
7K |
| 1468 | python-resource-management | wshobson/agents |
Python Resource Management Manage resources deterministically using context managers. Resources like database connections, file handles, and network sockets should be released reliably, even when exceptions occur. When to Use This Skill Managing database connections and connection pools Working with file handles and I/O Implementing custom context managers Building streaming responses with state Handling nested resource cleanup Creating async context managers Core Concepts 1. Context Managers Th...
|
7K |
| 1469 | springboot-patterns | affaan-m/everything-claude-code |
Spring Boot architecture and API patterns for scalable, production-grade services. REST API Structure ``` @RestController @RequestMapping("/api/markets") @Validated class MarketController { private final MarketService marketService; MarketController(MarketService marketService) { this.marketService = marketService; } @GetMapping ResponseEntity<Page<MarketResponse>> list( @RequestParam(defaultValue = "0") int page, @RequestParam(defaultValue = "20") int size) { ...
|
7K |
| 1470 | pci-compliance | wshobson/agents |
PCI Compliance Master PCI DSS (Payment Card Industry Data Security Standard) compliance for secure payment processing and handling of cardholder data. When to Use This Skill Building payment processing systems Handling credit card information Implementing secure payment flows Conducting PCI compliance audits Reducing PCI compliance scope Implementing tokenization and encryption Preparing for PCI DSS assessments PCI DSS Requirements (12 Core Requirements) Build and Maintain Secure Network Insta...
|
7K |
| 1471 | vue-router-best-practices | vuejs-ai/skills |
Vue Router best practices, common gotchas, and navigation patterns. Navigation Guards Navigating between same route with different params → See router-beforeenter-no-param-trigger Accessing component instance in beforeRouteEnter guard → See router-beforerouteenter-no-this Navigation guard making API calls without awaiting → See router-guard-async-await-pattern Users trapped in infinite redirect loops → See router-navigation-guard-infinite-loop Navigation guard using deprecated next() function → ...
|
7K |
| 1472 | tanstack-query-best-practices | deckardger/tanstack-agent-skills |
TanStack Query Best Practices Comprehensive guidelines for implementing TanStack Query (React Query) patterns in React applications. These rules optimize data fetching, caching, mutations, and server state synchronization. When to Apply Creating new data fetching logic Setting up query configurations Implementing mutations and optimistic updates Configuring caching strategies Integrating with SSR/SSG Refactoring existing data fetching code Rule Categories by Priority Priority Category Rules Im...
|
7K |
| 1473 | team-composition-analysis | wshobson/agents |
Team Composition Analysis Design optimal team structures, hiring plans, compensation strategies, and equity allocation for early-stage startups from pre-seed through Series A. Overview Build the right team at the right time with appropriate compensation and equity. Plan role-by-role hiring aligned with revenue milestones, budget constraints, and market benchmarks. Team Structure by Stage Pre-Seed (0-$500K ARR) Team Size: 2-5 people Core Roles: Founders (2-3): Product, engineering, busines...
|
7K |
| 1474 | fullstack-developer | shubhamsaboo/awesome-llm-apps |
Full-Stack Developer You are an expert full-stack web developer specializing in modern JavaScript/TypeScript stacks with React, Node.js, and databases. When to Apply Use this skill when: Building complete web applications Developing REST or GraphQL APIs Creating React/Next.js frontends Setting up databases and data models Implementing authentication and authorization Deploying and scaling web applications Integrating third-party services Technology Stack Frontend React - Modern component pattern...
|
7K |
| 1475 | bats-testing-patterns | wshobson/agents |
Bats Testing Patterns Comprehensive guidance for writing comprehensive unit tests for shell scripts using Bats (Bash Automated Testing System), including test patterns, fixtures, and best practices for production-grade shell testing. When to Use This Skill Writing unit tests for shell scripts Implementing test-driven development (TDD) for scripts Setting up automated testing in CI/CD pipelines Testing edge cases and error conditions Validating behavior across different shell environments Build...
|
6.9K |
| 1476 | hyperliquid | starchild-ai-agent/official-skills |
Hyperliquid Trading Trade perpetual futures and spot tokens on Hyperliquid, a fully on-chain decentralized exchange. Orders are signed using this agent's EVM wallet and submitted directly to the Hyperliquid L1. Prerequisites Before trading, the wallet policy must be active. Load the wallet-policy skill and propose the standard wildcard policy (deny key export + allow * ). This covers all Hyperliquid operations — USDC deposits, EIP-712 order signing, and withdrawals. Available Tools Account & Mar...
|
6.9K |
| 1477 | track-management | wshobson/agents |
Track Management Guide for creating, managing, and completing Conductor tracks - the logical work units that organize features, bugs, and refactors through specification, planning, and implementation phases. When to Use This Skill Creating new feature, bug, or refactor tracks Writing or reviewing spec.md files Creating or updating plan.md files Managing track lifecycle from creation to completion Understanding track status markers and conventions Working with the tracks.md registry Interpretin...
|
6.9K |
| 1478 | service-mesh-observability | wshobson/agents |
Service Mesh Observability Complete guide to observability patterns for Istio, Linkerd, and service mesh deployments. When to Use This Skill Setting up distributed tracing across services Implementing service mesh metrics and dashboards Debugging latency and error issues Defining SLOs for service communication Visualizing service dependencies Troubleshooting mesh connectivity Core Concepts 1. Three Pillars of Observability ┌─────────────────────────────────────────────────────┐ │ ...
|
6.9K |
| 1479 | on-call-handoff-patterns | wshobson/agents |
On-Call Handoff Patterns Effective patterns for on-call shift transitions, ensuring continuity, context transfer, and reliable incident response across shifts. When to Use This Skill Transitioning on-call responsibilities Writing shift handoff summaries Documenting ongoing investigations Establishing on-call rotation procedures Improving handoff quality Onboarding new on-call engineers Core Concepts 1. Handoff Components Component Purpose Active Incidents What's currently broken Ongoing Invest...
|
6.9K |
| 1480 | slo-implementation | wshobson/agents |
SLO Implementation Framework for defining and implementing Service Level Indicators (SLIs), Service Level Objectives (SLOs), and error budgets. Purpose Implement measurable reliability targets using SLIs, SLOs, and error budgets to balance reliability with innovation velocity. When to Use Define service reliability targets Measure user-perceived reliability Implement error budgets Create SLO-based alerts Track reliability goals SLI/SLO/SLA Hierarchy SLA (Service Level Agreement) ↓ Contract...
|
6.9K |
| 1481 | okx-cex-portfolio | okx/agent-skills |
OKX CEX Portfolio & Account CLI Account balance, positions, P&L, bills, fees, and fund transfers on OKX exchange. Requires API credentials. Prerequisites Install okx CLI: npm install -g @okx_ai/okx-trade-cli Configure credentials: okx config init Or set environment variables: export OKX_API_KEY = your_key export OKX_SECRET_KEY = your_secret export OKX_PASSPHRASE = your_passphrase Test with demo mode: okx --profile demo account balance Credential & Profile Check Run this check before any authenti...
|
6.9K |
| 1482 | wallet | starchild-ai-agent/official-skills |
Wallet Interact with this agent's on-chain wallets. Each agent has one wallet per chain (EVM + Solana). Supports balance queries, transfers (policy-gated), message signing, and transaction history. Authentication is automatic via Fly OIDC token — no API keys or wallet addresses needed. Wallets are bound to this machine at deploy time. Available Tools (13) Multi-Chain Tools Tool Description wallet_info Get all wallet addresses and chain types wallet_get_all_balances PRIMARY TOOL - Get complete po...
|
6.9K |
| 1483 | create-adaptable-composable | vuejs-ai/skills |
Create Adaptable Composable Adaptable composables are reusable functions that can accept both reactive and non-reactive inputs. This allows developers to use the composable in a variety of contexts without worrying about the reactivity of the inputs. Steps to design an adaptable composable in Vue.js: Confirm the composable's purpose and API design and expected inputs/outputs. Identify inputs params that should be reactive (MaybeRef / MaybeRefOrGetter). Use toValue() or toRef() to normalize input...
|
6.9K |
| 1484 | bazel-build-optimization | wshobson/agents |
Bazel Build Optimization Production patterns for Bazel in large-scale monorepos. When to Use This Skill Setting up Bazel for monorepos Configuring remote caching/execution Optimizing build times Writing custom Bazel rules Debugging build issues Migrating to Bazel Core Concepts 1. Bazel Architecture workspace/ ├── WORKSPACE.bazel External dependencies ├── .bazelrc Build configurations ├── .bazelversion Bazel version ├── BUILD.bazel Root build file ├── ap...
|
6.9K |
| 1485 | istio-traffic-management | wshobson/agents |
Istio Traffic Management Comprehensive guide to Istio traffic management for production service mesh deployments. When to Use This Skill Configuring service-to-service routing Implementing canary or blue-green deployments Setting up circuit breakers and retries Load balancing configuration Traffic mirroring for testing Fault injection for chaos engineering Core Concepts 1. Traffic Management Resources Resource Purpose Scope VirtualService Route traffic to destinations Host-based DestinationRul...
|
6.9K |
| 1486 | nft-standards | wshobson/agents |
NFT Standards Master ERC-721 and ERC-1155 NFT standards, metadata best practices, and advanced NFT features. When to Use This Skill Creating NFT collections (art, gaming, collectibles) Implementing marketplace functionality Building on-chain or off-chain metadata Creating soulbound tokens (non-transferable) Implementing royalties and revenue sharing Developing dynamic/evolving NFTs ERC-721 (Non-Fungible Token Standard) // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppe...
|
6.9K |
| 1487 | dbs-xhs-title | dontbesilent2025/dbskill |
dbs-xhs-title:小红书标题公式工具 你是一个小红书标题公式工具。你的核心价值不是"帮人起标题"——任何 AI 都能起标题。你的核心价值是 帮用户从 75 个在小红书上验证过的爆款公式中,找到最适合他的场景的公式,生成定制标题,并解释为什么选这个公式。 你不是万能标题生成器。你是公式匹配器。 你生成的每一个标题都必须能追溯到公式库中的具体公式编号。 公式库速查表 75 个公式已内联在本文件末尾。按 12 类心理触发器分类: 类型 编号范围 核心机制 最适合 认知冲突 1-6 打破已有认知 观点输出、科普、打破误区 好奇缺口 7-12 信息不对称焦虑 揭秘类、行业内幕 恐惧/损失 13-20 不点就亏 避坑类、警告类 身份代入 21-25 "说的就是我" 垂直人群、精准获客 数字锚定 26-32 降低认知成本 方法论、清单类 结果承诺 33-40 具体结果+时间 教程类、变现类 社会证明 41-47 案例驱动 经验分享、逆袭故事 争议/挑衅 48-55 制造站队感 观点类、评论区互动 场景/条件 56-60 精准匹配状态 解决方案类 行动号召 61-66 推动行动 态度类、行动...
|
6.9K |
| 1488 | llm-monitoring-dashboard | supercent-io/skills-template |
LLM Usage Monitoring Dashboard Tracks LLM API costs, tokens, and latency using Tokuin CLI , and auto-generates a data-driven admin dashboard with PM insights. When to use this skill LLM cost visibility : When you want to monitor API usage costs per team or individual in real time PM reporting dashboard : When you need weekly reports on who uses AI, how much, and how User adoption management : When you want to track inactive users and increase AI adoption rates Model optimization evidence : When ...
|
6.8K |
| 1489 | msstore-cli | github/awesome-copilot |
Microsoft Store Developer CLI (msstore) The Microsoft Store Developer CLI ( msstore ) is a cross-platform command-line interface for publishing and managing applications in the Microsoft Store. It integrates with Partner Center APIs and supports automated publishing workflows for various application types. When to Use This Skill Use this skill when you need to: Configure Store credentials for API access List applications in your Store account Check the status of a submission Publish submissions ...
|
6.8K |
| 1490 | suggest-awesome-github-copilot-prompts | github/awesome-copilot |
Suggest Awesome GitHub Copilot Prompts Analyze current repository context and suggest relevant prompt files from the GitHub awesome-copilot repository that are not already available in this repository. Process Fetch Available Prompts : Extract prompt list and descriptions from awesome-copilot README.prompts.md . Must use fetch tool. Scan Local Prompts : Discover existing prompt files in .github/prompts/ folder Extract Descriptions : Read front matter from local prompt files to get descriptions F...
|
6.8K |
| 1491 | mtls-configuration | wshobson/agents |
mTLS Configuration Comprehensive guide to implementing mutual TLS for zero-trust service mesh communication. When to Use This Skill Implementing zero-trust networking Securing service-to-service communication Certificate rotation and management Debugging TLS handshake issues Compliance requirements (PCI-DSS, HIPAA) Multi-cluster secure communication Core Concepts 1. mTLS Flow ┌─────────┐ ┌─────────┐ │ Service │ │ Service │ │ A │ ...
|
6.8K |
| 1492 | okx-cex-bot | okx/agent-skills |
OKX CEX Bot Trading CLI Grid and DCA (Dollar Cost Averaging / Martingale) trading bot management on OKX exchange. All grid and DCA bots in this skill are native OKX platform bots — they run server-side on OKX and do not require a locally running process. Requires API credentials. Prerequisites Install okx CLI: npm install -g @okx_ai/okx-trade-cli Configure credentials — check first, then set up if missing : okx config show shows configured profiles; api_key shows last 4 chars if set If credenti...
|
6.8K |
| 1493 | linkerd-patterns | wshobson/agents |
Linkerd Patterns Production patterns for Linkerd service mesh - the lightweight, security-first service mesh for Kubernetes. When to Use This Skill Setting up a lightweight service mesh Implementing automatic mTLS Configuring traffic splits for canary deployments Setting up service profiles for per-route metrics Implementing retries and timeouts Multi-cluster service mesh Core Concepts 1. Linkerd Architecture ┌─────────────────────────────────────────────┐ │ Control Plane ...
|
6.8K |
| 1494 | tanstack-start-best-practices | deckardger/tanstack-agent-skills |
TanStack Start Best Practices Comprehensive guidelines for implementing TanStack Start patterns in full-stack React applications. These rules cover server functions, middleware, SSR, authentication, and deployment. When to Apply Creating server functions for data mutations Setting up middleware for auth/logging Configuring SSR and hydration Implementing authentication flows Handling errors across client/server boundary Organizing full-stack code Deploying to various platforms Rule Categories b...
|
6.8K |
| 1495 | 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...
|
6.8K |
| 1496 | ai-tool-compliance | supercent-io/skills-template |
ai-tool-compliance - Internal AI Tool Compliance Automation When to use this skill Starting a new AI project : When scaffolding the compliance foundation (RBAC, Gateway, logs, cost tracking) from scratch Pre-deploy P0 full verification : When automatically evaluating all 13 P0 mandatory requirements as pass/fail and computing a compliance score RBAC design and permission matrix generation : When defining the 5 roles (Super Admin/Admin/Manager/Viewer/Guest) + granular access control per game/menu...
|
6.7K |
| 1497 | continuous-learning-v2 | affaan-m/everything-claude-code |
Continuous Learning v2 - Instinct-Based Architecture An advanced learning system that turns your Claude Code sessions into reusable knowledge through atomic "instincts" - small learned behaviors with confidence scoring. What's New in v2 Feature v1 v2 Observation Stop hook (session end) PreToolUse/PostToolUse (100% reliable) Analysis Main context Background agent (Haiku) Granularity Full skills Atomic "instincts" Confidence None 0.3-0.9 weighted Evolution Direct to skill Instincts → cluster → s...
|
6.7K |
| 1498 | heroui-react | heroui-inc/heroui |
HeroUI v3 React Development Guide HeroUI v3 is a component library built on Tailwind CSS v4 and React Aria Components, providing accessible, customizable UI components for React applications. CRITICAL: v3 Only - Ignore v2 Knowledge This guide is for HeroUI v3 ONLY. Do NOT use any prior knowledge of HeroUI v2. What Changed in v3 Feature v2 (DO NOT USE) v3 (USE THIS) Provider <HeroUIProvider> required No Provider needed Animations framer-motion package CSS-based, no extra deps Component API Fl...
|
6.7K |
| 1499 | shopify-admin | shopify/shopify-ai-toolkit |
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with scripts/search_docs.mjs "<query>" — search before writing code Write the code using the search results Call bash with node scripts/validate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER — validate before returning (Always include these flags. Use your actual model...
|
6.7K |
| 1500 | coingecko | starchild-ai-agent/official-skills |
CoinGecko CoinGecko provides comprehensive crypto market data including spot prices, OHLC candles, market cap, trending coins, sector performance, and global stats. When to Use CoinGecko Use CoinGecko for: Price queries - Current prices, historical prices, OHLC data Market overview - Market cap, volume, trending coins, top gainers/losers Coin information - Detailed coin data, tickers, trading pairs Exchange data - Exchange listings, volumes, trading pairs NFT data - NFT collections, floor prices...
|
6.7K |