Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
8401 code-review-checklist davila7/claude-code-templates
Code Review Checklist Overview Provide a systematic checklist for conducting thorough code reviews. This skill helps reviewers ensure code quality, catch bugs, identify security issues, and maintain consistency across the codebase. When to Use This Skill Use when reviewing pull requests Use when conducting code audits Use when establishing code review standards for a team Use when training new developers on code review practices Use when you want to ensure nothing is missed in reviews Use when...
392
8402 agent-md-refactor davila7/claude-code-templates
Agent MD Refactor Refactor bloated agent instruction files (AGENTS.md, CLAUDE.md, COPILOT.md, etc.) to follow progressive disclosure principles - keeping essentials at root and organizing the rest into linked, categorized files. Triggers Use this skill when: "refactor my AGENTS.md" / "refactor my CLAUDE.md" "split my agent instructions" "organize my CLAUDE.md file" "my AGENTS.md is too long" "progressive disclosure for my instructions" "clean up my agent config" Quick Reference Phase Action Outp...
392
8403 video-producer daffy0208/ai-dev-standards
Video Producer Skill I help you build video players, handle video streaming, and create engaging video experiences. What I Do Video Playback: Custom video players with controls Adaptive bitrate streaming (HLS, DASH) Picture-in-picture mode Fullscreen support Video Features: Subtitles and captions Quality selection Playback speed control Thumbnail previews Streaming: Live video streaming Video on demand (VOD) Progressive download Adaptive streaming Custom Video Player // components/VideoP...
391
8404 research-workflow jwynia/agent-skills
Research Workflow A structured methodology for conducting comprehensive research. This skill guides you through planning, executing, analyzing, and synthesizing research on any topic. When to Use This Skill Use this skill when: The user needs comprehensive research on a topic Multiple search queries are needed to fully answer a question Source credibility and synthesis matter A research report or documented findings are expected Keywords mentioned: research, investigate, deep dive, comprehen...
391
8405 hyva-alpine-component hyva-themes/hyva-ai-tools
Hyvä Alpine Component Overview This skill provides guidance for writing CSP-compatible Alpine.js components in Hyvä themes. Alpine CSP is a specialized Alpine.js build that operates without the unsafe-eval CSP directive, which is required for PCI-DSS 4.0 compliance on payment-related pages (mandatory from April 1, 2025). Key principle: CSP-compatible code functions in both standard and Alpine CSP builds. Write all Alpine code using CSP patterns for future-proofing. CSP Constraints Summary Cap...
391
8406 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...
391
8407 revealjs ryanbbrown/revealjs-skill
Reveal.js Presentations Create HTML presentations using reveal.js. No build step required - just open the HTML in a browser. What You Create A reveal.js presentation consists of: HTML file - Contains slides and loads reveal.js from CDN CSS file - Custom styles for layouts, colors, typography, and components Design Principles CRITICAL: Before creating any presentation, analyze the content and choose appropriate design elements: Consider the subject matter: What is this presentation about? W...
391
8408 asc-revenuecat-catalog-sync rorkai/app-store-connect-cli-skills
asc RevenueCat catalog sync Use this skill to keep App Store Connect (ASC) and RevenueCat aligned, including creating missing ASC items and mapping them to RevenueCat resources. When to use You want to bootstrap RevenueCat from an existing ASC catalog. You want to create missing ASC subscriptions/IAPs, then map them into RevenueCat. You need a drift audit before release. You want deterministic product mapping based on identifiers. Preconditions asc authentication is configured ( asc auth login o...
391
8409 huggingface-trackio huggingface/skills
Trackio - Experiment Tracking for ML Training Trackio is an experiment tracking library for logging and visualizing ML training metrics. It syncs to Hugging Face Spaces for real-time monitoring dashboards. Three Interfaces Task Interface Reference Logging metrics during training Python API references/logging_metrics.md Firing alerts for training diagnostics Python API references/alerts.md Retrieving metrics & alerts after/during training CLI references/retrieving_metrics.md When to Use Each Pyth...
391
8410 wordpress-penetration-testing sickn33/antigravity-awesome-skills
WordPress Penetration Testing Purpose Conduct comprehensive security assessments of WordPress installations including enumeration of users, themes, and plugins, vulnerability scanning, credential attacks, and exploitation techniques. WordPress powers approximately 35% of websites, making it a critical target for security testing. Prerequisites Required Tools WPScan (pre-installed in Kali Linux) Metasploit Framework Burp Suite or OWASP ZAP Nmap for initial discovery cURL or wget Required Knowledg...
391
8411 android-development dpconde/claude-android-skill
Android Development Build Android applications following Google's official architecture guidance, as demonstrated in the NowInAndroid reference app. Quick Reference Task Reference File Project structure & modules modularization.md Architecture layers (UI, Domain, Data) architecture.md Jetpack Compose patterns compose-patterns.md Gradle & build configuration gradle-setup.md Testing approach testing.md Workflow Decision Tree Creating a new project? → Read modularization.md for project structure...
391
8412 qa-game opusgamelabs/game-creator
QA Game Add automated QA testing with Playwright to an existing game project. Tests verify your game boots, scenes work, scoring functions, and visuals haven't broken — like a safety net for your game. Instructions Analyze the game at $ARGUMENTS (or the current directory if no path given). First, load the game-qa skill to get the full testing patterns and fixtures. Step 1: Audit testability Read package.json to identify the engine and dev server port Read vite.config.js for the server port Read ...
391
8413 fix-review trailofbits/skills
Fix Review Differential analysis to verify commits address security findings without introducing bugs. When to Use Reviewing fix branches against security audit reports Validating that remediation commits actually address findings Checking if specific findings (TOB-XXX format) have been fixed Analyzing commit ranges for bug introduction patterns Cross-referencing code changes with audit recommendations When NOT to Use Initial security audits (use audit-context-building or differential-review) ...
390
8414 filesystem-context guanyang/antigravity-skills
Filesystem-Based Context Engineering The filesystem provides a single interface through which agents can flexibly store, retrieve, and update an effectively unlimited amount of context. This pattern addresses the fundamental constraint that context windows are limited while tasks often require more information than fits in a single window. The core insight is that files enable dynamic context discovery: agents pull relevant context on demand rather than carrying everything in the context window....
390
8415 link-checker webflow/webflow-skills
Audit and fix broken or insecure links across your Webflow site to improve SEO and user experience. Important Note ALWAYS use Webflow MCP tools for all operations: - Use Webflow MCP's `webflow_guide_tool` to get best practices before starting - Use Webflow MCP's `data_sites_tool` with action `list_sites` to identify available sites - Use Webflow MCP's `data_sites_tool` with action `get_site` to retrieve site details - Use Webflow MCP's `data_pages_tool` with action `list_pages` to get all...
390
8416 supabase-audit-rls yoanbernabeu/supabase-pentest-skills
RLS Policy Audit 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each finding Log to .sb-pentest-audit.log BEFORE and AFTER each test DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill tests Row Level Security (RLS) ...
390
8417 write-plan buiducnhat/agent-skills
Write Plan Overview Produce a complete, self-contained implementation plan that can be executed by execute-plan with minimal ambiguity. This skill is for planning only: Do not implement code Do not modify production files (except plan artifacts) Artifact Conventions Use one consistent artifact structure for every plan: Plan directory: docs/plans/YYMMDD-HHmm-<plan-slug>/ Main summary: docs/plans/YYMMDD-HHmm-<plan-slug>/SUMMARY.md Phase files: docs/plans/YYMMDD-HHmm-<plan-slug>/phase-01-<name>.md ...
390
8418 muapi-photo-pack-generator samuraigpt/generative-media-skills
📸 Photo Pack Generator Expert Skill (Identity-Lock Edition) Transform a single reference photo into a collection of themed images while maintaining extremely high facial identity fidelity . This skill prioritizes identity preservation first , then applies stylistic transformations like LinkedIn portraits, dating photos, cinematic shots, or fantasy styles. The system uses Identity Lock Prompting instead of describing the person, preventing the model from generating a new face. Core Principles 1️⃣...
390
8419 internationalization-i18n mindrally/skills
Internationalization (i18n) & Localization Overview Comprehensive guide to implementing internationalization and localization in applications. Covers message translation, pluralization, date/time/number formatting, RTL languages, and integration with popular i18n libraries. When to Use Building multi-language applications Supporting international users Implementing language switching Formatting dates, times, and numbers for different locales Supporting RTL (right-to-left) languages Extracting ...
390
8420 arm-cortex-expert sickn33/antigravity-awesome-skills
@arm-cortex-expert Use this skill when Working on @arm-cortex-expert tasks or workflows Needing guidance, best practices, or checklists for @arm-cortex-expert Do not use this skill when The task is unrelated to @arm-cortex-expert 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/impleme...
390
8421 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...
390
8422 android-gradle-logic new-silvermoon/awesome-android-agent-skills
No SKILL.md available for this skill. View on GitHub
390
8423 go-logging cxuu/golang-skills
Go Logging Core Principle Logs are for operators , not developers. Every log line should help someone diagnose a production issue. If it doesn't serve that purpose, it's noise. Choosing a Logger Normative : Use log/slog for new Go code. slog is structured, leveled, and in the standard library (Go 1.21+). It covers the vast majority of production logging needs. Which logger? ├─ New production code → log/slog ├─ Trivial CLI / one-off → log (standard) └─ Measured perf bottleneck → zerolog o...
390
8424 humanizer-zh-tw kevintsai1202/humanizer-zh-tw
Humanizer-zh-TW: 去除 AI 寫作痕跡 你是一位文字編輯,專門辨識和去除 AI 生成文字的痕跡,使文字聽起來更自然、更有人味。本指南基於維基百科的「AI 寫作特徵」頁面,由 WikiProject AI Cleanup 維護。 你的任務 當收到需要人性化處理的文字時: 辨識 AI 模式 - 掃瞄下面列出的模式 重寫問題片段 - 用自然的替代方案替換 AI 痕跡 保留含義 - 保持核心資訊完整 維持語調 - 匹配預期的語氣(正式、隨意、技術等) 注入靈魂 - 不僅要去除不良模式,還要注入真實的個性 核心規則速查 在處理文字時,牢記這 5 條核心原則: 刪除填充短語 - 去除開場白和強調性支撐詞 打破公式結構 - 避免二元對比、戲劇性分段、修辭性設置 變化節奏 - 混合句子長度。兩項優於三項。段落結尾要多樣化 信任讀者 - 直接陳述事實,跳過軟化、辯解和手把手引導 刪除金句 - 如果聽起來像可引用的語句,重寫它 個性與靈魂 避免 AI 模式只是工作的一半。無菌、沒有聲音的寫作和機器生成的內容一樣明顯。好的寫作背後有一個真實的人。 缺乏靈魂的寫作跡象(即使技術...
390
8425 tailwindcss martinholovsky/claude-skills-generator
Tailwind CSS The skill is based on Tailwind CSS v4.1.18, generated at 2026-01-28. Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. Instead of writing custom CSS, you compose designs using utility classes directly in your markup. Tailwind v4 introduces CSS-first configuration with theme variables, making it easier to customize your design system. Core References Topic Description Reference Installation Vite, PostCSS, CLI, and CDN setup core-installation U...
390
8426 ce-commit everyinc/compound-engineering-plugin
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Git Commit Create a single, well-crafted git commit from the current working tree changes. Context On platforms other than Claude Code , skip to the "Context fallback" section below and run the command there to gather context. In Claude Code , the five labeled sections below (Git status, Working tree diff, Current branch, Recent commits, Remote...
390
8427 ce-work-beta everyinc/compound-engineering-plugin
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Work Execution Command Execute work efficiently while maintaining quality and finishing features. Introduction This command takes a work document (plan or specification) or a bare prompt describing the work, and executes it systematically. The focus is on shipping complete features by understanding requirements quickly, following existing patte...
390
8428 qiaomu-opencli-usage joeseesun/opencli-skill
OpenCLI Usage Guide Make any website or Electron App your CLI. Reuse Chrome login, zero risk, AI-powered discovery. Install & Run npm global install (recommended) npm install -g @jackwener/opencli opencli < command > Or from source cd ~/code/opencli && npm install npx tsx src/main.ts < command > Update to latest npm update -g @jackwener/opencli Prerequisites Browser commands require: Chrome browser running (logged into target sites) opencli Browser Bridge Chrome extension installed (load exte...
390
8429 sparc-methodology ruvnet/ruflo
Sparc Methodology Skill Purpose SPARC development workflow: Specification, Pseudocode, Architecture, Refinement, Completion. A structured approach for complex implementations that ensures thorough planning before coding. When to Trigger new feature implementation complex implementations architectural changes system redesign integration work unclear requirements When to Skip simple bug fixes documentation updates configuration changes well-defined small tasks routine maintenance Commands Specific...
390
8430 deep-learning-python mindrally/skills
Deep Learning Python Development You are an expert in deep learning, transformers, diffusion models, and LLM development using Python libraries like PyTorch, Diffusers, Transformers, and Gradio. Follow these guidelines when writing deep learning code. Core Principles Write concise, technical responses with accurate Python examples Prioritize clarity and efficiency in deep learning workflows Use object-oriented programming for architectures; functional programming for data pipelines Implement p...
390
8431 pandoc-pdf-generation terrylica/cc-skills
Generate professional PDF documents from Markdown using Pandoc with the XeLaTeX engine. This skill covers automatic section numbering, table of contents, bibliography management, LaTeX customization, and common troubleshooting patterns learned through production use. When to Use This Skill Use this skill when: - Converting Markdown to PDF with professional formatting requirements - Needing automatic section numbering and table of contents - Managing citations and bibliographies without man...
390
8432 claude-md-progressive-disclosurer daymade/claude-code-skills
CLAUDE.md Progressive Disclosure Optimizer Analyze and optimize user CLAUDE.md files to reduce context overhead while preserving functionality. Quick Start Backup the original file first Audit the current state (list all sections with line counts) Classify each section using the criteria below Propose optimizations with before/after comparison table Verify information completeness checklist before executing Execute approved changes Test that moved content remains discoverable Section Classific...
390
8433 git commit helper davila7/claude-code-templates
Git Commit Helper Quick start Analyze staged changes and generate commit message: View staged changes git diff --staged Generate commit message based on changes (Claude will analyze the diff and suggest a message) Commit message format Follow conventional commits format: <type>(<scope>): <description> [optional body] [optional footer] Types feat : New feature fix : Bug fix docs : Documentation changes style : Code style changes (formatting, missing semicolons) refactor : Code refactoring test...
390
8434 qa-testing-playwright vasilyu1983/ai-agents-public
QA Testing (Playwright) High-signal, cost-aware E2E testing for web applications. Core docs: https://playwright.dev/docs/best-practices https://playwright.dev/docs/locators https://playwright.dev/docs/test-retries https://playwright.dev/docs/trace-viewer https://playwright.dev/docs/test-sharding https://playwright.dev/docs/ci Defaults (2026) Keep E2E thin: protect critical user journeys only; push coverage down (unit/integration/contract). Locator priority: getByRole → getByLabel/getByText → ...
390
8435 ios-development rshankras/claude-code-apple-skills
iOS Development Expert Comprehensive guidance for iOS app development. This skill aggregates specialized modules for different aspects of iOS development. When This Skill Activates Use this skill when the user: Asks about iOS development best practices Wants code review for iOS/Swift projects Needs UI/UX review against Human Interface Guidelines Wants accessibility audit for iOS apps Is planning a new iOS app Needs help with SwiftUI patterns for iOS Available Modules Read relevant module fi...
390
8436 qveris-official qverisai/open-qveris-skills
QVeris — Search & Action Engine for AI Agents QVeris is a Search & Action Engine built for AI agents. When AI agents need to act in the real world — retrieving real-time data, calling external services, or using capabilities they don't have natively — they come to QVeris. It is not just a data API: it provides access to data sources , tool capabilities (generation, processing, analysis), and professional APIs across thousands of domains. What QVeris provides (structured, authoritative, real-time...
389
8437 cfo-advisor borghei/claude-skills
CFO Advisor Financial leadership advisory for Chief Financial Officers. Core Competencies Financial planning and analysis (FP&A) Fundraising and capital markets Investor and board reporting Unit economics and metrics Cash flow management Accounting and compliance Tax strategy Risk management Financial Planning Framework Annual Planning Process Timeline: Month 1: Strategic priorities from CEO/Board Month 2: Departmental bottoms-up planning Month 3: Consolidation and iteration Month 4: Board a...
389
8438 list-china-today-macro-news fatfingererr/macro-skills
🔗 Based on [news-aggregator-skill](https://github.com/fatfingererr/macro-skills/blob/main/skills/list-china-today-macro-news/../../../vendor/news-aggregator-skill) | 專注於中國宏觀經濟新聞的垂直擴展 從多個中文財經新聞源抓取並篩選中國宏觀經濟相關新聞,提供 AI 深度解讀。 Tools fetch_china_macro_news.py Usage: ``` 基本用法:抓取華爾街日報的中國宏觀新聞 python scripts/fetch_china_macro_news.py --source wallstreetcn --limit 15 多源掃描:華爾街日報 + 36氪 python scripts/fetch_china_macro_news.py --source wallstreetcn,36kr --limit 10 深度抓取(下載文章內容) python scripts/fetch_...
389
8439 self-improving-agent alirezarezvani/claude-skills
Self-Improving Agent "An AI agent that learns from every interaction, accumulating patterns and insights to continuously improve its own capabilities." — Based on 2025 lifelong learning research Overview This is a universal self-improvement system that learns from ALL skill experiences, not just PRDs. It implements a complete feedback loop with: Multi-Memory Architecture : Semantic + Episodic + Working memory Self-Correction : Detects and fixes skill guidance errors Self-Validation : Periodicall...
389
8440 data-encryption aj-geddes/useful-ai-prompts
Data Encryption Overview Implement robust encryption strategies for protecting sensitive data at rest and in transit using industry-standard cryptographic algorithms and key management practices. When to Use Sensitive data storage Database encryption File encryption Communication security Compliance requirements (GDPR, HIPAA, PCI-DSS) Password storage End-to-end encryption Implementation Examples 1. Node.js Encryption Library // encryption-service.js const crypto = require('crypto'); const fs ...
389
8441 content-strategy-sms blacktwist/social-media-skills
When to Use User asks to plan a content strategy or figure out what to post User mentions "content strategy," "what should I post," or "content ideas" User says "topic clusters," "content pillars," or "content planning" User wants to define their content mix or balance of post types User says "I don't know what to post" or "social media strategy" User asks about topic selection, content differentiation, or niche positioning Role You are an expert social media content strategist. Your job is to h...
389
8442 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...
389
8443 vulnerability-scanning aj-geddes/useful-ai-prompts
Vulnerability Scanning Overview Systematically identify security vulnerabilities in applications, dependencies, and infrastructure using automated scanning tools and manual security assessments. When to Use Pre-deployment security checks Continuous security monitoring Compliance audits (PCI-DSS, SOC 2) Dependency vulnerability detection Container security scanning Infrastructure security assessment Implementation Examples 1. Node.js Vulnerability Scanner // scanner.js - Comprehensive vulnerabi...
389
8444 kaizen neolabhq/context-engineering-kit
Kaizen: Continuous Improvement Overview Small improvements, continuously. Error-proof by design. Follow what works. Build only what's needed. Core principle: Many small improvements beat one big change. Prevent errors at design time, not with fixes. When to Use Always applied for: Code implementation and refactoring Architecture and design decisions Process and workflow improvements Error handling and validation Philosophy: Quality through incremental progress and prevention, not perfectio...
389
8445 changelog-writer patricio0312rev/skills
Changelog & Release Notes Writer Generate professional changelogs and release notes from version control history. Core Workflow Analyze commits: Parse git history since last release Categorize changes: Group by type (feat, fix, docs, etc.) Identify breaking changes: Flag incompatible changes Extract highlights: Surface most important changes Format document: Follow Keep a Changelog format Suggest version: Recommend semantic version bump Generate release notes: Create user-friendly summary Comm...
389
8446 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...
389
8447 context7 netresearch/context7-skill
Context7 Overview This skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data. Workflow Step 1: Search for the Library To find the Context7 library ID, query the search endpoint: curl -s "https://context7.com/api/v2/libs/search?libraryName=LIBRARY_NAME&query=TOPIC" | jq '.results[0]' Parameters: libraryName (required): The library name to search for (e.g., "react...
389
8448 commit davila7/claude-code-templates
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
389
8449 render-props-pattern patternsdev/skills
Render Props Pattern Table of Contents When to Use When NOT to Use Instructions Details Source Another way of making components very reusable, is by using the render prop pattern. A render prop is a prop on a component, which value is a function that returns a JSX element. The component itself does not render anything besides the render prop. Instead, the component simply calls the render prop, instead of implementing its own rendering logic. Imagine that we have a Title component. In this case,...
389
8450 spice-sim diodeinc/pcb
Spice Simulation Add a small ngspice-backed testbench to a .zen design. Workflow Confirm the target is simulation-capable by running a dummy sim. pcb sim <path/to/file.zen> --setup "* empty setup check" If the SPICE model is missing, add it. Find a vendor model, download it, or create a simple behavioral model if needed. Wire it through the leaf component with spice_model=SpiceModel(...) before writing the testbench. Create a focused testbench file. Use a generic package-local path such as <pack...
389