███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10151 | sub-agents | parcadei/continuous-claude-v3 |
Sub-Agents Reference Create specialized AI agents with isolated contexts for specific tasks. When to Use "How do I create a sub-agent?" "Configure agent tools" "What built-in agents exist?" "Agent model selection" "Agent chaining patterns" Quick Start Interactive (Recommended) /agents Opens menu to create, edit, and manage agents. Manual Creation mkdir -p .claude/agents cat > .claude/agents/reviewer.md << 'EOF' --- name: reviewer description: Code review specialist. Use proactively after co...
|
446 |
| 10152 | financial data fetcher | gracefullight/stock-checker |
Financial Data Fetcher Skill Provides comprehensive market data access for AI trading agents. Overview This skill fetches: Real-time and historical OHLCV price data Financial news from multiple sources Fundamental data (P/E ratios, earnings, market cap) Market snapshots and quotes Tools 1. get_price_data Fetches historical or real-time price data for symbols. Parameters: symbols (required): List of ticker symbols (e.g., ["AAPL", "MSFT"]) timeframe (optional): "1Min", "5Min", "1Hour", "1Day" (def...
|
446 |
| 10153 | flutter-internationalization | madteacher/mad-agents-skills |
Flutter Internationalization Overview Comprehensive guide for adding internationalization (i18n) to Flutter applications. Covers setup, configuration, message management, number/date formatting, and advanced topics like locale override and custom language support. Quick Start Choose approach based on app needs: gen-l10n (Recommended) - Modern, automated, code generation Best for: Most new projects, teams, complex apps Uses: ARB files, automated code generation See: Setup gen-l10n intl pack...
|
446 |
| 10154 | c-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on c pro tasks or workflows Needing guidance, best practices, or checklists for c pro Do not use this skill when The task is unrelated to c pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a C programming expert speci...
|
446 |
| 10155 | next | vercel-labs/json-render |
Next.js is a React framework for building full-stack web applications. It provides file-system based routing, Server Components, automatic code splitting, image optimization, and built-in performance optimizations. Next.js supports both static site generation (SSG) and server-side rendering (SSR), making it ideal for building modern web applications. The skill is based on Next.js v16.2.0-canary.16, generated at 2026-01-30. Core References | File-System Routing | Routes defined by folder str...
|
446 |
| 10156 | better-result-adopt | dmmulroy/better-result |
better-result Adoption Migrate existing error handling (try/catch, Promise rejections, thrown exceptions) to typed Result-based error handling with better-result. When to Use Adopting better-result in existing codebase Converting try/catch blocks to Result types Replacing thrown exceptions with typed errors Migrating Promise-based code to Result.tryPromise Introducing railway-oriented programming patterns Migration Strategy 1. Start at Boundaries Begin migration at I/O boundaries (API calls, ...
|
446 |
| 10157 | appkit | reown-com/skills |
Reown AppKit — Web Integration Goal Help developers integrate Reown AppKit so their users can connect wallets, switch networks, and interact with EVM, Solana, and Bitcoin blockchains. AppKit provides a universal modal UI and hooks/composables for wallet management. When to use Adding wallet connection to a web app (React, Next.js, Vue, Nuxt, Svelte, JavaScript) Setting up multi-chain support (EVM + Solana + Bitcoin) Configuring blockchain adapters (Wagmi, Ethers, Solana, Bitcoin) Debugging AppKi...
|
446 |
| 10158 | kaizen:cause-and-effect | neolabhq/context-engineering-kit |
Cause and Effect Analysis Apply Fishbone (Ishikawa) diagram analysis to systematically explore all potential causes of a problem across multiple categories. Description Systematically examine potential causes across six categories: People, Process, Technology, Environment, Methods, and Materials. Creates structured "fishbone" view identifying contributing factors. Usage /cause-and-effect [problem_description] Variables PROBLEM: Issue to analyze (default: prompt for input) CATEGORIES: Categories ...
|
445 |
| 10159 | auto-douyin | zrt-ai-lab/opencode-skills |
抖音视频自动发布技能 这个技能用于自动化发布视频到抖音创作者中心。 使用场景 用户需要发布视频到抖音时 用户说"发抖音"、"上传抖音"、"发布到抖音"时 用户有视频文件需要分发到抖音平台时 技术原理 基于 Playwright 浏览器自动化,模拟真实用户操作抖音创作者中心( https://creator.douyin.com): 首次使用需扫码登录,保存 Cookie 后续使用 Cookie 自动登录 自动化填充标题、话题、封面等信息 支持定时发布 前置条件 1. 安装依赖 pip install playwright playwright install chromium 2. 首次登录获取 Cookie python .opencode/skills/auto-douyin/scripts/get_cookie.py 执行后会打开浏览器,使用抖音 APP 扫码登录,登录成功后 Cookie 会自动保存。 工作流程 第一步:确认登录状态 检查 Cookie 是否存在且有效: python .opencode/skills/auto-douyin/scripts/check_cook...
|
445 |
| 10160 | seo-content-brief | inference-sh/skills |
SEO Content Brief Generator Generate research-backed content briefs that help writers produce pages capable of outranking current top results. Briefs include competitor analysis with gap scoring, per-section word count breakdowns, keyword placement rules, and page-type-specific templates. Process 1. Determine Brief Mode Improve mode (existing page URL provided): Fetch the existing page content and structure Identify what is already strong (keep it) Identify missing, thin, or outdated sections Di...
|
445 |
| 10161 | software-engineer | siviter-xyz/dot-agent |
Software Engineering Principles Core principles and preferences for code style, documentation, and development workflow. Code Style and Patterns Avoid unnecessary comments: Code should be self-documenting. Reserve comments for non-obvious design decisions, workarounds, or complex logic. Avoid comments that restate what the code obviously does. Clean codebase: Avoid leaving TODO, FIXME, or temporary comments in committed code UNLESS directed. Either implement the feature, create an issue, or ...
|
445 |
| 10162 | testing | mindrally/skills |
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
|
445 |
| 10163 | data-analyst | mindrally/skills |
Data Analyst You are an expert data analyst with expertise in SQL, Python (pandas), and statistical analysis. When to Apply Use this skill when: Writing SQL queries for data extraction Analyzing datasets with pandas Performing statistical analysis Creating data transformations Identifying data patterns and insights Data cleaning and preparation Core Competencies SQL Complex queries with JOINs, subqueries, CTEs Window functions and aggregations Query optimization Database design understanding pan...
|
445 |
| 10164 | legal-advisor | sickn33/antigravity-awesome-skills |
Use this skill when Working on legal advisor tasks or workflows Needing guidance, best practices, or checklists for legal advisor Do not use this skill when The task is unrelated to legal advisor You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a le...
|
445 |
| 10165 | code-review-ai-ai-review | sickn33/antigravity-awesome-skills |
AI-Powered Code Review Specialist You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, Claude 4.5 Sonnet) with battle-tested platforms (SonarQube, CodeQL, Semgrep) to identify bugs, vulnerabilities, and performance issues. Use this skill when Working on ai-powered code review specialist tasks or workflows Needing guidance, best practices, or checklists...
|
445 |
| 10166 | refactor | pproenca/dot-skills |
Refactor Overview Improve code structure and readability without changing external behavior. Refactoring is gradual evolution, not revolution. Use this for improving existing code, not rewriting from scratch. When to Use Use this skill when: Code is hard to understand or maintain Functions/classes are too large Code smells need addressing Adding features is difficult due to code structure User asks "clean up this code", "refactor this", "improve this" Refactoring Principles The Golden Rules ...
|
445 |
| 10167 | pine-developer | traderspost/pinescript-agents |
Pine Script Developer Specialized in writing production-quality Pine Script v6 code for TradingView. ⚠️ CRITICAL: Pine Script Syntax Rules BEFORE writing ANY multi-line Pine Script code, remember: TERNARY OPERATORS (? :) - MUST stay on ONE line or use intermediate variables Line continuation - ALL continuation lines must be indented MORE than the starting line Common error: "end of line without line continuation" - caused by improper line breaks // ❌ NEVER DO THIS: text = condition ? "value1...
|
445 |
| 10168 | customaize-agent:create-hook | neolabhq/context-engineering-kit |
Create Hook Command Analyze the project, suggest practical hooks, and create them with proper testing. Your Task (/create-hook) Analyze environment - Detect tooling and existing hooks Suggest hooks - Based on your project configuration Configure hook - Ask targeted questions and create the script Test & validate - Ensure the hook works correctly Your Workflow 1. Environment Analysis & Suggestions Automatically detect the project tooling and suggest relevant hooks: When TypeScript is detected ( t...
|
444 |
| 10169 | market-analysis | xbklairith/kisune |
Market Analysis Skill You are a systematic market analyst specializing in multi-market technical and quantitative analysis. When the user requests market analysis, chart interpretation, or wants to understand current market conditions, activate this skill. When to Activate Activate this skill when the user: Requests analysis of a specific asset or market (stocks, crypto, forex, commodities) Asks about support/resistance levels Wants technical indicator analysis Needs chart pattern identifica...
|
444 |
| 10170 | simplify-and-harden | pskoett/pskoett-ai-skills |
Agent Skill: Simplify & Harden Install npx skills add pskoett/pskoett-ai-skills/simplify-and-harden For CI-only execution, use: npx skills add pskoett/pskoett-ai-skills/simplify-and-harden-ci Metadata Field Value Skill ID simplify-and-harden Version 0.1.0 Trigger Post-completion hook Author Peter Skøtt Pedersen Category Code Quality / Security Priority Recommended Rationale and Philosophy When a coding agent completes a task, it holds peak contextual understanding of the problem, the solution, a...
|
444 |
| 10171 | og-image-design | inference-sh/skills |
OG Image Design Create social sharing images (Open Graph) 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 an OG image with HTML-to-image infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:1200px;height:630px;background:linear-gradient(135deg,1a1a2e,16213e);display:flex;align-items:center;padding:60px;font-family:system-ui;color:white\"><div><h1 style=\"...
|
444 |
| 10172 | zotero-paper-reader | fuzhiyu/researchprojecttemplate |
Read and analyze academic papers directly from the Zotero library. This skill handles the complete workflow from searching Zotero to converting PDFs to readable markdown format. When to Use Use this skill when the user requests to: - "Read this paper from Zotero" - "Find and read [paper title]" - "Access [author name] paper" - "Get the paper about [topic]" - "Convert [paper] from Zotero to markdown" Workflow Step 1: Search Zotero Library Use the Zotero MCP tools to search for the pa...
|
444 |
| 10173 | market-sentiment | kukapay/crypto-skills |
Crypto Market Sentiment Overview This skill enables aggregation of news from popular cryptocurrency RSS feeds, performs sentiment analysis on the articles, and computes a market sentiment score ranging from -1 (highly negative) to +1 (highly positive), along with evidence-based explanations. Workflow Follow these steps to analyze crypto market sentiment: Select RSS Feeds : Choose popular crypto RSS feeds (see references/rss_feeds.md for a curated list). Fetch News : Retrieve recent articles from...
|
444 |
| 10174 | huashu-research | alchaincyf/huashu-skills |
调研 Skill 结构化的网络调研流程,核心目标:调研成果实时持久化,防止会话截断丢失工作。 何时使用 为写文章做前期调研 了解新产品、新技术、新发布 搜集竞品信息或行业动态 任何需要多次 WebSearch 的信息搜索任务 执行流程 Step 1: 立即创建调研文件 在开始搜索之前,先创建文件 路径: _knowledge_base/research-<主题>-<YYYYMMDD>.md 初始内容包含:调研目标、关键问题、预期输出 Show more
|
444 |
| 10175 | ethical-hacking-methodology | sickn33/antigravity-awesome-skills |
Ethical Hacking Methodology Purpose Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, essential tools, attack techniques, and professional reporting for authorized security assessments. Prerequisites Required Environment Kali Linux installed (persistent or live) Network access to authorized targets Written authorization from system owner Required Knowledge Basic networking concepts Linux comm...
|
444 |
| 10176 | unit-testing-test-generate | sickn33/antigravity-awesome-skills |
Automated Unit Test Generation You are a test automation expert specializing in generating comprehensive, maintainable unit tests across multiple languages and frameworks. Create tests that maximize coverage, catch edge cases, and follow best practices for assertion quality and test organization. Use this skill when You need unit tests for existing code You want consistent test structure and coverage You need mocks, fixtures, and edge-case validation Do not use this skill when You only need inte...
|
444 |
| 10177 | app-builder | davila7/claude-code-templates |
App Builder - Application Building Orchestrator Analyzes user's requests, determines tech stack, plans structure, and coordinates agents. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read project-detection.md Keyword matrix, project type detection Starting new project tech-stack.md 2025 default stack, alternatives Choosing technologies agent-coordination.md Agent pipeline, execution order Coordinating mu...
|
444 |
| 10178 | desktop computer automation | web-infra-dev/midscene-skills |
Desktop Computer Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time ...
|
443 |
| 10179 | git:compare-worktrees | neolabhq/context-engineering-kit |
Claude Command: Compare Worktrees Your job is to compare files and directories between git worktrees, helping users understand differences in code across branches or worktrees. Instructions CRITICAL: Perform the following steps exactly as described: Current state check : Run git worktree list to show all existing worktrees and their locations Parse user input : Classify each provided argument: No arguments : Interactive mode - ask user what to compare --stat : Show summary statistics of differen...
|
443 |
| 10180 | newsletter-curation | inference-sh/skills |
Newsletter Curation Create and curate high-quality newsletters via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Find content to curate infsh app run tavily/search-assistant --input '{ "query": "most important AI developments this week 2024" }' Generate newsletter header infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:600px;height:200px;background:linear-gradi...
|
443 |
| 10181 | mobile-app-debugging | aj-geddes/useful-ai-prompts |
Mobile App Debugging Overview Mobile app debugging addresses platform-specific issues, device hardware limitations, and mobile-specific network conditions. When to Use App crashes on mobile Performance issues on device Platform-specific bugs Network connectivity issues Device-specific problems Instructions 1. iOS Debugging Xcode Debugging: Attach Debugger: - Xcode → Run on device - Set breakpoints in code - Step through execution - View variables - Console logs View Logs: - Xcode...
|
443 |
| 10182 | blazor | mindrally/skills |
Blazor Development Guidelines You are an expert in Blazor development with deep knowledge of both Blazor Server and Blazor WebAssembly. Component Architecture Component Design Create small, focused components Use component parameters for input Use EventCallback for output/events Implement IDisposable for cleanup Use cascading parameters sparingly Component Structure @page "/users/{Id:int}" @inject IUserService UserService <h1>@User?.Name</h1> @code { [Parameter] public int Id { ge...
|
443 |
| 10183 | rust | mindrally/skills |
No SKILL.md available for this skill. View on GitHub
|
443 |
| 10184 | use-smart-contract-platform | circlefin/skills |
Overview Circle Smart Contract Platform (SCP) provides APIs and SDKs for deploying, importing, interacting with, and monitoring smart contracts across supported networks. Deploy contracts from raw bytecode, use audited templates for standard patterns, execute ABI-based contract calls, and monitor emitted events through webhooks. Prerequisites / Setup Installation npm install @circle-fin/smart-contract-platform @circle-fin/developer-controlled-wallets Environment Variables CIRCLE_API_KEY= ...
|
443 |
| 10185 | segment-cdp | sickn33/antigravity-awesome-skills |
Segment CDP Patterns Analytics.js Browser Integration Client-side tracking with Analytics.js. Include track, identify, page, and group calls. Anonymous ID persists until identify merges with user. Server-Side Tracking with Node.js High-performance server-side tracking using @segment/analytics-node. Non-blocking with internal batching. Essential for backend events, webhooks, and sensitive data. Tracking Plan Design Design event schemas using Object + Action naming convention. Define required...
|
443 |
| 10186 | seo-content-writer | sickn33/antigravity-awesome-skills |
SEO Content Writer SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert...
|
443 |
| 10187 | tavily-web | sickn33/antigravity-awesome-skills |
tavily-web Overview Web search, content extraction, crawling, and research capabilities using Tavily API When to Use When you need to search the web for current information When extracting content from URLs When crawling websites Installation npx skills add -g BenedictKing/tavily-web Step-by-Step Guide Install the skill using the command above Configure Tavily API key Use naturally in Claude Code conversations Examples See GitHub Repository for examples. Best Practices Configure API keys via env...
|
443 |
| 10188 | research-engineer | davila7/claude-code-templates |
Academic Research Engineer Overview You are not an assistant. You are a Senior Research Engineer at a top-tier laboratory. Your purpose is to bridge the gap between theoretical computer science and high-performance implementation. You do not aim to please; you aim for correctness . You operate under a strict code of Scientific Rigor . You treat every user request as a peer-reviewed submission: you critique it, refine it, and then implement it with absolute precision. Core Operational Protocols 1...
|
443 |
| 10189 | amap | kaichen/amap-skill |
AMap Skill Quick Start Ensure AMAP_MAPS_API_KEY is set. Run bun scripts/amap.ts --help in this skill directory. Pick the matching command from references/command-map.md . Workflow Validate user intent and select one command. Prefer address commands for route planning when users provide plain addresses. Keep output as raw AMap JSON without wrapping fields. Treat any non-zero API business state as failure. Commands Full command mapping: references/command-map.md Ready-to-run examples: references/e...
|
443 |
| 10190 | frontend-design | digitalsamba/claude-code-video-toolkit |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
443 |
| 10191 | deploying-airflow | astronomer/agents |
Deploying Airflow This skill covers deploying Airflow DAGs and projects to production, whether using Astro (Astronomer's managed platform) or open-source Airflow on Docker Compose or Kubernetes. Choosing a path: Astro is a good fit for managed operations and faster CI/CD. For open-source, use Docker Compose for dev and the Helm chart for production. Astro (Astronomer) Astro provides CLI commands and GitHub integration for deploying Airflow projects. Deploy Commands Command What It Does astro dep...
|
443 |
| 10192 | codebase-analysis | solatis/claude-config |
Codebase Analysis Understanding-focused skill that builds foundational comprehension of codebase structure, patterns, flows, decisions, and context. Serves as foundation for downstream analysis skills (problem-analysis, refactor, etc.). When this skill activates, IMMEDIATELY invoke the script. The script IS the workflow. Invoke:
|
442 |
| 10193 | huashu-xhs-image | alchaincyf/huashu-skills |
小红书配图工作流 ⚠️ 核心原则:先提案,后生成 绝对不能跳过设计提案直接出图。 正确流程: 理解内容 → 设计提案(2-3个方向)→ 用户选择 → 生成 → 预览确认 → 上传 花叔设计审美画像 Show more
|
442 |
| 10194 | research-agent | parcadei/continuous-claude-v3 |
Note: The current year is 2025. When researching best practices, use 2024-2025 as your reference timeframe. Research Agent You are a research agent spawned to gather external documentation, best practices, and library information. You use MCP tools (Nia, Perplexity, Firecrawl) and write a handoff with your findings. What You Receive When spawned, you will receive: Research question - What you need to find out Context - Why this research is needed (e.g., planning a feature) Handoff directory...
|
442 |
| 10195 | huashu-data-pro | alchaincyf/huashu-skills |
数据分析与办公提效助手 帮用户多想一步——不只完成任务,更提供专家洞察。 核心哲学 先理解,后执行 — 拿到任务先问「用户真正需要什么」 专家视角 — 从最合适的角色出发(分析师/投放优化师/设计师/写作专家) 多想一步 — 完成后主动指出用户可能没注意到的问题、趋势或机会 数据诚实 — 绝不编造数据,图表不误导(零基线、绝对比例、标注来源) 视觉品质 — 所有可视化遵循经验证的设计系统,不做丑图 输出格式决策 拿到数据呈现需求时, 先判断格式 : Show more
|
442 |
| 10196 | elixir | mindrally/skills |
Elixir You are an expert in Elixir and Phoenix development with deep knowledge of functional programming and concurrent systems. Core Principles Write concise, idiomatic Elixir code with accurate examples Follow Phoenix conventions and best practices Embrace functional programming patterns and immutability Prefer higher-order functions and recursion over imperative loops Use descriptive naming (e.g., user_signed_in?, calculate_total) Naming Conventions Use snake_case for files, functions, and ...
|
442 |
| 10197 | sadd:multi-agent-patterns | neolabhq/context-engineering-kit |
Multi-Agent Architecture Patterns for Claude Code Multi-agent architectures distribute work across multiple agent invocations, each with its own focused context. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division. Core Concepts Multi-agent systems address single-agent ...
|
441 |
| 10198 | caveman-cn | juliusbrussee/caveman |
Caveman CN Mode Core Rule 像聪明穴居人一样用中文回答。技术内容不丢。废话消失。 Grammar 去客套 去铺垫 去无信息量过渡词 优先短句、短分句、短词组 允许残句 技术术语保持精确 代码块不改 报错原文照引 风险提示与不可逆操作确认恢复正常清晰中文 Pattern [问题] [动作] [原因]。[下一步]。 不这样: 当然可以,我来详细帮你分析一下这个问题。它大概率是由……造成的。 这样: 鉴权中间件有 bug。过期判断写错。把 < 改 <= 。然后重测登录。 Examples 用户: 为什么 React 组件一直重渲染? 普通: "组件之所以会重复渲染,很可能是因为你在每次渲染时都创建了一个新的对象引用。当这个内联对象作为 prop 传入时,React 的浅比较会把它视为新值,于是触发重渲染。建议用 useMemo 缓存这个对象。" Caveman CN: "每次 render 都新对象引用。prop 浅比较次次变。于是重渲染。包进 useMemo 。" 用户: 怎么配置 PostgreSQL 连接池? Caveman CN: 用 `pg` 的 pool:...
|
441 |
| 10199 | huashu-script-polish | alchaincyf/huashu-skills |
视频脚本口语化审校 让视频脚本更适合实际录制,强化口语感,去掉书面语和AI味。 何时使用 脚本初稿完成后 用户说"审校脚本"、"太书面化" 需要让脚本更口语化 核心目标 去掉书面语,全面口语化 适合大声说出来(不卡顿) 像花生在镜头前说话 三遍审校(视频专用) Show more
|
441 |
| 10200 | customaize-agent:create-command | neolabhq/context-engineering-kit |
Command Creator Assistant This meta-command helps create other commands by: Understanding the command's purpose Determining its category and pattern Choosing command location (project vs user) Generating the command file Creating supporting resources Updating documentation <command_categories> Planning Commands (Specialized) Feature ideation, proposals, PRDs Complex workflows with distinct stages Interactive, conversational style Create documentation artifacts Examples: @/.claude/commands/01_bra...
|
440 |