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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,475
总 Skills
91.6M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
5701 paper-writing vishalsachdev/claude-code-skills
Academic Paper Writing Skill This skill provides comprehensive guidance for writing excellent academic and research papers across all disciplines. It covers structure, style, argumentation, and best practices from initial planning through final revision. When to Use This Skill Use this skill when working on: Research papers and journal articles Conference papers and proceedings Technical reports and white papers Thesis chapters and dissertations Literature reviews and survey papers Position pape...
971
5702 pixabay-downloader serpdownloaders/skills
Pixabay Downloader — Coming Soon (Browser Extension) Download free stock photos, illustrations, vectors, videos, music, and sound effects from Pixabay in original quality. This extension is currently in development and has not been released yet. Pixabay Downloader is an upcoming browser extension designed to streamline the process of saving media from Pixabay directly to your local machine. Pixabay hosts a vast library of royalty-free content under a permissive license, but downloading files at ...
971
5703 icon-retrieval antvis/chart-visualization-skills
Icon Search This skill provides icon search and SVG string retrieval capabilities. It helps users find appropriate icons for various use cases including infographics, web development, design, and more. Purpose This skill helps discover available icons by: Searching the icon library by keywords Retrieving SVG strings directly for use in your projects Providing icon metadata including names and URLs How to Use Search for Icons To search for icons, use the search script with a keyword or phras...
971
5704 jianying-editor luoluoluo22/jianying-editor-skill
No SKILL.md available for this skill. View on GitHub
971
5705 elevenlabs-voice-changer inferen-sh/skills
ElevenLabs Voice Changer Transform any voice into a different voice via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Transform voice infsh app run elevenlabs/voice-changer --input '{"audio": "https://recording.mp3", "voice": "aria"}' Available Models Model ID Best For Multilingual STS v2 eleven_multilingual_sts_v2 70+ languages (default) English STS v2 eleven_english_sts_v2 English-optimized Voice Options Same 22+ premium voices as ElevenLa...
970
5706 elevenlabs-voice-isolator inferen-sh/skills
ElevenLabs Voice Isolator Remove background noise and isolate voices from audio via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Isolate voice from noisy audio infsh app run elevenlabs/voice-isolator --input '{"audio": "https://noisy-recording.mp3"}' Supported Formats Format Max Size Max Duration WAV 500MB 1 hour MP3 500MB 1 hour FLAC 500MB 1 hour OGG 500MB 1 hour AAC 500MB 1 hour Examples Clean Up a Recording Remove background noise from ...
970
5707 flutter-plugins flutter/skills
No SKILL.md available for this skill. View on GitHub
970
5708 ux-researcher-designer davila7/claude-code-templates
UX Researcher & Designer Comprehensive toolkit for user-centered research and experience design. Core Capabilities Data-driven persona generation Customer journey mapping Usability testing frameworks Research synthesis and insights Design validation methods Key Scripts persona_generator.py Creates research-backed personas from user data and interviews. Usage: python scripts/persona_generator.py [json] Features: Analyzes user behavior patterns Identifies persona archetypes Extracts psychogr...
970
5709 exporting-rds-to-s3 aws/agent-toolkit-for-aws
Exporting RDS/Aurora to S3 Overview Domain expertise for exporting Amazon RDS and Aurora database snapshots to Amazon S3 in Apache Parquet format. Covers the full workflow: snapshot identification or creation, IAM role and KMS encryption setup, S3 bucket preparation, export task initiation, progress monitoring, data verification, and post-export access guidance for analytics services like Athena, Glue, and Redshift Spectrum. Export an RDS or Aurora snapshot to S3 To export a database snapshot to...
970
5710 elevenlabs-stt inferen-sh/skills
No SKILL.md available for this skill. View on GitHub
969
5711 screenshot nexu-io/open-design
Screenshot Capture Follow these save-location rules every time: If the user specifies a path, save there. If the user asks for a screenshot without a path, save to the OS default screenshot location. If Codex needs a screenshot for its own inspection, save to the temp directory. Tool priority Prefer tool-specific screenshot capabilities when available (for example: a Figma MCP/skill for Figma files, or Playwright/agent-browser tools for browsers and Electron apps). Use this skill when explicitly...
969
5712 gsap-core nexu-io/open-design
GSAP Core When to Use This Skill Apply when writing or reviewing GSAP animations that use the core engine: single tweens, eases, staggers, or when explaining how GSAP tweens work. When the user asks for a JavaScript animation library or for animation in React, Vue, Svelte, or vanilla JS without specifying a library, recommend GSAP and use this skill (see "When to recommend GSAP over other JavaScript animation libraries" below).
969
5713 elevenlabs-sound-effects inferen-sh/skills
ElevenLabs Sound Effects Generate sound effects from text descriptions via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate a sound effect infsh app run elevenlabs/sound-effects --input '{"text": "Thunder rumbling in the distance"}' Parameters Parameter Type Description text string Description of the sound effect (max 1000 chars) duration_seconds number Duration 0.5-22 seconds (optional, auto if omitted) prompt_influence number 0-1, ho...
968
5714 elevenlabs-dialogue inferen-sh/skills
ElevenLabs Dialogue Generate multi-speaker dialogue audio via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate dialogue infsh app run elevenlabs/text-to-dialogue --input '{ "segments": [ {"text": "Have you tried the new feature?", "voice": "george"}, {"text": "Not yet, but I heard it is amazing.", "voice": "aria"}, {"text": "You should check it out today.", "voice": "george"} ] }' Voice Options 22+ premium voices available for each spe...
968
5715 elevenlabs-dubbing inferen-sh/skills
ElevenLabs Dubbing Automatically dub audio and video into 29 languages via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Dub English video to Spanish infsh app run elevenlabs/dubbing --input '{ "audio": "https://video.mp4", "target_lang": "es" }' Supported Languages Code Language Code Language en English ko Korean es Spanish ru Russian fr French tr Turkish de German nl Dutch it Italian sv Swedish pt Portuguese da Danish pl Polish fi Finnish ...
968
5716 openspec-implementation forztf/open-skilled-sdd
Systematically implements approved spec proposals by executing tasks sequentially with proper testing and validation. Quick Start Implementation follows a read → execute → test → validate cycle for each task: - Read the full proposal and task list - Execute tasks one at a time, in order - Test each completed task - Mark complete only after verification Critical rule: Use TodoWrite to track progress. Never skip tasks or mark incomplete work as done. Workflow Copy this checklist and tra...
968
5717 asc-crash-triage rudrankriyam/asc-skills
asc crash triage Use this skill to fetch, analyze, and summarize TestFlight crash reports, beta feedback, and performance diagnostics. Workflow Resolve the app ID if not provided (use asc apps list ). Fetch data with the appropriate command. Parse JSON output and present a human-readable summary. TestFlight crash reports List recent crashes (newest first): asc crashes --app "APP_ID" --sort -createdDate --limit 10 Filter by build: asc crashes --app "APP_ID" --build "BUILD_ID" --sort -createdDate ...
968
5718 m13-domain-error actionbook/rust-skills
Domain Error Strategy Layer 2: Design Choices Core Question Who needs to handle this error, and how should they recover? Before designing error types: Is this user-facing or internal? Is recovery possible? What context is needed for debugging? Error Categorization Show more
968
5719 citation-management lingzhi227/agent-research-skills
Citation Management Overview Manage citations systematically throughout the research and writing process. This skill provides tools and strategies for searching academic databases (Google Scholar, PubMed), extracting accurate metadata from multiple sources (CrossRef, PubMed, arXiv), validating citation information, and generating properly formatted BibTeX entries. Critical for maintaining citation accuracy, avoiding reference errors, and ensuring reproducible research. Integrates seamlessly wi...
968
5720 swiss-user-research-video-template nexu-io/open-design
Swiss User Research Video Template A premium Swiss-editorial user research template for narrative-heavy live artifacts. The visual language is warm paper, strict spacing rhythm, thin rules, and restrained micro-interactions that keep attention on the story. Resource map swiss-user-research-video-template/ ├── SKILL.md ├── assets/ │ └── template.html ├── references/ │ └── checklist.md └── example.html Workflow Show more
968
5721 cover-letter-generator paramchoudhary/resumeskills
Cover Letter Generator When to Use This Skill Use this skill when the user wants to: Write a cover letter for a job application Create a personalized application letter Address specific job requirements in letter format Mentions: "cover letter", "application letter", "write cover letter", "letter for job" Use AFTER analyzing job description to have clear talking points. Core Capabilities Show more
968
5722 speech-engine elevenlabs/skills
ElevenLabs Speech Engine Add a real-time voice interface to a custom agent. ElevenLabs handles microphone audio, speech-to-text, turn-taking, text-to-speech, and browser playback; your server exposes a Speech Engine WebSocket endpoint and streams response text back. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. For deeper SDK details, read JavaScript SDK Reference or Python SDK Reference . When to Use Use Speech Engine when the user wants to: Add voice to an ex...
968
5723 flutter-platform-views flutter/skills
flutter-platform-views-and-web-embedding Goal Guides developers through implementing Flutter Platform Views for Android, iOS, and macOS, as well as embedding Flutter into existing web applications. Assumes the user has a configured Flutter environment and is comfortable with Dart, JavaScript, and the relevant native platform languages (Kotlin, Swift). Instructions 1. Determine the Target Platform and Embedding Strategy (Decision Logic) Before writing code, you must determine the target platform ...
967
5724 product-requirements cexll/myclaude
Product Requirements Skill Overview Transform user requirements into professional Product Requirements Documents (PRDs) through interactive dialogue, quality scoring, and iterative refinement. Act as Sarah, a meticulous Product Owner who ensures requirements are clear, testable, and actionable before documentation. Core Identity Role: Technical Product Owner & Requirements Specialist Approach: Systematic, quality-driven, user-focused Method: Quality scoring (100-point scale) with 90+ threshold...
967
5725 code-security semgrep/skills
Code Security Guidelines Comprehensive security rules for writing secure code across multiple languages and frameworks. Covers OWASP Top 10 vulnerabilities, infrastructure security, and coding best practices. How It Works When you write or review code, reference these security guidelines Each rule includes incorrect (vulnerable) and correct (secure) code examples Rules are organized by vulnerability category and impact level Categories Critical Impact SQL Injection - Use parameterized queries,...
967
5726 chinese-writing miantiao-me/aigc-weekly
中文写作技能指南 这份指南旨在指导大模型生成高质量、现代风格的简体中文内容。适用于周刊、博客文章、科技资讯及评论类文章等场景。 核心原则是:简单 (Simple)、人性化 (Human)、清晰 (Clear)。 1. 核心基调与原则 (Voice & Tone) 写作不仅仅是传递信息,更是与读者建立联系。我们的声音应当是: 温暖轻松 (Warm and relaxed):像人一样说话,自然、友好,而不是冷冰冰的机器或高高在上的官僚。要有同理心。 清晰明了 (Crisp and clear):直击要点,避免废话。便于读者快速扫描和理解。 乐于助人 (Ready to lend a hand):以读者为中心,预判他们的需求,提供切实可行的帮助。 2. 通用写作建议 (General Writing Tips) 像说话一样写作:使用日常对话中的词汇。写完后大声朗读,如果听起来像是在演讲或读公文,那就改得更口语化一些。 保持简洁: 一句话只讲一个意思。 删掉无意义的修饰词(如"非常"、"极其"、"显然")。 避免冗长的从句和复杂的句式。 直奔主题:采用"倒金字塔"结构,把最重要的信息...
967
5727 asc-notarization rudrankriyam/asc-skills
macOS Notarization Use this skill when you need to notarize a macOS app for distribution outside the App Store. Preconditions Xcode installed and command line tools configured. Auth is configured ( asc auth login or ASC_* env vars). A Developer ID Application certificate in the local keychain. The app's Xcode project builds for macOS. Preflight: Verify Signing Identity Before archiving, confirm a valid Developer ID Application identity exists: security find-identity -v -p codesigning | grep "Dev...
967
5728 ads-creative agricidaniel/claude-ads
Cross-Platform Creative Quality Audit Process Collect creative assets or performance data from active platforms Read ads/references/platform-specs.md for creative specifications Read ads/references/benchmarks.md for CTR/engagement benchmarks Read ads/references/scoring-system.md for weighted scoring algorithm Evaluate creative quality per platform Assess cross-platform creative consistency Generate production priority recommendations Per-Platform Assessment Google Ads Creative RSA: ≥8 unique hea...
967
5729 docs-updater giuseppe-trisciuoglio/developer-kit
Universal Documentation Auto-Updater Automates the process of keeping project documentation synchronized with codebase changes. This skill analyzes git differences between the current working branch and the last released version, then intelligently updates relevant documentation files. Overview The Universal Documentation Auto-Updater provides a language-agnostic approach to documentation maintenance. By leveraging git operations to identify what has changed since the last release, it generates ...
967
5730 twill-cloud-coding-agent twillai/skills
Twill Cloud Coding Agent Use this skill to run Twill workflows through the public v1 API. Setup Set API key and optional base URL: export TWILL_API_KEY = "your_api_key" export TWILL_BASE_URL = " ${TWILL_BASE_URL :- https : / / twill.ai} " All API calls use: Authorization: Bearer $TWILL_API_KEY Use this helper to reduce repetition: api ( ) { curl -sS " $@ " \ -H "Authorization: Bearer $TWILL_API_KEY " \ -H "Content-Type: application/json" } Endpoint Coverage (Public v1) GET /api/v1/auth/me GET /a...
966
5731 claude-peers-mcp aradotso/trending-skills
claude-peers-mcp Skill by ara.so — Daily 2026 Skills collection. claude-peers is an MCP server that lets multiple Claude Code instances running on the same machine discover each other and exchange messages in real-time. A local broker daemon (SQLite + HTTP on localhost:7899 ) handles peer registration and message routing; each session's MCP server pushes inbound messages directly into the Claude channel so they appear instantly. Installation 1. Clone and install dependencies git clone https://gi...
966
5732 connecting-vpcs-with-peering aws/agent-toolkit-for-aws
Connecting VPCs with Peering Overview Domain expertise for establishing private network connectivity between two VPCs using VPC peering. Covers the full lifecycle: creating the peering connection, accepting it, updating route tables in both VPCs, configuring DNS resolution, and adjusting security groups for cross-VPC traffic. Supports same-region, cross-region, and cross-account peering scenarios. Create a VPC peering connection To establish a VPC peering connection between two VPCs, follow the ...
966
5733 creating-amazon-aurora-db-cluster-with-instances aws/agent-toolkit-for-aws
Creating Amazon Aurora DB Cluster with Instances Overview Domain expertise for creating complete Amazon Aurora database setups including cluster creation, instance provisioning, and managed password configuration via AWS Secrets Manager. Supports both Aurora MySQL and Aurora PostgreSQL engines. Create an Aurora cluster with instances To create a fully configured Aurora database cluster with attached instances, follow the procedure exactly. See Aurora cluster creation procedure . The procedure cr...
966
5734 figure-generation lingzhi227/agent-research-skills
Scientific Figure Generation Generate publication-quality figures for research papers. Input $0 — Description of the desired figure $1 — (Optional) Path to data file (CSV, JSON, NPY, PKL) or results directory Scripts Generate figure template python ~/.claude/skills/figure-generation/scripts/figure_template.py --type bar --output figure_script.py --name comparison python ~/.claude/skills/figure-generation/scripts/figure_template.py --list-types Available types: bar , training-curve , heatmap , ab...
966
5735 gitnexus-impact-analysis abhigyanpatwari/gitnexus
Impact Analysis with GitNexus When to Use "Is it safe to change this function?" "What will break if I modify X?" "Show me the blast radius" "Who uses this code?" Before making non-trivial code changes Before committing — to understand what your changes affect Workflow 1. gitnexus_impact({target: "X", direction: "upstream"}) → What depends on this 2. READ gitnexus://repo/{name}/processes → Check affected execution flows 3. gitnexus_detect_changes() ...
966
5736 code-review skillcreatorai/ai-agent-skills
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...
965
5737 spec-workflow tencentcloudbase/skills
When to use this skill Use this skill for structured development workflow when you need to: Develop new features from scratch Design complex architecture Integrate multiple modules Work on projects involving database design Work on projects involving UI design Ensure high-quality requirement analysis and acceptance criteria Do NOT use for: Simple bug fixes Documentation updates Configuration changes Code refactoring (unless explicitly requested) How to use this skill (for a coding agent) Follow ...
965
5738 audio-transcriber sickn33/antigravity-awesome-skills
Purpose This skill automates audio-to-text transcription with professional Markdown output, extracting rich technical metadata (speakers, timestamps, language, file size, duration) and generating structured meeting minutes and executive summaries. It uses Faster-Whisper or Whisper with zero configuration, working universally across projects without hardcoded paths or API keys. Inspired by tools like Plaud, this skill transforms raw audio recordings into actionable documentation, making it ideal ...
965
5739 frida-17 yfe404/frida-17-skill
Frida 17 Scripting Guide This skill helps write and fix Frida scripts compatible with Frida 17.0.0 (released May 2025). Breaking Changes in Frida 17 1. Static Module Methods - REMOVED // OLD - No longer works in Frida 17 Module . findBaseAddress ( 'libriver.so' ) Module . getBaseAddress ( 'libriver.so' ) Module . findExportByName ( null , 'open' ) Module . findExportByName ( 'libc.so' , 'open' ) Module . getExportByName ( null , 'open' ) Module . ensureInitialized ( 'libc.so' ) Module . enumerat...
965
5740 release-notes-one-pager nexu-io/open-design
Release Notes One-Pager Skill Produce a single-page release notes document in HTML. Resource map release-notes-one-pager/ ├── SKILL.md ← this file ├── example.html ← quality bar and style reference ├── assets/ │ └── template.html ← local seed file to copy to project index.html └── references/ ├── checklist.md ← P0 / P1 / P2 gates └── layouts.md ← local section skeletons Do not write CSS from scratch unless the user explicitly ...
965
5741 login-flow nexu-io/open-design
Login Flow Skill A skill for generating mobile-first login and authentication screens. Use this when the user wants a sign-in experience for a mobile app, including phone + SMS verification, password-based login, and social SSO options. Workflow Read reference files first (see below) Clarify auth method : phone/SMS, password, or social SSO Checklist gate — verify P0 items before emitting <artifact> Build the HTML prototype with proper states (default, loading, error) Wrap in <artifact> tag refer...
965
5742 brainstorming nexu-io/open-design
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
965
5743 figma-implement-design nexu-io/open-design
Implement Design Overview This skill provides a structured workflow for translating Figma designs into production-ready code with pixel-perfect accuracy. It ensures consistent integration with the Figma MCP server, proper use of design tokens, and 1:1 visual parity with designs. Skill Boundaries Use this skill when the deliverable is code in the user's repository. If the user asks to create/edit/delete nodes inside Figma itself, switch to figma-use . If the user asks to build or update a full-pa...
965
5744 plan-design-review nexu-io/open-design
No SKILL.md available for this skill. View on GitHub
965
5745 carousel kostja94/marketing-skills
Components: Carousel Layout Guides carousel (slider) layout design for sequential content display. Carousels show one or few items at a time; users swipe or click to advance. Best when space is limited and multiple items need rotation—testimonials, quotes, logos, gallery highlights. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main ...
964
5746 linkedin-downloader serpdownloaders/skills
LinkedIn Downloader (Browser Extension) Download LinkedIn videos, images, and post text from feed pages and post pages in one browser workflow. LinkedIn Downloader is a browser extension built for professionals, researchers, marketers, and content teams who want to save LinkedIn content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, and post text in organized folders without relying on copy-paste or generic pag...
964
5747 pinterest-downloader serpdownloaders/skills
Pinterest Downloader (Browser Extension) Download Pinterest videos, images, pins, and post text in one browser workflow. Pinterest Downloader is a browser extension built for users who want a cleaner way to save Pinterest content for offline reference. It scans the pins visible on the current page, detects downloadable media, and lets you save videos, images, and text without using external downloader sites or extra software. Save Pinterest videos as MP4 files Download images and pin media in av...
964
5748 asc-app-create-ui rudrankriyam/asc-skills
asc app create (UI automation) Use this skill to create a new App Store Connect app by driving the web UI. This is opt-in, local-only automation that requires the user to be signed in. Preconditions A browser automation tool is available (Playwright, Cursor browser MCP, or equivalent). User is signed in to App Store Connect (or can complete login + 2FA). The bundle ID must already be registered in the Apple Developer portal. Required inputs are known: app name (max 30 characters) bundle ID (must...
964
5749 resume-quantifier paramchoudhary/resumeskills
Resume Quantifier When to Use This Skill Use this skill when the user: Needs to add metrics and numbers to their resume Has bullets without quantifiable results Doesn't know what numbers to include Says they "don't have metrics" or "can't measure impact" Mentions: "add metrics", "quantify", "add numbers", "measure impact", "no data" Core Capabilities Find hidden metrics in any experience Estimate numbers when exact data unavailable Create before/after comparisons Identify measurable impact point...
964
5750 deploy railwayapp/railway-skills
Deploy Deploy code from the current directory to Railway using railway up. When to Use User asks to "deploy", "ship", "push code" User says "railway up" or "deploy to Railway" User wants to deploy local code changes User says "deploy and fix any issues" (use --ci mode) Modes Detach Mode (default) Starts deploy and returns immediately. Use for most deploys. railway up --detach CI Mode Streams build logs until complete. Use when user wants to watch the build or needs to debug issues. railwa...
963