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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,399
总 Skills
87.6M
总安装量
2,573
贡献者
# Skill 仓库 描述 安装量
1601 tailored-resume-generator composiohq/awesome-claude-skills
Tailored Resume Generator When to Use This Skill Applying for a specific job position Customizing your resume for different industries or roles Highlighting relevant experience for career transitions Optimizing your resume for ATS (Applicant Tracking Systems) Creating multiple resume versions for different job applications Emphasizing specific skills mentioned in job postings What This Skill Does Analyzes Job Descriptions: Extracts key requirements, skills, qualifications, and keywords from job ...
5.7K
1602 video-editing affaan-m/everything-claude-code
Video Editing AI-assisted editing for real footage. Not generation from prompts. Editing existing video fast. When to Activate User wants to edit, cut, or structure video footage Turning long recordings into short-form content Building vlogs, tutorials, or demo videos from raw capture Adding overlays, subtitles, music, or voiceover to existing video Reframing video for different platforms (YouTube, TikTok, Instagram) User says "edit video", "cut this footage", "make a vlog", or "video workflow" ...
5.7K
1603 bigquery-basics google/skills
BigQuery Basics BigQuery is a serverless, AI-ready data platform that enables high-speed analysis of large datasets using SQL and Python. Its disaggregated architecture separates compute and storage, allowing them to scale independently while providing built-in machine learning, geospatial analysis, and business intelligence capabilities. Setup and Basic Usage Enable the BigQuery API: gcloud services enable bigquery.googleapis.com Create a Dataset: bq mk --dataset --location = US my_dataset Crea...
5.7K
1604 dart-collect-coverage dart-lang/skills
Implementing Dart and Flutter Test Coverage Contents Testing Fundamentals Coverage Directives Workflow: Configuring and Generating Coverage Reports Workflow: Advanced Manual Coverage Collection Examples Testing Fundamentals Structure your test suites using the standard Dart testing paradigms. Use package:test for Dart projects and flutter_test for Flutter projects. Unit Tests: Verify individual functions, methods, or classes. Component/Widget Tests: Verify component behavior, layout, and interac...
5.7K
1605 dart-generate-test-mocks dart-lang/skills
Testing and Mocking Dart Applications Contents Structuring Code for Testability Managing Dependencies Generating Mocks Implementing Unit Tests Workflow: Creating and Running Mocked Tests Examples Structuring Code for Testability Design Dart classes to support dependency injection. Isolate complex external dependencies (like API clients or databases) so they can be replaced with mock objects during testing. Inject external services (e.g., http.Client ) through class constructors. Represent URLs s...
5.7K
1606 momentic-mobile-test momentic-ai/skills
No SKILL.md available for this skill. View on GitHub
5.7K
1607 web-coder github/awesome-copilot
Web Coder Skill Transform into an expert 10x web development engineer with deep knowledge of web technologies, internet protocols, and industry standards. This skill enables you to communicate effectively about web concepts, implement best practices, and navigate the complex landscape of modern web development with precision and expertise. Like a seasoned web architect who speaks fluently across all layers of the web stack—from HTML semantics to TCP handshakes—you can translate requirements into...
5.6K
1608 gmgn-market gmgnai/gmgn-skills
Use the gmgn-cli tool to query K-line data for a token or browse trending tokens. Sub-commands Sub-command Description market kline Token candlestick data market trending Trending token swap data Supported Chains sol / bsc / base Prerequisites .env file with GMGN_API_KEY set Run from the directory where your .env file is located, or set GMGN_HOST in your environment gmgn-cli installed globally: npm install -g gmgn-cli@1.0.1 Kline Parameters Parameter Required Description --chain Yes sol / bsc / ...
5.6K
1609 convex waynesutton/convexskills
Convex Use this as the routing skill for Convex work in this repo. If a more specific Convex skill clearly matches the request, use that instead. Start Here If the project does not already have Convex AI guidance installed, or the existing guidance looks stale, strongly recommend installing it first. Preferred: npx convex ai-files install This installs or refreshes the managed Convex AI files. It is the recommended starting point for getting the official Convex guidelines in place and following ...
5.6K
1610 vue-jsx-best-practices vuejs-ai/skills
Vue JSX best practices and differences from React JSX. JSX Migrating React JSX code to Vue or getting attribute type errors → See render-function-jsx-vue-vs-react
5.6K
1611 gmgn-token gmgnai/gmgn-skills
Use the gmgn-cli tool to query token information based on the user's request. Sub-commands Sub-command Description token info Basic info + realtime price token security Security metrics (holder concentration, contract risks) token pool Liquidity pool info token holders Top token holders list token traders Top token traders list Supported Chains sol / bsc / base Prerequisites .env file with GMGN_API_KEY set Run from the directory where your .env file is located, or set GMGN_HOST in your environme...
5.6K
1612 ui-animation mblode/agent-skills
UI Animation Core rules Animate to clarify cause/effect or add deliberate delight. Keep interactions fast (200-300ms; up to 1s only for illustrative motion). Never animate keyboard interactions (arrow-key navigation, shortcut responses, tab/focus). Prefer CSS; use WAAPI or JS only when needed. Make animations interruptible and input-driven. Honor prefers-reduced-motion (reduce or disable). What to animate For movement and spatial change, animate only transform and opacity . For simple state feed...
5.6K
1613 apify-generate-output-schema apify/agent-skills
Generate Actor Output Schema You are generating output schema files for an Apify Actor. The output schema tells Apify Console how to display run results. You will analyze the Actor's source code, create dataset_schema.json , output_schema.json , and key_value_store_schema.json (if the Actor uses key-value store), and update actor.json . Core Principles Analyze code first : Read the Actor's source to understand what data it actually pushes to the dataset — never guess Every field is nullable : AP...
5.6K
1614 cloudbase tencentcloudbase/cloudbase-skills
CloudBase Development Guidelines 📁 Reference Files Location All reference documentation files are located in the references/ directory relative to this file. File Structure: cloudbase/ ├── SKILL.md This file (main entry) └── references/ All reference documentation ├── auth-web/ Web authentication guide ├── auth-wechat/ WeChat authentication guide ├── no-sql-web-sdk/ NoSQL database for Web ├── ui-design/ UI design guidelines └── ... ...
5.6K
1615 angular-forms analogjs/angular-skills
Angular Signal Forms Build type-safe, reactive forms using Angular's Signal Forms API. Signal Forms provide automatic two-way binding, schema-based validation, and reactive field state. Note: Signal Forms are experimental in Angular v21. For production apps requiring stability, see references/form-patterns.md for Reactive Forms patterns. Basic Setup import { Component, signal } from '@angular/core'; import { form, FormField, required, email } from '@angular/forms/signals'; interface LoginDat...
5.6K
1616 dart-migrate-to-checks-package dart-lang/skills
Migrating Dart Tests to Package Checks Contents Dependency Management Syntax Migration Guidelines Utilizing Dart MCP Tools Migration Workflow Examples Dependency Management Manage dependencies using the Dart Tooling MCP Server pub tool or standard CLI commands. Add package:checks as a dev_dependency using dart pub add dev:checks . Remove package:matcher if it is explicitly listed in the pubspec.yaml (note: it is often transitively included by package:test , which is fine). Import package:checks/...
5.6K
1617 winmd-api-search github/awesome-copilot
WinMD API Search This skill helps you find the right Windows API for any capability and get its full details. It searches a local cache of all WinMD metadata from: Windows Platform SDK — all Windows.* WinRT APIs (always available, no restore needed) WinAppSDK / WinUI — bundled as a baseline in the cache generator (always available, no restore needed) NuGet packages — any additional packages in restored projects that contain .winmd files Project-output WinMD — class libraries (C++/WinRT, C) that ...
5.5K
1618 m15-anti-pattern zhanghandong/rust-skills
Anti-Patterns Layer 2: Design Choices Core Question Is this pattern hiding a design problem? When reviewing code: Is this solving the symptom or the cause? Is there a more idiomatic approach? Does this fight or flow with Rust? Anti-Pattern → Better Pattern Anti-Pattern Why Bad Better .clone() everywhere Hides ownership issues Proper references or ownership .unwrap() in production Runtime panics ?, expect, or handling Rc when single owner Unnecessary overhead Simple ownership unsafe for conv...
5.5K
1619 news-aggregator-skill cclank/news-aggregator-skill
News Aggregator Skill Fetch real-time hot news from multiple sources. Tools fetch_news.py Usage: Single Source (Limit 10) ```bash Global Scan (Option 12) - Broad Fetch Strategy > NOTE: This strategy is specifically for the "Global Scan" scenario where we want to catch all trends. ```bash 1. Fetch broadly (Massive pool for Semantic Filtering) python3 scripts/fetch_news.py --source all --limit 15 --deep 2. SEMANTIC FILTERING: Agent manually filters the broad list (approx 120 items) for...
5.5K
1620 strategic-compact affaan-m/everything-claude-code
Strategic Compact Skill Suggests manual /compact at strategic points in your workflow rather than relying on arbitrary auto-compaction. Why Strategic Compaction? Auto-compaction triggers at arbitrary points: Often mid-task, losing important context No awareness of logical task boundaries Can interrupt complex multi-step operations Strategic compaction at logical boundaries: After exploration, before execution - Compact research context, keep implementation plan After completing a milestone...
5.5K
1621 code-simplifier getsentry/skills
Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Refinement Principles 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, ...
5.5K
1622 prompt-optimizer affaan-m/everything-claude-code
Prompt Optimizer Analyze a draft prompt, critique it, match it to ECC ecosystem components, and output a complete optimized prompt the user can paste and run. When to Use User says "optimize this prompt", "improve my prompt", "rewrite this prompt" User says "help me write a better prompt for..." User says "what's the best way to ask Claude Code to..." User says "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令" User pastes a draft prompt and asks for feedback or enhancement User says "I don't know ...
5.5K
1623 code-review anthropics/knowledge-work-plugins
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...
5.5K
1624 gmgn-portfolio gmgnai/gmgn-skills
Use the gmgn-cli tool to query wallet portfolio data based on the user's request. Sub-commands Sub-command Description portfolio info Wallets and main currency balances bound to the API Key portfolio holdings Wallet token holdings with P&L portfolio activity Transaction history portfolio stats Trading statistics (supports batch) portfolio token-balance Token balance for a specific token Supported Chains sol / bsc / base Prerequisites .env file with GMGN_API_KEY set Run from the directory where y...
5.5K
1625 article-writing affaan-m/everything-claude-code
Article Writing Write long-form content that sounds like a real person or brand, not generic AI output. When to Activate drafting blog posts, essays, launch posts, guides, tutorials, or newsletter issues turning notes, transcripts, or research into polished articles matching an existing founder, operator, or brand voice from examples tightening structure, pacing, and evidence in already-written long-form copy Core Rules Lead with the concrete thing: example, output, anecdote, number, screenshot ...
5.5K
1626 wordpress-pro jeffallan/claude-skills
WordPress Pro Expert WordPress developer specializing in custom themes, plugins, Gutenberg blocks, WooCommerce, and WordPress performance optimization. Role Definition You are a senior WordPress developer with deep experience building custom themes, plugins, and WordPress solutions. You specialize in modern WordPress development with PHP 8.1+, Gutenberg block development, WooCommerce customization, REST API integration, and performance optimization. You build secure, scalable WordPress sites ...
5.5K
1627 cpp-coding-standards affaan-m/everything-claude-code
C++ Coding Standards (C++ Core Guidelines) Comprehensive coding standards for modern C++ (C++17/20/23) derived from the C++ Core Guidelines . Enforces type safety, resource safety, immutability, and clarity. When to Use Writing new C++ code (classes, functions, templates) Reviewing or refactoring existing C++ code Making architectural decisions in C++ projects Enforcing consistent style across a C++ codebase Choosing between language features (e.g., enum vs enum class , raw pointer vs smart poin...
5.5K
1628 svelte-code-writer sveltejs/ai-tools
Svelte 5 Code Writer CLI Tools You have access to @sveltejs/mcp CLI for Svelte-specific assistance. Use these commands via npx : List Documentation Sections npx @sveltejs/mcp list-sections Lists all available Svelte 5 and SvelteKit documentation sections with titles and paths. Get Documentation npx @sveltejs/mcp get-documentation "<section1>,<section2>,..." Retrieves full documentation for specified sections. Use after list-sections to fetch relevant docs. Example: npx @sveltejs/mcp get-document...
5.5K
1629 springboot-tdd affaan-m/everything-claude-code
TDD guidance for Spring Boot services with 80%+ coverage (unit + integration). When to Use - New features or endpoints - Bug fixes or refactors - Adding data access logic or security rules Workflow - Write tests first (they should fail) - Implement minimal code to pass - Refactor with tests green - Enforce coverage (JaCoCo) Unit Tests (JUnit 5 + Mockito) ``` @ExtendWith(MockitoExtension.class) class MarketServiceTest { @Mock MarketRepository repo; @InjectMocks MarketService ser...
5.5K
1630 market-research affaan-m/everything-claude-code
Market Research Produce research that supports decisions, not research theater. When to Activate researching a market, category, company, investor, or technology trend building TAM/SAM/SOM estimates comparing competitors or adjacent products preparing investor dossiers before outreach pressure-testing a thesis before building, funding, or entering a market Research Standards Every important claim needs a source. Prefer recent data and call out stale data. Include contrarian evidence and downside...
5.5K
1631 shopify-storefront-graphql shopify/shopify-ai-toolkit
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<query>" — search before writing code Write the code using the search results Call bash with node scripts/validate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER — validate before returning (Always include these flags. Use your actual ...
5.5K
1632 winui3-migration-guide github/awesome-copilot
WinUI 3 Migration Guide Use this skill when migrating UWP apps to WinUI 3 / Windows App SDK, or when verifying that generated code uses correct WinUI 3 APIs instead of legacy UWP patterns. Namespace Changes All Windows.UI.Xaml.* namespaces move to Microsoft.UI.Xaml.* : UWP Namespace WinUI 3 Namespace Windows.UI.Xaml Microsoft.UI.Xaml Windows.UI.Xaml.Controls Microsoft.UI.Xaml.Controls Windows.UI.Xaml.Media Microsoft.UI.Xaml.Media Windows.UI.Xaml.Input Microsoft.UI.Xaml.Input Windows.UI.Xaml.Data...
5.5K
1633 dart-build-cli-app dart-lang/skills
Building Dart CLI Applications Contents Project Setup & Architecture Argument Parsing & Command Routing Execution & Error Handling Testing CLI Applications Compilation & Distribution Workflows Examples Project Setup & Architecture Initialize new CLI projects using the official Dart template to ensure standard directory structures. Run dart create -t cli <project_name> to scaffold a console application with basic argument parsing. Place executable entry points (files containing main() ) exclusive...
5.5K
1634 frontend-ui-engineering addyosmani/agent-skills
Frontend UI Engineering Overview Build production-quality user interfaces that are accessible, performant, and visually polished. The goal is UI that looks like it was built by a design-aware engineer at a top company — not like it was generated by an AI. This means real design system adherence, proper accessibility, thoughtful interaction patterns, and no generic "AI aesthetic." When to Use Building new UI components or pages Modifying existing user-facing interfaces Implementing responsive lay...
5.5K
1635 angular-new-app angular/skills
Angular New App You are an expert in TypeScript, Angular, and scalable web application development. You write functional, maintainable, performant, and accessible code following Angular and TypeScript best practices. You have access to tools to create new Angular apps. When creating a new Angular application for a user, always follow the following steps: Check for the Angular CLI : Confirm that the Angular CLI is present before continuing. Here are some ways to confirm: on *nix systems which ng ...
5.5K
1636 agentation supercent-io/skills-template
Agentation Setup Set up the Agentation annotation toolbar in this project. Steps Check if already installed Look for agentation in package.json dependencies If not found, run npm install agentation (or pnpm/yarn based on lockfile) Check if already configured Search for <Agentation or import { Agentation } in src/ or app/ If found, report that Agentation is already set up and exit Detect framework Next.js App Router: has app/layout.tsx or app/layout.js Next.js Pages Router: has pages/_app.tsx or ...
5.4K
1637 videoagent-image-studio pexoai/pexo-skills
🎨 VideoAgent Image Studio Use when: User asks to generate, draw, create, or make any kind of image, photo, illustration, icon, logo, or artwork. Generate images with 8 state-of-the-art AI models. This skill automatically picks the best model for the job and handles all the complexity — including Midjourney's async polling — so you can focus on the conversation. Quick Reference User Intent Model Speed Artistic, cinematic, painterly midjourney ~15s Photorealistic, portrait, product flux-pro ~8s Ge...
5.4K
1638 continuous-learning affaan-m/everything-claude-code
Continuous Learning Skill Automatically evaluates Claude Code sessions on end to extract reusable patterns that can be saved as learned skills. How It Works This skill runs as a Stop hook at the end of each session: Session Evaluation: Checks if session has enough messages (default: 10+) Pattern Detection: Identifies extractable patterns from the session Skill Extraction: Saves useful patterns to ~/.claude/skills/learned/ Configuration Edit config.json to customize: { "min_session_length...
5.4K
1639 multiplayer-game rivet-dev/skills
No SKILL.md available for this skill. View on GitHub
5.4K
1640 angular-routing analogjs/angular-skills
Angular Routing Configure routing in Angular v20+ with lazy loading, functional guards, and signal-based route parameters. Basic Setup // app.routes.ts import { Routes } from '@angular/router'; export const routes: Routes = [ { path: '', redirectTo: '/home', pathMatch: 'full' }, { path: 'home', component: HomeComponent }, { path: 'about', component: AboutComponent }, { path: '', component: NotFoundComponent }, ]; // app.config.ts import { ApplicationConfig } from '@angular/core'; imp...
5.4K
1641 database-migrations affaan-m/everything-claude-code
Database Migration Patterns Safe, reversible database schema changes for production systems. When to Activate Creating or altering database tables Adding/removing columns or indexes Running data migrations (backfill, transform) Planning zero-downtime schema changes Setting up migration tooling for a new project Core Principles Every change is a migration — never alter production databases manually Migrations are forward-only in production — rollbacks use new forward migrations Schema and data mi...
5.4K
1642 shopify-custom-data shopify/shopify-ai-toolkit
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<operation or type name>" — search before writing code Write the code using the search results Call bash with node scripts/validate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER — validate before returning (Always include these flags....
5.4K
1643 security-scan affaan-m/everything-claude-code
Security Scan Skill Audit your Claude Code configuration for security issues using AgentShield . When to Activate Setting up a new Claude Code project After modifying .claude/settings.json , CLAUDE.md , or MCP configs Before committing configuration changes When onboarding to a new repository with existing Claude Code configs Periodic security hygiene checks What It Scans File Checks CLAUDE.md Hardcoded secrets, auto-run instructions, prompt injection patterns settings.json Overly permissive all...
5.4K
1644 upgrading-react-native callstackincubator/agent-skills
Upgrading React Native Overview Covers the full React Native upgrade workflow: template diffs via Upgrade Helper, dependency updates, Expo SDK steps, and common pitfalls. Typical Upgrade Sequence Route : Choose the right upgrade path via upgrading-react-native.md Diff : Fetch the canonical template diff using Upgrade Helper via upgrade-helper-core.md Dependencies : Assess and update third-party packages via upgrading-dependencies.md React : Align React version if upgraded via react.md Expo (if a...
5.4K
1645 google-cloud-recipe-onboarding google/skills
Onboarding to Google Cloud This skill provides a streamlined "happy path" for a singleton developer to get started with Google Cloud . It covers everything from initial account setup to deploying your first cloud resource. Overview For an individual developer, onboarding to Google Cloud involves establishing a personal identity, setting up a billing method, and creating a workspace ( Project ) where resources can be managed. Google Cloud offers a Free Tier and Free Trial for multiple products. L...
5.4K
1646 shopify-functions shopify/shopify-ai-toolkit
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<function type or operation>" — search before writing code Write the code using the search results Call bash with node scripts/validate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER — validate before returning (Always include these fl...
5.4K
1647 code-review coderabbitai/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...
5.4K
1648 spec-driven-development addyosmani/agent-skills
Spec-Driven Development Overview Write a structured specification before writing any code. The spec is the shared source of truth between you and the human engineer — it defines what we're building, why, and how we'll know it's done. Code without a spec is guessing. When to Use Starting a new project or feature Requirements are ambiguous or incomplete The change touches multiple files or modules You're about to make an architectural decision The task would take more than 30 minutes to implement ...
5.4K
1649 excalidraw-diagram coleam00/excalidraw-diagram-skill
Excalidraw Diagram Creator Generate .excalidraw JSON files that argue visually , not just display information. Setup: If the user asks you to set up this skill (renderer, dependencies, etc.), see README.md for instructions. Customization All colors and brand-specific styles live in one file: references/color-palette.md . Read it before generating any diagram and use it as the single source of truth for all color choices — shape fills, strokes, text colors, evidence artifact backgrounds, everythi...
5.4K
1650 gmgn-swap gmgnai/gmgn-skills
Use the gmgn-cli tool to submit a token swap or query an existing order. Requires private key ( GMGN_PRIVATE_KEY in .env ). Sub-commands Sub-command Description swap Submit a token swap order get Query order status Supported Chains sol / bsc / base Chain Currencies Currency tokens are the base/native assets of each chain. They are used to buy other tokens or receive proceeds from selling. Knowing which tokens are currencies is critical for --percent usage (see Swap Parameters below). Chain Curre...
5.4K