███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10101 | agent-skill-creator | francyjglisboa/agent-skill-creator |
Agent Creator - Meta-Skill This skill teaches Claude Code how to autonomously create complete agents with Claude Skills. When to Use This Skill Claude should automatically activate this skill when the user: ✅ Asks to create an agent "Create an agent for [objective]" "I need an agent that [description]" "Develop an agent to automate [workflow]" ✅ Asks to automate a workflow "Automate this process: [description]" "Every day I do [repetitive task], automate this" "Turn this workflow into an ...
|
457 |
| 10102 | no-use-effect | alejandrobailo/no-use-effect |
No useEffect Never call useEffect directly. Use derived state, event handlers, data-fetching libraries, or useMountEffect instead. Quick Reference Lint rule: no-restricted-syntax (configured to ban useEffect ) React docs: You Might Not Need an Effect Origin: https://x.com/alvinsng/status/2033969062834045089 Instead of useEffect for... Use Deriving state from other state/props Inline computation (Rule 1) Fetching data useQuery / data-fetching library (Rule 2) Responding to user actions Event hand...
|
457 |
| 10103 | jest | mindrally/skills |
Jest Testing Best Practices You are an expert in JavaScript, TypeScript, and Jest testing. Core Principles Test Structure Use descriptive test names that clearly explain expected behavior Organize tests using describe blocks for logical grouping Follow the Arrange-Act-Assert (AAA) pattern in each test Keep tests focused on a single behavior or outcome Setup and Teardown Use beforeEach and afterEach for test isolation Use beforeAll and afterAll for expensive setup that can be shared Clean up an...
|
457 |
| 10104 | alphaear-sentiment | rkiding/awesome-finance-skills |
AlphaEar Sentiment Skill Overview This skill provides sentiment analysis capabilities tailored for financial texts, supporting both FinBERT (local model) and LLM-based analysis modes. Capabilities Capabilities 1. Analyze Sentiment (FinBERT / Local) Use scripts/sentiment_tools.py for high-speed, local sentiment analysis using FinBERT. Key Methods: analyze_sentiment(text) : Get sentiment score and label using localized FinBERT model. Returns : {'score': float, 'label': str, 'reason': str} . Score ...
|
457 |
| 10105 | story-collaborator | jwynia/agent-skills |
Story Collaborator: Active Writing Partner Skill You are a writing collaborator. You actively contribute to the creative work—generating prose, dialogue, ideas, and alternatives while working alongside the human writer. The Collaboration Mindset You believe: The writer is the primary creative voice; you amplify, don't replace Offering options is better than singular solutions Your contributions should feel like their story, not your story Collaboration means building on their vision, not red...
|
457 |
| 10106 | bitbucket-workflow | mindrally/skills |
Bitbucket Workflow Best Practices You are an expert in Bitbucket workflows, including pull requests, Bitbucket Pipelines, Jira integration, and Atlassian ecosystem best practices. Core Principles Use pull requests for all code changes with proper review processes Implement CI/CD with Bitbucket Pipelines using bitbucket-pipelines.yml Leverage Jira integration for seamless issue tracking Follow branching models like Gitflow for structured development Maintain security through branch permissions ...
|
457 |
| 10107 | browser automation | web-infra-dev/midscene-skills |
Browser Automation Automate web browser interactions for scraping, testing, and workflow automation. Core Capabilities Navigation navigation : goto : url : "https://example.com" wait_until : "networkidle" timeout : 30000 actions : - wait_for_selector : ".content" - scroll_to_bottom : true - wait_for_navigation : true Element Interaction interactions : click : selector : "button.submit" options : click_count : 1 delay : 100 type : selector : "input[name='email']" text : "user@example.com" options...
|
456 |
| 10108 | modular-code | parcadei/continuous-claude-v3 |
Modular Code Organization Write modular Python code with files sized for maintainability and AI-assisted development. File Size Guidelines Lines Status Action 150-500 Optimal Sweet spot for AI code editors and human comprehension 500-1000 Large Look for natural split points 1000-2000 Too large Refactor into focused modules 2000+ Critical Must split - causes tooling issues and cognitive overload When to Split Split when ANY of these apply: File exceeds 500 lines Multiple unrelated concerns in...
|
456 |
| 10109 | photo-composition-critic | erichowens/some_claude_skills |
Photo Composition Critic Expert photography critic with deep grounding in graduate-level visual aesthetics, computational aesthetics research, and professional image analysis. When to Use This Skill Use for: Evaluating image composition quality Aesthetic scoring with ML models (NIMA, LAION) Photo critique with actionable feedback Analyzing color harmony and visual balance Comparing multiple crop options Understanding photography theory Do NOT use for: Generating images → use Stability AI d...
|
456 |
| 10110 | use-developer-controlled-wallets | circlefin/skills |
Overview Developer-controlled wallets let your application create and manage wallets on behalf of end users, with full custody of private keys secured through an encrypted entity secret. Circle handles security, transaction monitoring, and blockchain infrastructure while you retain programmatic control via the Wallets SDK. Prerequisites / Setup Installation npm install @circle-fin/developer-controlled-wallets Environment Variables CIRCLE_API_KEY= Circle API key (format: PREFIX:ID:SECRET) E...
|
456 |
| 10111 | agent-orchestration | parcadei/continuous-claude-v3 |
Agent Orchestration Comprehensive patterns for building and coordinating AI agents -- from single-agent reasoning loops to multi-agent systems and framework selection. Each category has individual rule files in rules/ loaded on-demand. Quick Reference Category Rules Impact When to Use Agent Loops 2 HIGH ReAct reasoning, plan-and-execute, self-correction Multi-Agent Coordination 3 CRITICAL Supervisor routing, agent debate, result synthesis Alternative Frameworks 3 HIGH CrewAI crews, AutoGen teams...
|
456 |
| 10112 | project-skill-audit | dimillian/skills |
Project Skill Audit Overview Audit the project's real recurring workflows before recommending skills. Prefer evidence from memory, rollout summaries, existing skill folders, and current repo conventions over generic brainstorming. Recommend updates before new skills when an existing project skill is already close to the needed behavior. Workflow Map the current project surface. Identify the repo root and read the most relevant project guidance first, such as AGENTS.md , README.md , roadmap/ledge...
|
456 |
| 10113 | d3-viz | chrisvoncsefalvay/claude-d3js-skill |
D3.js Visualisation Overview This skill provides guidance for creating sophisticated, interactive data visualisations using d3.js. D3.js (Data-Driven Documents) excels at binding data to DOM elements and applying data-driven transformations to create custom, publication-quality visualisations with precise control over every visual element. The techniques work across any JavaScript environment, including vanilla JavaScript, React, Vue, Svelte, and other frameworks. When to use d3.js Use d3.js for...
|
456 |
| 10114 | pocketbase-best-practices | greendesertsnow/pocketbase-skills |
PocketBase Best Practices 42 rules across 8 categories for PocketBase v0.36+, prioritized by impact. When to Apply Designing collections and schema structures Implementing API rules for access control Setting up authentication (password, OAuth2, MFA) Using the PocketBase JavaScript SDK Optimizing queries with filtering, sorting, and expansion Implementing realtime subscriptions Handling file uploads and storage Deploying PocketBase to production Categories by Priority Priority Category Impact ...
|
456 |
| 10115 | app-store-deployment | aj-geddes/useful-ai-prompts |
App Store Deployment Overview Publish mobile applications to official app stores with proper code signing, versioning, testing, and submission procedures. When to Use Publishing apps to App Store and Google Play Managing app versions and releases Configuring signing certificates and provisioning profiles Automating build and deployment processes Managing app updates and rollouts Instructions 1. iOS Deployment Setup Create development and distribution signing certificates Step 1: Generate Cer...
|
455 |
| 10116 | git-commits | parcadei/continuous-claude-v3 |
Git Commit Rules When the user asks to commit, push, or save changes to git: MUST Use /commit Skill DO NOT run git commit directly. Instead: Skill("commit") The /commit skill: Removes Claude attribution from commits Generates reasoning.md capturing what was tried Clears build attempts for next feature Why This Matters Regular git commit adds "Generated with Claude Code" and Co-Author lines The /commit skill removes these so commits appear user-authored Reasoning capture preserves build hi...
|
455 |
| 10117 | websocket-development | mindrally/skills |
WebSocket Development You are an expert in WebSocket development and real-time communication systems. Follow these best practices when building WebSocket-based applications. Core Principles Think through the implementation step-by-step before writing code Follow the user's requirements carefully and to the letter Prioritize security, scalability, and maintainability throughout Leave NO todos, placeholders, or missing pieces in the implementation Connection Management Establishing Connections A...
|
455 |
| 10118 | sadd:judge-with-debate | neolabhq/context-engineering-kit |
judge-with-debate Pattern: Debate-Based Evaluation This command implements iterative multi-judge debate: Phase 0: Setup mkdir -p .specs/reports │ Phase 1: Independent Analysis ┌─ Judge 1 → {name}.1.md ─┐ Solution ┼─ Judge 2 → {name}.2.md ─┼─┐ └─ Judge 3 → {name}.3.md ─┘ │ │ Phase 2: Debate Round (iterative) │ Each judge reads others' reports │ ↓ │ Argue + Defend + Challenge │ ↓ │ Revise if convinced ─────────────┤ ↓ ...
|
454 |
| 10119 | add-feature | opusgamelabs/game-creator |
Add Feature Add a new feature to your game. Just describe what you want in plain English — for example, "add a double-jump power-up" or "add a high score leaderboard" — and the feature will be built following your game's existing patterns. Instructions The user wants to add: $ARGUMENTS Step 1: Understand the codebase Read package.json to identify the engine (Three.js or Phaser) Read src/core/Constants.js for existing configuration Read src/core/EventBus.js for existing events Read src/core/GameS...
|
454 |
| 10120 | patents-search | yorkeccak/scientific-skills |
Patents Search Search the complete global patent database using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete patent information including claims, descriptions, and technical details Image Links: Includes patent diag...
|
454 |
| 10121 | gpt-image-1-5 | intellectronica/agent-skills |
GPT Image 1.5 - Image Generation & Editing Generate new images or edit existing ones using OpenAI's GPT Image 1.5 model. Generation: Uses the Responses API with image_generation tool Editing: Uses the Image API for reliable mask-based inpainting Usage Run the script using absolute path (do NOT cd to skill directory first): Generate new image: uv run ~/.claude/skills/gpt-image-1-5/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--quality low|medium|h...
|
454 |
| 10122 | media-processing | mrgoonie/claudekit-skills |
Media Processing Skill Process video, audio, and images using FFmpeg and ImageMagick command-line tools for conversion, optimization, streaming, and manipulation tasks. When to Use This Skill Use when: Converting media formats (video, audio, images) Encoding video with codecs (H.264, H.265, VP9, AV1) Processing images (resize, crop, effects, watermarks) Extracting audio from video Creating streaming manifests (HLS/DASH) Generating thumbnails and previews Batch processing media files Optimizi...
|
454 |
| 10123 | compose-ui | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
454 |
| 10124 | hono-typescript | mindrally/skills |
Hono TypeScript Development You are an expert in Hono and TypeScript development with deep knowledge of building ultrafast, edge-first APIs that run on Cloudflare Workers, Deno, Bun, and Node.js. TypeScript General Guidelines Basic Principles Use English for all code and documentation Always declare types for variables and functions (parameters and return values) Avoid using any type - create necessary types instead Use JSDoc to document public classes and methods Write concise, maintainable, ...
|
454 |
| 10125 | cloudbase-guidelines | tencentcloudbase/skills |
CloudBase Development Guidelines 💡 Recommended: MCP Installation For enhanced CloudBase development experience, we recommend installing CloudBase MCP (Model Context Protocol). CloudBase MCP provides essential tools for CloudBase development, including environment management, function deployment, database operations, and more. While not required, installing MCP will significantly improve your development workflow. MCP Configuration Instructions Most Coding Agents support project-level MCP configu...
|
453 |
| 10126 | git:worktrees | neolabhq/context-engineering-kit |
Git Worktrees Overview Git worktrees enable checking out multiple branches simultaneously in separate directories, all sharing the same repository. Create a worktree instead of stashing changes or cloning separately. Core principle: One worktree per active branch. Switch contexts by changing directories, not branches. Core Concepts Concept Description Main worktree Original working directory from git clone or git init Linked worktree Additional directories created with git worktree add Shared .g...
|
453 |
| 10127 | kaizen:analyse-problem | neolabhq/context-engineering-kit |
A3 Problem Analysis Apply A3 problem-solving format for comprehensive, single-page problem documentation and resolution planning. Description Structured one-page analysis format covering: Background, Current Condition, Goal, Root Cause Analysis, Countermeasures, Implementation Plan, and Follow-up. Named after A3 paper size; emphasizes concise, complete documentation. Usage /analyse-problem [problem_description] Variables PROBLEM: Issue to analyze (default: prompt for input) OUTPUT_FORMAT: markdo...
|
453 |
| 10128 | logo-design-guide | inference-sh/skills |
Logo Design Guide Design effective logos with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a logo concept infsh app run falai/flux-dev-lora --input '{ "prompt": "flat vector logo of a mountain peak with a sunrise, minimal geometric style, single color, clean lines, white background", "width": 1024, "height": 1024 }' Logo Types Type Description When to ...
|
453 |
| 10129 | referral-program | sickn33/antigravity-awesome-skills |
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. Before Starting 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 not...
|
453 |
| 10130 | frontend-mobile-development-component-scaffold | sickn33/antigravity-awesome-skills |
React/React Native Component Scaffolding You are a React component architecture expert specializing in scaffolding production-ready, accessible, and performant components. Generate complete component implementations with TypeScript, tests, styles, and documentation following modern best practices. Use this skill when Working on react/react native component scaffolding tasks or workflows Needing guidance, best practices, or checklists for react/react native component scaffolding Do not use this s...
|
453 |
| 10131 | math-help | parcadei/continuous-claude-v3 |
Math Cognitive Stack Guide Cognitive prosthetics for exact mathematical computation. This guide helps you choose the right tool for your math task. Quick Reference I want to... Use this Example Solve equations sympy_compute.py solve solve "x2 - 4 = 0" --var x Integrate/differentiate sympy_compute.py integrate "sin(x)" --var x Compute limits sympy_compute.py limit limit "sin(x)/x" --var x --to 0 Matrix operations sympy_compute.py / numpy_compute.py det "[[1,2],[3,4]]" Verify a reasoning step ma...
|
453 |
| 10132 | code-review | agno-agi/agno |
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
|
453 |
| 10133 | nextjs-app-router-patterns | sickn33/antigravity-awesome-skills |
Next.js App Router Patterns Comprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development. When to Use This Skill Building new Next.js applications with App Router Migrating from Pages Router to App Router Implementing Server Components and streaming Setting up parallel and intercepting routes Optimizing data fetching and caching Building full-stack features with Server Actions Core Concepts 1. Rendering Modes Mode Where When to Use ...
|
453 |
| 10134 | aso-appstore-screenshots | adamlyttleapps/claude-skill-aso-appstore-screenshots |
You are an expert App Store Optimization (ASO) consultant and screenshot designer. Your job is to help the user create high-converting App Store screenshots for their app. This is a multi-phase process. Follow each phase in order — but ALWAYS check memory first. RECALL (Always Do This First) Before doing ANY codebase analysis, check the Claude Code memory system for all previously saved state for this app. The skill saves progress at each phase, so the user can resume from wherever they left off...
|
453 |
| 10135 | prpl | patternsdev/skills |
PRPL Pattern Making our applications globally accessible can be a challenge! We have to make sure the application is performant on low-end devices and in regions with a poor internet connectivity. In order to make sure our application can load as efficiently as possible in difficult conditions, we can use the PRPL pattern. When to Use Use this when building applications that need to perform well on low-end devices and slow networks This is helpful for optimizing the critical rendering path of we...
|
453 |
| 10136 | customaize-agent:test-skill | neolabhq/context-engineering-kit |
Testing Skills With Subagents Test skill provided by user or developed before. Overview Testing skills is just TDD applied to process documentation. You run scenarios without the skill (RED - watch agent fail), write skill addressing those failures (GREEN - watch agent comply), then close loopholes (REFACTOR - stay compliant). Core principle: If you didn't watch an agent fail without the skill, you don't know if the skill prevents the right failures. REQUIRED BACKGROUND: You MUST understand supe...
|
452 |
| 10137 | qiaomu-opencli-autofix | joeseesun/opencli-skill |
OpenCLI AutoFix — Automatic Adapter Self-Repair When an opencli command fails because a website changed its DOM, API, or response schema, automatically diagnose, fix the adapter, and retry — don't just report the error. Safety Boundaries Before starting any repair, check these hard stops: AUTH_REQUIRED (exit code 77) — STOP. Do not modify code. Tell the user to log into the site in Chrome. BROWSER_CONNECT (exit code 69) — STOP. Do not modify code. Tell the user to run opencli doctor . CAPTCHA / ...
|
452 |
| 10138 | data visualization | aj-geddes/useful-ai-prompts |
Data Visualization Overview Data visualization transforms complex data into clear, compelling visual representations that reveal patterns, trends, and insights for storytelling and decision-making. When to Use Exploratory data analysis and pattern discovery Communicating insights to stakeholders Comparing distributions and relationships Presenting findings in reports and dashboards Identifying outliers and anomalies visually Creating publication-ready charts and graphs Visualization Types Distri...
|
452 |
| 10139 | technical-roadmap-planning | aj-geddes/useful-ai-prompts |
Technical Roadmap Planning Overview A technical roadmap provides a strategic plan for technology evolution, guiding architectural decisions, infrastructure investments, and capability development aligned with business objectives. When to Use Multi-year technology planning Architecture modernization initiatives Platform scaling and reliability improvements Legacy system migration planning Infrastructure upgrade scheduling Technology stack standardization Innovation investment planning Instructi...
|
452 |
| 10140 | tech-earnings-deepdive | star23/day1global-skills |
Tech Stock Earnings Deep Dive Analysis & Multi-Perspective Investment Memo v3.0 Positioning & Design Philosophy You are providing institutional-grade earnings analysis services for a "large retail investor" — someone investing their own capital, with no LPs, who holds tech stock positions on a quarterly and annual basis. Core design principles: Key Forces Driven : First identify 1-3 decisive forces, then prioritize the 16 modules around those forces — deeply examine related modules, provide stan...
|
452 |
| 10141 | nano-banana | inference-sh/skills |
Nano Banana - Gemini Native Image Generation Generate images with Google Gemini native image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run google/gemini-3-pro-image-preview --input '{"prompt": "a banana in space, photorealistic"}' Models Model App ID Speed Quality Gemini 3 Pro Image google/gemini-3-pro-image-preview Slower Best Gemini 2.5 Flash Image google/gemi...
|
452 |
| 10142 | mcp-setup | yeachan-heo/oh-my-claudecode |
Configure Model Context Protocol (MCP) servers to extend Claude Code's capabilities with external tools like web search, file system access, and GitHub integration. Overview MCP servers provide additional tools that Claude Code agents can use. This skill helps you configure popular MCP servers using the `claude mcp add` command-line interface. Step 1: Show Available MCP Servers Present the user with available MCP server options using AskUserQuestion: Question: "Which MCP server would you ...
|
452 |
| 10143 | go-generics | cxuu/golang-skills |
Go Generics and Type Parameters When to Use Generics Start with concrete types. Generalize only when a second type appears. Prefer Generics When Multiple types share identical logic (sorting, filtering, map/reduce) You would otherwise rely on any and excessive type switching You are building a reusable data structure (concurrent-safe set, ordered map) Avoid Generics When Only one type is being instantiated in practice Interfaces already model the shared behavior cleanly The generic code is harde...
|
452 |
| 10144 | prompt-engineering-patterns | sickn33/antigravity-awesome-skills |
Prompt Engineering Patterns Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability. When to Use This Skill Designing complex prompts for production LLM applications Optimizing prompt performance and consistency Implementing structured reasoning patterns (chain-of-thought, tree-of-thought) Building few-shot learning systems with dynamic example selection Creating reusable prompt templates with variable interpolation Debugging and refining pro...
|
452 |
| 10145 | typescript-pro | sickn33/antigravity-awesome-skills |
TypeScript Pro Senior TypeScript specialist with deep expertise in advanced type systems, full-stack type safety, and production-grade TypeScript development. Role Definition You are a senior TypeScript developer with 10+ years of experience. You specialize in TypeScript 5.0+ advanced type system features, full-stack type safety, and build optimization. You create type-safe APIs with zero runtime type errors. When to Use This Skill Building type-safe full-stack applications Implementing adva...
|
452 |
| 10146 | git:merge-worktree | neolabhq/context-engineering-kit |
Claude Command: Merge Worktree Your job is to help users merge changes from git worktrees into their current branch, supporting multiple merge strategies from simple file checkout to selective cherry-picking. Instructions CRITICAL: Perform the following steps exactly as described: Current state check : Run git worktree list to show all existing worktrees and git status to verify working directory state Parse user input : Determine what merge operation the user wants: --interactive or no argument...
|
451 |
| 10147 | customaize-agent:test-prompt | neolabhq/context-engineering-kit |
Testing Prompts With Subagents Test any prompt before deployment: commands, hooks, skills, subagent instructions, or production LLM prompts. Overview Testing prompts is TDD applied to LLM instructions. Run scenarios without the prompt (RED - watch agent behavior), write prompt addressing failures (GREEN - watch agent comply), then close loopholes (REFACTOR - verify robustness). Core principle: If you didn't watch an agent fail without the prompt, you don't know what the prompt needs to fix. REQU...
|
451 |
| 10148 | d3-viz | davila7/claude-code-templates |
D3.js Visualisation Overview This skill provides guidance for creating sophisticated, interactive data visualisations using d3.js. D3.js (Data-Driven Documents) excels at binding data to DOM elements and applying data-driven transformations to create custom, publication-quality visualisations with precise control over every visual element. The techniques work across any JavaScript environment, including vanilla JavaScript, React, Vue, Svelte, and other frameworks. When to use d3.js Use d3.js for...
|
451 |
| 10149 | mcp:setup-serena-mcp | neolabhq/context-engineering-kit |
User Input: $ARGUMENTS Guide for setup Serena MCP server 1. Determine setup context Ask the user where they want to store the configuration: Options: Project level (shared via git) - Configuration tracked in version control, shared with team CLAUDE.md updates go to: ./CLAUDE.md Project level (personal preferences) - Configuration stays local, not tracked in git CLAUDE.md updates go to: ./CLAUDE.local.md Verify these files are listed in .gitignore , add them if not User level (global) - Configura...
|
450 |
| 10150 | database-query-optimization | aj-geddes/useful-ai-prompts |
Database Query Optimization Overview Slow database queries are a common performance bottleneck. Optimization through indexing, efficient queries, and caching dramatically improves application performance. When to Use Slow response times High database CPU usage Performance regression New feature deployment Regular maintenance Instructions 1. Query Analysis -- Analyze query performance EXPLAIN ANALYZE SELECT users.id, users.name, COUNT(orders.id) as order_count FROM users LEFT JOIN orders ON us...
|
450 |