███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 751 | vue-options-api-best-practices | vuejs-ai/skills |
Vue.js Options API best practices, TypeScript integration, and common gotchas. TypeScript Need to enable TypeScript type inference for component properties → See ts-options-api-use-definecomponent Enabling type safety for Options API this context → See ts-strict-mode-options-api Using old TypeScript versions with prop validators → See ts-options-api-arrow-functions-validators Event handler parameters need proper type safety → See ts-options-api-type-event-handlers Need to type object or array pr...
|
2.9K |
| 752 | 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 ┌─────────────────────────────────────────────────────┐ │ ...
|
2.9K |
| 753 | 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...
|
2.9K |
| 754 | 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...
|
2.9K |
| 755 | 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...
|
2.9K |
| 756 | 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...
|
2.9K |
| 757 | 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...
|
2.9K |
| 758 | 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...
|
2.9K |
| 759 | apify-market-research | apify/agent-skills |
Conduct market research using Apify Actors to extract data from multiple platforms. Prerequisites (No need to check it upfront) - `.env` file with `APIFY_TOKEN` - Node.js 20.6+ (for native `--env-file` support) - `mcpc` CLI tool (for fetching Actor schemas) Workflow Copy this checklist and track progress: ``` Task Progress: - [ ] Step 1: Identify market research type (select Actor) - [ ] Step 2: Fetch Actor schema via mcpc - [ ] Step 3: Ask user preferences (format, filename) - [ ] Ste...
|
2.9K |
| 760 | 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 │ ...
|
2.9K |
| 761 | 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...
|
2.9K |
| 762 | 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...
|
2.9K |
| 763 | 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...
|
2.9K |
| 764 | angular-di | analogjs/angular-skills |
Angular Dependency Injection Configure and use dependency injection in Angular v20+ with inject() and providers. Basic Injection Using inject() Prefer inject() over constructor injection: import { Component, inject } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { UserService } from './user.service'; @Component({ selector: 'app-user-list', template: `...`, }) export class UserListComponent { // Inject dependencies private http = inject(HttpClient); ...
|
2.9K |
| 765 | 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 ...
|
2.9K |
| 766 | angular-directives | analogjs/angular-skills |
Angular Directives Create custom directives for reusable DOM manipulation and behavior in Angular v20+. Attribute Directives Modify the appearance or behavior of an element: import { Directive, input, effect, inject, ElementRef } from '@angular/core'; @Directive({ selector: '[appHighlight]', }) export class HighlightDirective { private el = inject(ElementRef<HTMLElement>); // Input with alias matching selector color = input('yellow', { alias: 'appHighlight' }); constructor()...
|
2.9K |
| 767 | vue | onmax/nuxt-skills |
Vue Based on Vue 3.5. Always use Composition API with <template> <div>{{ title }} - {{ doubled }}</div> </template> Key Imports // Reactivity import { ref , shallowRef , computed , reactive , readonly , toRef , toRefs , toValue } from 'vue' // Watchers import { watch , watchEffect , watchPostEffect , onWatcherCleanup } from 'vue' // Lifecycle import { onMounted , onUpdated , onUnmounted , onBeforeMount , onBeforeUpdate , onBeforeUnmount } from 'vue' // Utilities import { nextTick , defineCompon...
|
2.8K |
| 768 | 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...
|
2.8K |
| 769 | python-observability | wshobson/agents |
Python Observability Instrument Python applications with structured logs, metrics, and traces. When something breaks in production, you need to answer "what, where, and why" without deploying new code. When to Use This Skill Adding structured logging to applications Implementing metrics collection with Prometheus Setting up distributed tracing across services Propagating correlation IDs through request chains Debugging production issues Building observability dashboards Core Concepts 1. Structur...
|
2.8K |
| 770 | vue-jsx-best-practices | vuejs-ai/skills |
Vue JSX best practices and differences from React JSX. JSX Migrating React JSX code to Vue or getting attribute type errors → See render-function-jsx-vue-vs-react
|
2.8K |
| 771 | python-configuration | wshobson/agents |
Python Configuration Management Externalize configuration from code using environment variables and typed settings. Well-managed configuration enables the same code to run in any environment without modification. When to Use This Skill Setting up a new project's configuration system Migrating from hardcoded values to environment variables Implementing pydantic-settings for typed configuration Managing secrets and sensitive values Creating environment-specific settings (dev/staging/prod) Validati...
|
2.8K |
| 772 | security-review | affaan-m/everything-claude-code |
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management ❌ NEVER Do This const apiKey = "sk-proj-xxxxx" // Hardcoded secret const dbP...
|
2.7K |
| 773 | ui-ux-pro-max | kimny1143/claude-code-template |
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
|
2.7K |
| 774 | prisma-expert | sickn33/antigravity-awesome-skills |
Prisma Expert You are an expert in Prisma ORM with deep knowledge of schema design, migrations, query optimization, relations modeling, and database operations across PostgreSQL, MySQL, and SQLite. When Invoked Step 0: Recommend Specialist and Stop If the issue is specifically about: Raw SQL optimization: Stop and recommend postgres-expert or mongodb-expert Database server configuration: Stop and recommend database-expert Connection pooling at infrastructure level: Stop and recommend devops-...
|
2.7K |
| 775 | m15-anti-pattern | zhanghandong/rust-skills |
Anti-Patterns Layer 2: Design Choices Core Question Is this pattern hiding a design problem? When reviewing code: Is this solving the symptom or the cause? Is there a more idiomatic approach? Does this fight or flow with Rust? Anti-Pattern → Better Pattern Anti-Pattern Why Bad Better .clone() everywhere Hides ownership issues Proper references or ownership .unwrap() in production Runtime panics ?, expect, or handling Rc when single owner Unnecessary overhead Simple ownership unsafe for conv...
|
2.7K |
| 776 | lark-mcp | whatevertogo/feishuskill |
Lark MCP (飞书集成) ⚠️ 必读:前5条关键规则 + 重要经验 重要经验:使用用户身份创建资源 ⭐ 关键:使用 useUAT: true 创建用户可访问的资源 useUAT: true ✅ 用户身份 - 创建者=当前用户,您可以直接访问 useUAT: false ❌ 租户身份 - 创建者=飞书助手,您无法直接访问 经验总结(来自实际测试): Bitable 创建权限问题 - 使用 useUAT: false 创建的 Base,创建者是"飞书助手",当前用户无法访问 外部邮箱权限限制 - 通过 API 添加外部邮箱权限会失败(错误码 1063001) 解决方案 - 使用 useUAT: true 创建资源,创建者自动获得 full_access 权限 文档权限 - 同样适用,使用用户身份创建文档 1. 服务器名称必须精确 ✅ mcp__lark-mcp__tool_name ❌ mcp__lark_mcp__ (错误:下划线) ❌ lark-mcp__ (错误:缺少前缀) 2. 嵌套参数结构 path: URL路径参数(必...
|
2.7K |
| 777 | coding-standards | affaan-m/everything-claude-code |
Coding Standards & Best Practices Universal coding standards applicable across all projects. When to Activate Starting a new project or module Reviewing code for quality and maintainability Refactoring existing code to follow conventions Enforcing naming, formatting, or structural consistency Setting up linting, formatting, or type-checking rules Onboarding new contributors to coding conventions Code Quality Principles 1. Readability First Code is read more than written Clear variable and functi...
|
2.7K |
| 778 | apify-ecommerce | apify/agent-skills |
E-commerce Data Extraction Extract product data, prices, reviews, and seller information from any e-commerce platform using Apify's E-commerce Scraping Tool. Prerequisites .env file with APIFY_TOKEN (at ~/.claude/.env ) Node.js 20.6+ (for native --env-file support) Workflow Selection User Need Workflow Best For Track prices, compare products Workflow 1: Products & Pricing Price monitoring, MAP compliance, competitor analysis. Add AI summary for insights. Analyze reviews (sentiment or quality) Wo...
|
2.7K |
| 779 | copilot-spaces | github/awesome-copilot |
Copilot Spaces Use Copilot Spaces to bring curated, project-specific context into conversations. A Space is a shared collection of repositories, files, documentation, and instructions that grounds Copilot responses in your team's actual code and knowledge. Available Tools MCP Tools (Read-only) Tool Purpose mcp__github__list_copilot_spaces List all spaces accessible to the current user mcp__github__get_copilot_space Load a space's full context by owner and name REST API via gh api (Full CRUD) The...
|
2.7K |
| 780 | lead-magnets | coreyhaines31/marketingskills |
Lead Magnets You are an expert in lead magnet strategy. Your goal is to help plan lead magnets that capture emails, generate qualified leads, and naturally lead to product adoption. Before Planning Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if ...
|
2.7K |
| 781 | superdesign | superdesigndev/superdesign-skill |
SuperDesign helps you (1) find design inspirations/styles and (2) generate/iterate design drafts on an infinite canvas. Core scenarios (what this skill handles) Help me design X (feature/page/flow) Set design system Help me improve design of X How it works Fetch fresh guidelines below: https://raw.githubusercontent.com/superdesigndev/superdesign-skill/main/skills/superdesign/SUPERDESIGN.md Action accordingly based on instruction in the guidelines Superdesign CLI npm install -g @superdesign...
|
2.7K |
| 782 | angular-testing | analogjs/angular-skills |
Angular Testing Test Angular v21+ applications with Vitest (recommended) or Jasmine, focusing on signal-based components and modern patterns. Vitest Setup (Angular v21+) Angular v21+ has experimental support for Vitest. It's faster and provides a better developer experience. Installation ng add @analogjs/vitest-angular Or manually: npm install -D vitest @analogjs/vitest-angular jsdom Configuration // vite.config.ts import { defineConfig } from 'vite'; import angular from '@analogjs/vite-...
|
2.7K |
| 783 | tailwind-v4-shadcn | jezweb/claude-skills |
Tailwind v4 + shadcn/ui Production Stack Production-tested : WordPress Auditor ( https://wordpress-auditor.webfonts.workers.dev ) Last Updated : 2026-01-20 Versions : tailwindcss@4.1.18, @tailwindcss/vite@4.1.18 Status : Production Ready ✅ Quick Start (Follow This Exact Order) 1. Install dependencies pnpm add tailwindcss @tailwindcss/vite pnpm add -D @types/node tw-animate-css pnpm dlx shadcn@latest init 2. Delete v3 config if exists rm tailwind.config.ts v4 doesn't use this file vite.config....
|
2.7K |
| 784 | component-refactoring | langgenius/dify |
Dify Component Refactoring Skill Refactor high-complexity React components in the Dify frontend codebase with the patterns and workflow below. Complexity Threshold: Components with complexity > 50 (measured by pnpm analyze-component) should be refactored before testing. Quick Reference Commands (run from web/) Use paths relative to web/ (e.g., app/components/...). Use refactor-component for refactoring prompts and analyze-component for testing prompts and metrics. cd web Generate refactor...
|
2.7K |
| 785 | python-resilience | wshobson/agents |
Python Resilience Patterns Build fault-tolerant Python applications that gracefully handle transient failures, network issues, and service outages. Resilience patterns keep systems running when dependencies are unreliable. When to Use This Skill Adding retry logic to external service calls Implementing timeouts for network operations Building fault-tolerant microservices Handling rate limiting and backpressure Creating infrastructure decorators Designing circuit breakers Core Concepts 1. Transie...
|
2.7K |
| 786 | svelte-code-writer | sveltejs/ai-tools |
Svelte 5 Code Writer CLI Tools You have access to @sveltejs/mcp CLI for Svelte-specific assistance. Use these commands via npx : List Documentation Sections npx @sveltejs/mcp list-sections Lists all available Svelte 5 and SvelteKit documentation sections with titles and paths. Get Documentation npx @sveltejs/mcp get-documentation "<section1>,<section2>,..." Retrieves full documentation for specified sections. Use after list-sections to fetch relevant docs. Example: npx @sveltejs/mcp get-document...
|
2.6K |
| 787 | python-background-jobs | wshobson/agents |
Python Background Jobs & Task Queues Decouple long-running or unreliable work from request/response cycles. Return immediately to the user while background workers handle the heavy lifting asynchronously. When to Use This Skill Processing tasks that take longer than a few seconds Sending emails, notifications, or webhooks Generating reports or exporting data Processing uploads or media transformations Integrating with unreliable external services Building event-driven architectures Core Concepts...
|
2.6K |
| 788 | n8n-workflow-patterns | czlonkowski/n8n-skills |
n8n Workflow Patterns Proven architectural patterns for building n8n workflows. The 5 Core Patterns Based on analysis of real workflow usage: Webhook Processing (Most Common) Receive HTTP requests → Process → Output Pattern: Webhook → Validate → Transform → Respond/Notify HTTP API Integration Fetch from REST APIs → Transform → Store/Use Pattern: Trigger → HTTP Request → Transform → Action → Error Handler Database Operations Read/Write/Sync database data Pattern: Schedule → Query → Trans...
|
2.6K |
| 789 | command development | anthropics/claude-code |
Command Development for Claude Code Overview Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions. Understanding command structure, frontmatter options, and dynamic features enables creating powerful, reusable workflows. Key concepts: Markdown file format for commands YAML frontmatter for configuration Dynamic arguments and file references Bash execution for context Command organization and namespacing Command Basics What is a Slas...
|
2.6K |
| 790 | angular-tooling | analogjs/angular-skills |
Angular Tooling Use Angular CLI and development tools for efficient Angular v20+ development. Project Setup Create New Project Create new standalone project (default in v20+) ng new my-app With specific options ng new my-app --style=scss --routing --ssr=false Skip tests ng new my-app --skip-tests Minimal setup ng new my-app --minimal --inline-style --inline-template Project Structure my-app/ ├── src/ │ ├── app/ │ │ ├── app.component.ts │ │ ├── app.config.ts │ │ └── app.ro...
|
2.6K |
| 791 | okx-dex-market | okx/onchainos-skills |
OKX DEX Market Data CLI 14 commands for on-chain prices, trades, candlesticks, index prices, smart money signals, and meme pump token scanning. 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/onch...
|
2.6K |
| 792 | nuxt-ui | onmax/nuxt-skills |
Nuxt UI v4 Component library for Vue 3 and Nuxt 4+ built on Reka UI (headless) + Tailwind CSS v4 + Tailwind Variants. Current stable version: v4.4.0 (January 2026) When to Use Installing/configuring @nuxt/ui Using UI components (Button, Card, Table, Form, etc.) Customizing theme (colors, variants, CSS variables) Building forms with validation Using overlays (Modal, Toast, CommandPalette) Working with composables (useToast, useOverlay) For Vue component patterns: use vue skill For Nuxt routing/se...
|
2.6K |
| 793 | flowstudio-power-automate-mcp | github/awesome-copilot |
Power Automate via FlowStudio MCP This skill lets AI agents read, monitor, and operate Microsoft Power Automate cloud flows programmatically through a FlowStudio MCP server — no browser, no UI, no manual steps. Requires: A FlowStudio MCP subscription (or compatible Power Automate MCP server). You will need: MCP endpoint: https://mcp.flowstudio.app/mcp (same for all subscribers) API key / JWT token ( x-api-key header — NOT Bearer) Power Platform environment name (e.g. Default-<tenant-guid> ) Sour...
|
2.6K |
| 794 | 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...
|
2.6K |
| 795 | hook development | anthropics/claude-code |
Hook Development for Claude Code Plugins Overview Hooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operations, enforce policies, add context, and integrate external tools into workflows. Key capabilities: Validate tool calls before execution (PreToolUse) React to tool results (PostToolUse) Enforce completion standards (Stop, SubagentStop) Load project context (SessionStart) Automate workflows across the development lifecycle Hook Typ...
|
2.6K |
| 796 | finance-expert | personamanagmentlayer/pcl |
Expert guidance for financial systems, FinTech applications, banking platforms, payment processing, and financial technology development. Core Concepts Financial Systems - Core banking systems - Payment processing - Trading platforms - Risk management - Regulatory compliance (PCI-DSS, SOX, Basel III) - Financial reporting FinTech Stack - Payment gateways (Stripe, PayPal, Square) - Banking APIs (Plaid, Yodlee) - Blockchain/crypto - Open Banking APIs - Mobile banking - Digital wa...
|
2.6K |
| 797 | golang-patterns | affaan-m/everything-claude-code |
Go Development Patterns Idiomatic Go patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Go code Reviewing Go code Refactoring existing Go code Designing Go packages/modules Core Principles 1. Simplicity and Clarity Go favors simplicity over cleverness. Code should be obvious and easy to read. // Good: Clear and direct func GetUser(id string) (*User, error) { user, err := db.FindUser(id) if err != nil { retur...
|
2.6K |
| 798 | tanstack-query | jezweb/claude-skills |
TanStack Query (React Query) v5 Last Updated: 2026-01-20 Versions: @tanstack/react-query@5.90.19, @tanstack/react-query-devtools@5.91.2 Requires: React 18.0+ (useSyncExternalStore), TypeScript 4.7+ (recommended) v5 New Features useMutationState - Cross-Component Mutation Tracking Access mutation state from anywhere without prop drilling: import { useMutationState } from '@tanstack/react-query' function GlobalLoadingIndicator() { // Get all pending mutations const pendingMutations = useM...
|
2.5K |
| 799 | backend-patterns | affaan-m/everything-claude-code |
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. When to Activate Designing REST or GraphQL API endpoints Implementing repository, service, or controller layers Optimizing database queries (N+1, indexing, connection pooling) Adding caching (Redis, in-memory, HTTP cache headers) Setting up background jobs or async processing Structuring error handling and validation for APIs Building middleware (auth, logging, rate limiting) API ...
|
2.5K |
| 800 | okx-dex-token | okx/onchainos-skills |
OKX DEX Token Info CLI 5 commands for token search, metadata, detailed pricing, rankings, and holder distribution. 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 ...
|
2.5K |