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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
7001 release schpet/linear-cli
Release Skill Purpose: Take a project from "code is ready" to "tagged and ready to push." Pre-flight validation, changelog from git history, version bumps across package files, release commit, annotated tag, and curated release notes. Everything is local and reversible. Publishing (including the GitHub Release page) is CI's job. Quick Start /release 1.7 .0 full release: changelog + bump + commit + tag /release 1.7 .0 --dry-run show what would happen, change nothing /release --check readiness ...
123
7002 webflow-designer-api 224-industries/webflow-skills
Webflow Designer API This skill helps users work with the Webflow Designer API through two workflows. Start by asking the user which workflow they'd like to use , or infer from context if it's obvious. Workflows 1. Designer Extensions Build full extensions with a UI that run inside the Webflow Designer as iframes. Best for reusable tools, complex workflows, and apps you want to ship to a team or the Marketplace. → See references/designer-extension-workflow.md 2. Designer API Playground Write and...
122
7003 configuring-tauri-permissions dchuk/claude-code-tauri-skills
Tauri Permissions Configuration This skill covers the Tauri v2 permission system for controlling frontend access to backend commands and system resources. Permission System Overview Permissions in Tauri are explicit privileges that grant or deny access to specific commands. They form the security boundary between frontend code and system resources. Core Components Component Purpose Permission Defines access to specific commands Scope Restricts commands to specific paths/resources Capability ...
122
7004 morphing-icons raphaelsalaja/userinterface-wiki
Morphing Icons Build icons that transform through actual shape transformation, not crossfades. Any icon can morph into any other because they share the same underlying 3-line structure. Core Concept Every icon is composed of exactly three SVG lines . Icons that need fewer lines collapse the extras to invisible center points. This constraint enables seamless morphing between any two icons. Architecture 1. Line Definition Each line has coordinates and optional opacity: interface IconLine { x1 : nu...
122
7005 axiom-app-composition charleswiltgen/axiom
App Composition When to Use This Skill Use this skill when: Structuring your @main entry point and root view Managing authentication state (login → onboarding → main) Switching between app-level states without flicker Handling scene lifecycle events (scenePhase) Restoring app state after termination Deciding when to split into feature modules Coordinating between multiple windows (iPad, axiom-visionOS) Example Prompts What You Might Ask Why This Skill Helps "How do I switch between login and m...
122
7006 writing hookify rules davila7/claude-code-templates
Writing Hookify Rules Overview Hookify rules are markdown files with YAML frontmatter that define patterns to watch for and messages to show when those patterns match. Rules are stored in .claude/hookify.{rule-name}.local.md files. Rule File Format Basic Structure --- name : rule - identifier enabled : true event : bash | file | stop | prompt | all pattern : regex - pattern - here --- Message to show Claude when this rule triggers. Can include markdown formatting, warnings, suggestions, etc. Fro...
122
7007 add-uint-support pytorch/pytorch
Add Unsigned Integer (uint) Support to Operators This skill helps add support for unsigned integer types (uint16, uint32, uint64) to PyTorch operators by updating their AT_DISPATCH macros. When to use this skill Use this skill when: Adding uint16, uint32, or uint64 support to an operator User mentions "unsigned types", "uint support", "barebones unsigned types" Enabling support for kUInt16, kUInt32, kUInt64 in kernels Working with operator implementations that need expanded type coverage Qui...
122
7008 axiom-testing-async charleswiltgen/axiom
Testing Async Code — Swift Testing Patterns Modern patterns for testing async/await code with Swift Testing framework. When to Use ✅ Use when: Writing tests for async functions Testing callback-based APIs with Swift Testing Migrating async XCTests to Swift Testing Testing MainActor-isolated code Need to verify events fire expected number of times ❌ Don't use when: XCTest-only project (use XCTestExpectation) UI automation tests (use XCUITest) Performance testing with metrics (use XCTest) Ke...
122
7009 motion secondsky/claude-skills
Motion Vue (motion-v) Animation library for Vue 3 and Nuxt. Production-ready, hardware-accelerated animations with minimal bundle size. Current stable: motion-v 1.x - Vue port of Motion (formerly Framer Motion) Overview Progressive reference for Motion Vue animations. Load only files relevant to current task (~200 tokens base, 500-1500 per sub-file). When to Use Use Motion Vue for: Simple declarative animations (fade, slide, scale) Gesture-based interactions (hover, tap, drag) Scroll-linked anim...
122
7010 manga-style-video freestylefly/canghe-skills
漫画风格视频生成器 专门用于生成 漫画/动画风格 的视频,内置多种风格模板,无需复杂的提示词工程。 核心特点 🎨 8种漫画风格 - 日式、国风、美式等预设风格 🖼️ 图生视频 - 基于参考图片保持角色一致性 ✨ 优化提示词 - 内置专业漫画风格描述词 🎬 一键生成 - 简单命令快速生成 支持的漫画风格 风格代码 名称 特点 japanese 日式治愈系 吉卜力风格、手绘水彩、温馨治愈 ghibli 吉卜力风格 Studio Ghibli、宫崎骏动画风格 chinese 国风水墨 中国传统水墨、淡雅诗意、工笔线条 cartoon 美式卡通 迪士尼皮克斯、3D卡通、色彩鲜艳 sketch 铅笔素描 手绘线条、黑白灰、艺术感 watercolor 水彩手绘 透明质感、色彩晕染、艺术插画 manga_comic 日式漫画 黑白网点、速度线、动态构图 chibi Q版萌系 大头比例、可爱萌系、圆润线条 前置要求 需要设置 ARK_API_KEY 环境变量。 配置方式(推荐) 复制配置模板: cp .canghe-skills/.env.example .canghe-skills/.env 编辑...
122
7011 nx-import nrwl/nx-ai-agents-config
name: nx-import description: Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history from another repository. Quick Start nx import brings code from a source repository or folder into the current workspace, preserving commit history. After nx 22.6.0 , nx import responds with .ndjson outputs and follow-up questions. For earlier versions, always run with --no-interactive and s...
122
7012 tailwindcss-accessibility josiahsiegel/claude-plugin-marketplace
Tailwind CSS Accessibility Patterns (WCAG 2.2 - 2025/2026) WCAG 2.2 Overview (Current Standard) WCAG 2.2 was released October 2023 and is the current W3C standard. Key additions relevant to Tailwind: 2.5.8 Target Size (Level AA): 24x24 CSS pixels minimum, 44x44 recommended 2.4.11 Focus Not Obscured: Focus indicators must be visible 2.4.13 Focus Appearance: Enhanced focus indicator requirements 3.3.7 Redundant Entry: Don't require re-entering information 3.2.6 Consistent Help: Help mechanisms i...
122
7013 documentation-site-setup aj-geddes/useful-ai-prompts
Documentation Site Setup Overview Set up professional documentation websites using popular static site generators like Docusaurus, MkDocs, VitePress, and GitBook. When to Use Documentation website setup API documentation portals Product documentation sites Technical documentation hubs Static site generation GitHub Pages deployment Multi-version documentation Docusaurus Setup Installation Create new Docusaurus site npx create-docusaurus@latest my-docs classic cd my-docs Install dependencies...
122
7014 cpp-pro sickn33/antigravity-awesome-skills
C++ Pro Senior C++ developer with deep expertise in modern C++20/23, systems programming, high-performance computing, and zero-overhead abstractions. Role Definition You are a senior C++ engineer with 15+ years of systems programming experience. You specialize in modern C++20/23, template metaprogramming, performance optimization, and building production-grade systems with emphasis on safety, efficiency, and maintainability. You follow C++ Core Guidelines and leverage cutting-edge language fe...
122
7015 blue-green-deployment aj-geddes/useful-ai-prompts
Blue-Green Deployment Overview Deploy applications using blue-green deployment patterns to maintain two identical production environments, enabling instant traffic switching and rapid rollback capabilities. When to Use Zero-downtime releases High-risk deployments Complex application migrations Database schema changes Rapid rollback requirements A/B testing with environment separation Staged rollout strategies Implementation Examples 1. Blue-Green with Load Balancer blue-green-setup.yaml apiVe...
122
7016 ads-tiktok agricidaniel/claude-ads
TikTok Ads Deep Analysis Process Collect TikTok Ads data (Ads Manager export, Pixel/Events API status) Read ads/references/tiktok-audit.md for full 25-check audit Read ads/references/benchmarks.md for TikTok-specific benchmarks Read ads/references/platform-specs.md for creative specifications Read ads/references/scoring-system.md for weighted scoring algorithm Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate TikTok Ads Health Score (0-100) Generate findings report with action p...
122
7017 customaize-agent:create-hook neolabhq/context-engineering-kit
Create Hook Command Analyze the project, suggest practical hooks, and create them with proper testing. Your Task (/create-hook) Analyze environment - Detect tooling and existing hooks Suggest hooks - Based on your project configuration Configure hook - Ask targeted questions and create the script Test & validate - Ensure the hook works correctly Your Workflow 1. Environment Analysis & Suggestions Automatically detect the project tooling and suggest relevant hooks: When TypeScript is detected ( t...
122
7018 axiom-storage charleswiltgen/axiom
iOS Storage Guide Purpose: Navigation hub for ALL storage decisions — database vs files, local vs cloud, specific locations iOS Version: iOS 17+ (iOS 26+ for latest features) Context: Complete storage decision framework integrating SwiftData (WWDC 2023), CKSyncEngine (WWDC 2023), and file management best practices When to Use This Skill ✅ Use this skill when: Starting a new project and choosing storage approach Asking "where should I store this data?" Deciding between SwiftData, Core Data, S...
122
7019 mcp:setup-serena-mcp neolabhq/context-engineering-kit
User Input: $ARGUMENTS Guide for setup Serena MCP server 1. Determine setup context Ask the user where they want to store the configuration: Options: Project level (shared via git) - Configuration tracked in version control, shared with team CLAUDE.md updates go to: ./CLAUDE.md Project level (personal preferences) - Configuration stays local, not tracked in git CLAUDE.md updates go to: ./CLAUDE.local.md Verify these files are listed in .gitignore , add them if not User level (global) - Configura...
122
7020 twilio-communications davila7/claude-code-templates
Twilio Communications Patterns SMS Sending Pattern Basic pattern for sending SMS messages with Twilio. Handles the fundamentals: phone number formatting, message delivery, and delivery status callbacks. Key considerations: Phone numbers must be in E.164 format (+1234567890) Default rate limit: 80 messages per second (MPS) Messages over 160 characters are split (and cost more) Carrier filtering can block messages (especially to US numbers) When to use: ['Sending notifications to users', 'Tran...
122
7021 cn-ecommerce-search shopmeskills/mcp
Chinese E-commerce Product Search Search and retrieve product information across Chinese e-commerce platforms via the Shopme unified product database. Zero-config — no API keys required. When to Use User asks to find a product on Taobao, Tmall, or 小红书 User shares a product link and wants details User needs to search Chinese suppliers for a product User asks about prices on Chinese platforms User provides a product URL from Taobao, Tmall, or XHS User wants to compare products across platforms MCP...
122
7022 axiom-localization charleswiltgen/axiom
Localization & Internationalization Comprehensive guide to app localization using String Catalogs. Apple Design Award Inclusivity winners always support multiple languages with excellent RTL (Right-to-Left) support. Overview String Catalogs (.xcstrings) are Xcode 15's unified format for managing app localization. They replace legacy .strings and .stringsdict files with a single JSON-based format that's easier to maintain, diff, and integrate with translation workflows. This skill covers Stri...
122
7023 risk-management-trading omer-metin/skills-for-antigravity
Risk Management Trading Identity Role : Risk Management Architect Voice : A veteran trader who learned risk management the hard way - through blown accounts, margin calls, and sleepless nights. Now speaks with the precision of a quant and the wisdom of someone who's seen fortunes evaporate overnight. Believes that risk management IS the edge, not an afterthought. Channels the discipline of Paul Tudor Jones, the mathematics of Ed Thorp, and the paranoia of "the market can stay irrational long...
122
7024 ssh penetration testing davila7/claude-code-templates
SSH Penetration Testing Purpose Conduct comprehensive SSH security assessments including enumeration, credential attacks, vulnerability exploitation, tunneling techniques, and post-exploitation activities. This skill covers the complete methodology for testing SSH service security. Prerequisites Required Tools Nmap with SSH scripts Hydra or Medusa for brute-forcing ssh-audit for configuration analysis Metasploit Framework Python with Paramiko library Required Knowledge SSH protocol fundamentals ...
122
7025 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 ...
122
7026 kaizen:analyse neolabhq/context-engineering-kit
Smart Analysis Intelligently select and apply the most appropriate Kaizen analysis technique based on what you're analyzing. Description Analyzes context and chooses best method: Gemba Walk (code exploration), Value Stream Mapping (workflow/process), or Muda Analysis (waste identification). Guides you through the selected technique. Usage /analyse [target_description] Examples: /analyse authentication implementation /analyse deployment workflow /analyse codebase for inefficiencies Variables TARG...
122
7027 symfony:effective-context makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:effective-context<div
122
7028 flask-python mindrally/skills
Flask Python Development You are an expert in Flask and Python web development. Follow these guidelines when writing Flask code. Key Principles Write concise, technical responses with accurate Python examples Use functional, declarative programming; avoid classes except for Flask views Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., is_active, has_permission) Use lowercase with underscores for directories and files (e.g., blu...
122
7029 axiom-testflight-triage charleswiltgen/axiom
TestFlight Crash & Feedback Triage Overview Systematic workflow for investigating TestFlight crashes and reviewing beta feedback using Xcode Organizer. Core principle: Understand the crash before writing any fix — 15 minutes of triage prevents hours of debugging. Red Flags — Use This Skill When "A beta tester said my app crashed" "I see crashes in App Store Connect metrics but don't know how to investigate" "Crash logs in Organizer aren't symbolicated" "User sent a screenshot of a crash but I ...
122
7030 debug pproenca/dot-skills
Debug Package Usage Guide Basic Usage import debug from 'debug' ; // Format: lobe-[module]:[submodule] const log = debug ( 'lobe-server:market' ) ; log ( 'Simple message' ) ; log ( 'With variable: %O' , object ) ; log ( 'Formatted number: %d' , number ) ; Namespace Conventions Desktop: lobe-desktop:[module] Server: lobe-server:[module] Client: lobe-client:[module] Router: lobe-[type]-router:[module] Format Specifiers %O - Object expanded (recommended for complex objects) %o - Object %s - String ...
122
7031 omnicaptions-translate lattifai/omni-captions-skills
Caption Translation Default: Claude native translation (no API key needed) Use Gemini API only when user explicitly requests it. Default Workflow (Claude) Read the caption file Translate using Claude's native ability Write output with _Claude_{lang} suffix Gemini API (Optional) Use CLI when user requests Gemini: omnicaptions translate input.srt -l zh --bilingual Output: input_Gemini_zh.srt When to Use Translate SRT/VTT/ASS to another language Generate bilingual captions (original + trans...
122
7032 seo-content-strategist ncklrs/startup-os-skills
SEO Content Strategist Expert SEO content strategy for sustainable organic growth — from keyword research to content clusters, technical optimization to link building. Philosophy Great SEO content strategy is about earning rankings, not gaming algorithms: Search intent is king — Rank for what users actually want, not what you want to rank for Content depth beats content breadth — 10 authoritative pages outperform 100 thin ones Technical foundation enables content — Brilliant content on a broken ...
122
7033 sadd:judge neolabhq/context-engineering-kit
Judge Command The evaluation is report-only - findings are presented without automatic changes. Your Workflow Phase 1: Context Extraction Before launching the judge, identify what needs evaluation: Identify the work to evaluate : Review conversation history for completed work If arguments provided: Use them to focus on specific aspects If unclear: Ask user "What work should I evaluate? (code changes, analysis, documentation, etc.)" Extract evaluation context : Original task or request that promp...
122
7034 sadd:judge-with-debate neolabhq/context-engineering-kit
judge-with-debate Pattern: Debate-Based Evaluation This command implements iterative multi-judge debate: Phase 0: Setup mkdir -p .specs/reports │ Phase 1: Independent Analysis ┌─ Judge 1 → {name}.1.md ─┐ Solution ┼─ Judge 2 → {name}.2.md ─┼─┐ └─ Judge 3 → {name}.3.md ─┘ │ │ Phase 2: Debate Round (iterative) │ Each judge reads others' reports │ ↓ │ Argue + Defend + Challenge │ ↓ │ Revise if convinced ─────────────┤ ↓ ...
122
7035 stored-procedures aj-geddes/useful-ai-prompts
Stored Procedures & Functions Overview Implement stored procedures, functions, and triggers for business logic, data validation, and performance optimization. Covers procedure design, error handling, and performance considerations. When to Use Business logic encapsulation Complex multi-step operations Data validation and constraints Audit trail maintenance Performance optimization Code reusability across applications Trigger-based automation PostgreSQL Procedures & Functions Simple Functions ...
122
7036 setup-solidity-contracts openzeppelin/openzeppelin-skills
Solidity Setup For existing projects, detect the framework by looking for hardhat.config.* (Hardhat) or foundry.toml (Foundry). For new projects, ask the user which framework they prefer. Hardhat Setup Initialize project (only if starting a new project) npx hardhat init Hardhat v2 npx hardhat --init Hardhat v3 Install OpenZeppelin Contracts: npm install @openzeppelin/contracts If using upgradeable contracts, also install the upgradeable variant: npm install @openzeppelin/contracts-upgradeable ...
122
7037 git:compare-worktrees neolabhq/context-engineering-kit
Claude Command: Compare Worktrees Your job is to compare files and directories between git worktrees, helping users understand differences in code across branches or worktrees. Instructions CRITICAL: Perform the following steps exactly as described: Current state check : Run git worktree list to show all existing worktrees and their locations Parse user input : Classify each provided argument: No arguments : Interactive mode - ask user what to compare --stat : Show summary statistics of differen...
122
7038 log-aggregation aj-geddes/useful-ai-prompts
Log Aggregation Overview Build comprehensive log aggregation systems to collect, parse, and analyze logs from multiple sources, enabling centralized monitoring, debugging, and compliance auditing. When to Use Centralized log collection Distributed system debugging Compliance and audit logging Security event monitoring Application performance analysis Error tracking and alerting Historical log retention Real-time log searching Implementation Examples 1. ELK Stack Configuration docker-compose.y...
122
7039 eve-agent-memory incept5/eve-skillpacks
Eve Agent Memory Agents on Eve Horizon have no built-in "memory" primitive, but the platform provides storage systems at every timescale. This skill teaches how to compose them into coherent memory for agents that learn, remember, and share. The Memory Problem Every agent starts cold. Without deliberate memory design, agents: Re-discover the same facts on every job. Lose context when jobs end. Cannot share learned knowledge with sibling agents. Accumulate stale information with no expiry. Solve ...
122
7040 penetration-tester 404kidwiz/claude-supercode-skills
Provides ethical hacking and offensive security expertise specializing in vulnerability assessment and penetration testing across web applications, networks, and cloud infrastructure. Identifies and exploits security vulnerabilities before malicious actors can leverage them. When to Use - Assessing the security posture of a web application, API, or network - Conducting a "Black Box", "Gray Box", or "White Box" penetration test - Validating findings from automated scanners (False Positive an...
122
7041 flutter-expert 404kidwiz/claude-supercode-skills
Flutter Expert Senior mobile engineer building high-performance cross-platform applications with Flutter 3 and Dart. When to Use This Skill Building cross-platform Flutter applications Implementing state management (Riverpod, Bloc) Setting up navigation with GoRouter Creating custom widgets and animations Optimizing Flutter performance Platform-specific implementations Core Workflow Setup — Scaffold project, add dependencies ( flutter pub get ), configure routing State — Define Riverpod provider...
122
7042 nansen-trade nansen-ai/nansen-cli
Trade Two-step flow: quote then execute. Trades are irreversible once on-chain. Prerequisite: You need a wallet first. Run nansen wallet create before trading. Quote nansen trade quote \ --chain solana \ --from SOL \ --to USDC \ --amount 1000000000 Symbols resolve automatically: SOL , ETH , USDC , USDT , WETH . Raw addresses also work. Execute nansen trade execute --quote < quote-id > Agent pattern Pipe quote ID directly into execute quote_id = $( nansen trade quote --chain solana --from SOL --...
122
7043 desktop lobehub/lobe-chat
Desktop Development Guide Architecture Overview LobeHub desktop is built on Electron with main-renderer architecture: Main Process ( apps/desktop/src/main ): App lifecycle, system APIs, window management Renderer Process : Reuses web code from src/ Preload Scripts ( apps/desktop/src/preload ): Securely expose main process to renderer Adding New Desktop Features 1. Create Controller Location: apps/desktop/src/main/controllers/ import { ControllerModule , IpcMethod } from '@/controllers' ; export ...
122
7044 neural network design aj-geddes/useful-ai-prompts
Neural Network Design Overview This skill covers designing and implementing neural network architectures including CNNs, RNNs, Transformers, and ResNets using PyTorch and TensorFlow, with focus on architecture selection, layer composition, and optimization techniques. When to Use Designing custom neural network architectures for computer vision tasks like image classification or object detection Building sequence models for time series forecasting, natural language processing, or video analysis ...
122
7045 feature-flag-system aj-geddes/useful-ai-prompts
Feature Flag System Overview Implement feature flags to decouple deployment from release, enable gradual rollouts, A/B testing, and provide emergency kill switches. When to Use Gradual feature rollouts A/B testing and experiments Canary deployments Beta features for specific users Emergency kill switches Trunk-based development Dark launching Operational flags (maintenance mode) User-specific features Implementation Examples 1. Feature Flag Service (TypeScript) interface FlagConfig { key: st...
122
7046 sadd:do-in-steps neolabhq/context-engineering-kit
do-in-steps CRITICAL: You are the orchestrator - you MUST NOT perform the subtasks yourself. Your role is to: Analyze and decompose the task Select optimal models and agents for each subtask Dispatch sub-agents with proper prompts Dispatch judge to verify step completion Iterate if judge fails the step (max 2 retries) Collect outputs and pass context forward Report final results RED FLAGS - Never Do These NEVER: Read implementation files to understand code details (let sub-agents do this) Write ...
122
7047 best-practices skillcreatorai/ai-agent-skills
Best practices Modern web development standards based on Lighthouse best practices audits. Covers security, browser compatibility, and code quality patterns. Security HTTPS everywhere Enforce HTTPS: <!-- ❌ Mixed content --> <img src="http://example.com/image.jpg"> <script src="http://cdn.example.com/script.js"></script> <!-- ✅ HTTPS only --> <img src="https://example.com/image.jpg"> <script src="https://cdn.example.com/script.js"></script> <!-- ✅ Protocol-relative (will use page's protocol...
122
7048 dependency-tracking aj-geddes/useful-ai-prompts
Dependency Tracking Overview Dependency tracking ensures visibility of task relationships, identifies blocking issues early, and enables better resource planning and risk mitigation. When to Use Multi-team projects and programs Complex technical integrations Cross-organizational initiatives Identifying critical path items Resource allocation planning Preventing schedule delays Onboarding new team members Instructions 1. Dependency Mapping Dependency mapping and tracking class DependencyTrack...
122
7049 symfony:using-symfony-superpowers makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:using-symfony-superpowers<div
122
7050 slides openai/skills
Slides Overview Use PptxGenJS for slide authoring. Do not use python-pptx for deck generation unless the task is inspection-only; keep editable output in JavaScript and deliver both the .pptx and the source .js . Keep work in a task-local directory. Only copy final artifacts to the requested destination after rendering and validation pass. Bundled Resources assets/pptxgenjs_helpers/ : Copy this folder into the deck workspace and import it locally instead of reimplementing helper logic. scripts/r...
122