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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
7451 frontend-design aiskillstore/marketplace
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 :...
115
7452 mjml-email-templates aaronontheweb/dotnet-skills
MJML Email Templates When to Use This Skill Use this skill when: Building transactional emails (signup, password reset, invoices, notifications) Creating responsive email templates that work across clients Setting up MJML template rendering in .NET
115
7453 solidjs-patterns different-ai/openwork
Why this skill exists OpenWork’s UI is SolidJS: it updates via signals , not React-style rerenders. Most “UI stuck” bugs are actually state coupling bugs (e.g. one global busy() disabling an unrelated action), not rerender issues. This skill captures the patterns we want to consistently use in OpenWork. Core rules Prefer fine-grained signals over shared global flags. Keep async actions scoped (each action gets its own pending state). Derive UI state via createMemo() instead of duplicating boolea...
115
7454 swiftui-patterns johnrogers/claude-swift-engineering
SwiftUI Patterns Modern SwiftUI patterns for building declarative, performant user interfaces on Apple platforms. Covers the Observation framework, view composition, type-safe navigation, and performance optimization. When to Activate Building SwiftUI views and managing state ( @State , @Observable , @Binding ) Designing navigation flows with NavigationStack Structuring view models and data flow Optimizing rendering performance for lists and complex layouts Working with environment values and de...
115
7455 tooluniverse-multi-omics-integration mims-harvard/tooluniverse
Multi-Omics Integration Coordinate and integrate multiple omics datasets for comprehensive systems biology analysis. Orchestrates specialized ToolUniverse skills to perform cross-omics correlation, multi-omics clustering, pathway-level integration, and unified interpretation. When to Use This Skill User has multiple omics datasets (RNA-seq + proteomics, methylation + expression, etc.) Cross-omics correlation queries (e.g., "How does methylation affect expression?") Multi-omics biomarker discover...
115
7456 card kostja94/marketing-skills
Components: Card Layout Guides card layout design for scannable, responsive content display. Cards are self-contained containers that group related content; used in grids for blog posts, products, templates, tools, features, galleries, and integrations. 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 output. Card Anatomy Element P...
115
7457 recommendation system aj-geddes/useful-ai-prompts
Recommendation System Overview This skill implements collaborative and content-based recommendation systems with matrix factorization techniques to predict user preferences, increase engagement, and drive conversions through personalized item suggestions. When to Use Developing recommendation features to improve user engagement and retention Implementing personalized product suggestions to increase sales and conversion rates Building hybrid recommendation systems that combine collaborative and c...
115
7458 viem 0xsardius/onchain-typescript-skills
Viem Skill Version: Viem 2.x | Official Docs Viem is the modern TypeScript interface for Ethereum. This skill ensures correct patterns for contract interactions, client setup, and type safety. Quick Reference import { createPublicClient, createWalletClient, http } from 'viem' import { mainnet } from 'viem/chains' import { privateKeyToAccount } from 'viem/accounts' Critical Patterns 1. Client Setup Public Client (read-only operations): const publicClient = createPublicClient({ chain: main...
115
7459 mermaid-diagrams hoodini/ai-agents-skills
Mermaid Diagramming Create professional software diagrams using Mermaid's text-based syntax. Mermaid renders diagrams from simple text definitions, making diagrams version-controllable, easy to update, and maintainable alongside code. Core Syntax Structure All Mermaid diagrams follow this pattern: diagramType definition content Key principles: First line declares diagram type (e.g., classDiagram , sequenceDiagram , flowchart ) Use %% for comments Line breaks and indentation improve readability b...
115
7460 design-md sickn33/antigravity-awesome-skills
Stitch DESIGN.md Skill You are an expert Design Systems Lead. Your goal is to analyze the provided technical assets and synthesize a "Semantic Design System" into a file named DESIGN.md . Overview This skill helps you create DESIGN.md files that serve as the "source of truth" for prompting Stitch to generate new screens that align perfectly with existing design language. Stitch interprets design through "Visual Descriptions" supported by specific color values. Prerequisites Access to the Stitch ...
115
7461 ln-200-scope-decomposer levnikolaevich/claude-code-skills
Top-level orchestrator for complete initiative decomposition from scope to User Stories through Epic and Story coordinators. Overview What This Skill Does Coordinates the complete decomposition pipeline for new initiatives: - Auto-discovers Team ID from kanban_board.md - Phase 1: Discovery (Team ID) - Phase 2: Epic Decomposition (delegates to ln-210-epic-coordinator) - Phase 3: Story Decomposition Loop (delegates to ln-220-story-coordinator per Epic, sequential) - Phase 4: Summary (tot...
115
7462 web-performance-optimization bobmatnyc/claude-mpm-skills
Web Performance Optimization Overview Help developers optimize website and web application performance to improve user experience, SEO rankings, and conversion rates. This skill provides systematic approaches to measure, analyze, and improve loading speed, runtime performance, and Core Web Vitals metrics. When to Use This Skill Use when website or app is loading slowly Use when optimizing for Core Web Vitals (LCP, FID, CLS) Use when reducing JavaScript bundle size Use when improving Time to In...
115
7463 list kostja94/marketing-skills
Components: List Layout Guides list layout design for linear, stacked content display. Lists are compact, text-heavy; users scan by title or metadata. Used for blog indexes, documentation, search results, and dense content. 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 output. When to Use List Use list when Use grid when Text-he...
115
7464 axiom-background-processing-ref charleswiltgen/axiom
Background Processing Reference Complete API reference for iOS background execution, with code examples from WWDC sessions. Related skills: axiom-background-processing (decision trees, patterns), axiom-background-processing-diag (troubleshooting) Part 1: BGTaskScheduler Registration Info.plist Configuration <!-- Required: List all task identifiers --> <key>BGTaskSchedulerPermittedIdentifiers</key> <array> <string>com.yourapp.refresh</string> <string>com.yourapp.maintenance</string> ...
115
7465 serialization aaronontheweb/dotnet-skills
Use this skill when: - Choosing a serialization format for APIs, messaging, or persistence - Migrating from Newtonsoft.Json to System.Text.Json - Implementing AOT-compatible serialization - Designing wire formats for distributed systems - Optimizing serialization performance Schema-Based vs Reflection-Based | Examples | Protobuf, MessagePack, System.Text.Json (source gen) | Newtonsoft.Json, BinaryFormatter | Type info in payload | No (external schema) | Yes (type names embedded) ...
115
7466 soul-guardian prompt-security/clawsec
soul-guardian 👻 Protects your agent's core files (SOUL.md, AGENTS.md, etc.) from unauthorized changes with automatic detection, restoration, and user alerting . Quick Start (3 Steps) Step 1: Initialize baselines cd ~/.openclaw/workspace python3 skills/soul-guardian/scripts/soul_guardian.py init --actor setup --note "initial baseline" Step 2: Enable monitoring python3 skills/soul-guardian/scripts/soul_guardian.py enable-monitoring This shows you how to add monitoring to your workflow. Step 3: Add...
115
7467 grafana-dashboards sickn33/antigravity-awesome-skills
Grafana Dashboards Create and manage production-ready Grafana dashboards for comprehensive system observability. Do not use this skill when The task is unrelated to grafana dashboards 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 . Purpose Design effective...
115
7468 vueuse-functions uni-helper/skills
VueUse Functions This skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements to the most suitable VueUse function, applies the correct usage pattern, and prefers composable-based solutions over bespoke code to keep implementations concise, maintainable, and performant. When to Apply Apply this skill whenever assisting user development work in Vue.js / Nuxt. Always check first whether a VueUse function can implement the requirement. Pre...
115
7469 electron-best-practices jwynia/agent-skills
Electron + React Best Practices Guide AI agents in building secure, production-ready Electron applications with React. This skill provides security patterns, type-safe IPC communication, project setup guidance, packaging and code signing workflows, and tools for analysis, scaffolding, and type generation. When to Use This Skill Use this skill when: Generating Electron main, preload, or renderer process code Configuring electron-vite or Electron Forge Setting up IPC communication between processe...
115
7470 youtube-automation sickn33/antigravity-awesome-skills
YouTube Automation via Rube MCP Automate YouTube operations through Composio's YouTube toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active YouTube connection via RUBE_MANAGE_CONNECTIONS with toolkit youtube Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available by...
115
7471 ln-774-healthcheck-setup levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures health check endpoints for Kubernetes probes and monitoring. Overview | Input | Context Store from ln-770 | Output | Health check endpoints and Kubernetes probe configuration | Stacks | .NET (AspNetCore.Diagnostics.HealthChecks), Python (FastAPI routes) Phase 1: Receive Context + Identify Dependencies Accept Context Store and scan for dependencies to monitor. Required Context: - `STACK`:...
115
7472 file path traversal testing davila7/claude-code-templates
File Path Traversal Testing Purpose Identify and exploit file path traversal (directory traversal) vulnerabilities that allow attackers to read arbitrary files on the server, potentially including sensitive configuration files, credentials, and source code. This vulnerability occurs when user-controllable input is passed to filesystem APIs without proper validation. Prerequisites Required Tools Web browser with developer tools Burp Suite or OWASP ZAP cURL for testing payloads Wordlists for autom...
114
7473 fpf:status neolabhq/context-engineering-kit
Status Check Display the current state of the FPF knowledge base. Action (Run-Time) Check Directory Structure: Verify .fpf/ exists and contains required subdirectories. Count Hypotheses: List files in each knowledge layer: .fpf/knowledge/L0/ (Proposed) .fpf/knowledge/L1/ (Verified) .fpf/knowledge/L2/ (Validated) .fpf/knowledge/invalid/ (Rejected) Check Evidence Freshness: Scan .fpf/evidence/ for expired evidence. Count Decisions: List files in .fpf/decisions/ . Report to user. Status Report Form...
114
7474 ln-742-precommit-setup levnikolaevich/claude-code-skills
ln-742-precommit-setup Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-740-quality-setup Sets up Git hooks for automated code quality enforcement before commits. Purpose & Scope Does: Installs hook management tools (Husky or pre-commit) Configures staged file linting (lint-staged or pre-commit hooks) Sets up commit message validation (commitlint) Verifies hooks trigger correctly Does NOT: Configure linters themselves (ln-741 does this) Set up test infrastructure (ln-743 does th...
114
7475 functions browserbase/skills
Browserbase Functions Deploy serverless browser automation using the official bb CLI. Prerequisites Get API key and Project ID from: https://browserbase.com/settings export BROWSERBASE_API_KEY = "your_api_key" export BROWSERBASE_PROJECT_ID = "your_project_id" Creating a Function Project 1. Initialize pnpm dlx @browserbasehq/sdk-functions init my-function cd my-function This creates: my-function/ ├── package.json ├── index.ts Your function code └── .env Add credentials here 2....
114
7476 yuque-personal-reading-digest yuque/yuque-plugin
Reading Digest — Document Summarization & Reading Notes Help the user quickly distill a Yuque document into a structured reading digest with key takeaways, core arguments, and actionable insights. When to Use User wants a summary of a long Yuque document User says "帮我总结这篇文档", "summarize this doc", "生成阅读摘要" User wants to extract key points from an article for future reference User says "这篇文章讲了什么", "帮我提炼要点" Required MCP Tools All tools are from the yuque-mcp server: yuque_search — Find the target ...
114
7477 swr mindrally/skills
SWR Best Practices You are an expert in SWR (stale-while-revalidate), TypeScript, and React development. SWR is a React Hooks library for data fetching that first returns data from cache (stale), then sends the request (revalidate), and finally delivers up-to-date data. Core Principles Use SWR for all client-side data fetching Leverage automatic caching and revalidation Minimize boilerplate with SWR's built-in state management Implement proper error handling and loading states Use TypeScript f...
114
7478 tooluniverse-immunotherapy-response-prediction mims-harvard/tooluniverse
Immunotherapy Response Prediction Predict patient response to immune checkpoint inhibitors (ICIs) using multi-biomarker integration. Transforms a patient tumor profile (cancer type + mutations + biomarkers) into a quantitative ICI Response Score with drug-specific recommendations, resistance risk assessment, and monitoring plan. KEY PRINCIPLES : Report-first approach - Create report file FIRST, then populate progressively Evidence-graded - Every finding has an evidence tier (T1-T4) Quantitative ...
114
7479 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 ...
114
7480 mistral-ocr parlamento-ai/parlamento-ai
Extract text from images and PDFs using Mistral's dedicated OCR API. No external dependencies required. Requirements This skill requires a Mistral API key. If you don't have one, follow the guide in [reference/getting-started.md](https://github.com/parlamento-ai/parlamento-ai/blob/main/skills/mistral-ocr/reference/getting-started.md). API Key The user must provide their Mistral API key. Ask for it if not available. Option 1 (Recommended for AI agents): User provides key directly in messag...
114
7481 product-analytics daffy0208/ai-dev-standards
Product Analytics Measure what matters and make data-driven decisions. North Star Metric The ONE metric that represents customer value Examples: Slack: Weekly Active Users Airbnb: Nights Booked Spotify: Time Listening Shopify: GMV Your North Star should: ✅ Represent customer value ✅ Correlate with revenue ✅ Be measurable frequently ✅ Rally the team Key Metrics Hierarchy North Star Metric ├── Input Metrics (drive North Star) │ ├── Acquisition │ ├── Activation │ └...
114
7482 axiom-now-playing-carplay charleswiltgen/axiom
CarPlay Integration Time cost: 15-20 minutes (if MPNowPlayingInfoCenter already working) Key Insight CarPlay uses the SAME MPNowPlayingInfoCenter and MPRemoteCommandCenter as Lock Screen and Control Center. If your Now Playing integration works on iOS, it automatically works in CarPlay with zero additional code. What CarPlay Reads iOS Component CarPlay Display MPNowPlayingInfoCenter.nowPlayingInfo CPNowPlayingTemplate metadata (title, artist, artwork) MPRemoteCommandCenter handlers CPNowPlay...
114
7483 network analysis aj-geddes/useful-ai-prompts
Network Analysis Overview This skill enables analysis of network structures to identify communities, measure centrality, detect influential nodes, and visualize complex relationships in social networks, organizational structures, and interconnected systems. When to Use Analyzing social networks to identify influential users and community structures Mapping organizational hierarchies and identifying key connectors or bottlenecks Studying citation networks to find impactful research papers and col...
114
7484 error-analysis hamelsmu/evals-skills
Error Analysis Guide the user through reading LLM pipeline traces and building a catalog of how the system fails. Overview Collect ~100 representative traces Read each trace, judge pass/fail, and note what went wrong Group similar failures into categories Label every trace against those categories Compute failure rates to prioritize what to fix Core Process Step 1: Collect Traces Capture the full trace: input, all intermediate LLM calls, tool uses, retrieved documents, reasoning steps, and final...
114
7485 memory johnlindquist/claude
Memory - Persistent Knowledge Storage Store and retrieve knowledge across sessions using semantic search. Prerequisites Install basic-memory: pip install basic-memory CLI Reference Write a Note Basic note basic-memory tool write-note --title "Note Title" --content "Note content in markdown" With tags basic-memory tool write-note --title "React Patterns" --content " Content here" --tags "react,patterns,frontend" To specific folder basic-memory tool write-note --title "Meeting Notes" --content ...
114
7486 embedded-systems 404kidwiz/claude-supercode-skills
Embedded Systems Engineer Senior embedded systems engineer with deep expertise in microcontroller programming, RTOS implementation, and hardware-software integration for resource-constrained devices. Role Definition You are a senior embedded systems engineer with 10+ years of firmware development experience. You specialize in ARM Cortex-M, ESP32, FreeRTOS, bare-metal programming, and real-time systems. You build reliable, efficient firmware that meets strict timing, power, and resource constr...
114
7487 api-integration-builder daffy0208/ai-dev-standards
API Integration Builder Build reliable, maintainable integrations with third-party APIs. Core Principles Assume failure : APIs will go down, rate limits will hit, data will be inconsistent Idempotency matters : Retries shouldn't cause duplicate actions User experience first : Never show users "API Error 429" Security always : Tokens are secrets, validate all data, assume malicious input Integration Architecture Basic Integration Flow Your App ←→ Integration Layer ←→ Third-Party API ├── Auth (OAu...
114
7488 react-email vercel-labs/json-render
React Email Build and send HTML emails using React components - a modern, component-based approach to email development that works across all major email clients. Installation You need to scaffold a new React Email project using the create-email CLI. This will create a folder called react-email-starter with sample email templates. Using npm: npx create-email@latest Using yarn: yarn create email Using pnpm: pnpm create email Using bun: bun create email Navigate to Project Directory You must chang...
114
7489 wix-cli-extension-registration wix/skills
Wix App Registration After creating any extension file, you must update the main src/extensions.ts file to register the extension with the app. Why Registration Matters The Wix CLI discovers extensions through the src/extensions.ts file — it's the single entry point that tells the build system which extensions exist. Without registration: Dashboard pages won't appear in the sidebar Site widgets won't show in the Wix Editor Service plugins won't be called during checkout flows Event handlers won'...
114
7490 symfony:api-platform-filters makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:api-platform-filters<div
114
7491 context-manager 404kidwiz/claude-supercode-skills
Use this skill when Working on context manager tasks or workflows Needing guidance, best practices, or checklists for context manager Do not use this skill when The task is unrelated to context manager 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 ar...
114
7492 posix-shell-pro sickn33/antigravity-awesome-skills
Use this skill when Working on posix shell pro tasks or workflows Needing guidance, best practices, or checklists for posix shell pro Do not use this skill when The task is unrelated to posix shell 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 . Focus ...
114
7493 qa-regression skillcreatorai/ai-agent-skills
QA Regression Testing Build and run automated regression tests using Playwright. Each test is a reusable skill that can be composed into full test suites. Setup npm init -y npm install playwright @playwright/test npx playwright install Test Structure Create tests in tests/ folder: tests/ ├── auth/ │ ├── login.spec.ts │ └── logout.spec.ts ├── dashboard/ │ └── load.spec.ts ├── users/ │ ├── create.spec.ts │ └── delete.spec.ts └── regression.spec.ts Full suite Common Test Skills Login T...
114
7494 symfony:api-platform-dto-resources makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:api-platform-dto-resources<div
114
7495 synthetic-monitoring aj-geddes/useful-ai-prompts
Synthetic Monitoring Overview Set up synthetic monitoring to automatically simulate real user journeys, API workflows, and critical business transactions to detect issues and validate performance. When to Use End-to-end workflow validation API flow testing User journey simulation Transaction monitoring Critical path validation Instructions 1. Synthetic Tests with Playwright // synthetic-tests.js const { chromium } = require('playwright'); class SyntheticMonitor { constructor(config = {}) { ...
114
7496 flipside flipsidecrypto/flipside-tools
Flipside CLI Query blockchain data, create AI agents, and build automated data pipelines. First Steps Always start by checking what's available in the user's organization: 1. Verify authentication and see the current org flipside whoami 2. List available agents (names vary by org) flipside agents list 3. List available skills flipside skills list Agent and skill names are organization-specific. Always run flipside agents list to discover what agents are available before trying to use ...
114
7497 competitor-price-tracker onewave-ai/claude-skills
Competitor Price Tracker Monitor competitor pricing pages and send alerts when prices change. Track discount patterns, promotional cycles, and pricing strategy shifts. Instructions You are an expert at competitive intelligence and pricing analysis. Monitor competitor pricing strategies, identify patterns, and provide actionable recommendations for pricing decisions. Output Format Competitor Price Tracker Output Generated: {timestamp} --- Results [Your formatted output here] --- Reco...
114
7498 skill-create skillscatalog/registry
Instructions Use this skill to create new Agent Skills from templates. It generates a properly structured skill directory with a valid SKILL.md file and optional scripts/assets folders. When to Use Starting a new skill from scratch Ensuring proper skill structure and naming Quickly prototyping new skill ideas Teaching others how to structure skills How to Use Create a new skill with a name: Create a new skill called "pdf-tools" Create a skill with a specific template: Create a new skill called "...
114
7499 alicloud-media-ice cinience/alicloud-skills
Category: service Intelligent Cloud Editing (ICE) Validation mkdir -p output/alicloud-media-ice python -m py_compile skills/media/ice/alicloud-media-ice/scripts/list_openapi_meta_apis.py echo "py_compile_ok" > output/alicloud-media-ice/validate.txt Pass criteria: command exits 0 and output/alicloud-media-ice/validate.txt is generated. Output And Evidence Save API inventory and operation evidence under output/alicloud-media-ice/ . Keep region, workflow IDs, job IDs, and request parameters in evid...
114
7500 writer-memory yeachan-heo/oh-my-claudecode
Persistent memory system designed for creative writers, with first-class support for Korean storytelling workflows. Overview Writer Memory maintains context across Claude sessions for fiction writers. It tracks: - Characters (캐릭터): Emotional arcs (감정궤도), attitudes (태도), dialogue tone (대사톤), speech levels - World (세계관): Settings, rules, atmosphere, constraints - Relationships (관계): Character dynamics and evolution over time - Scenes (장면): Cut composition (컷구성), narration tone, emotional ta...
114