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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,105
总 Skills
70.5M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
12501 markdown-converter steipete/agent-scripts
Markdown Converter Convert files to Markdown using uvx markitdown — no installation required. Basic Usage Convert to stdout uvx markitdown input.pdf Save to file uvx markitdown input.pdf -o output.md uvx markitdown input.docx > output.md From stdin cat input.pdf | uvx markitdown Supported Formats Documents: PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls) Web/Data: HTML, CSV, JSON, XML Media: Images (EXIF + OCR), Audio (EXIF + transcription) Other: ZIP (iterates contents), YouT...
101
12502 web-artifacts-builder aiskillstore/marketplace
Web Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slo...
100
12503 converting-minikit-to-farcaster base/skills
MiniKit to Farcaster SDK Breaking Changes (SDK v0.2.0+) sdk.context is a Promise — must await sdk.isInMiniApp() accepts no parameters sdk.actions.setPrimaryButton() has no onClick callback Check version: npm list @farcaster/miniapp-sdk Quick Reference MiniKit Farcaster SDK Notes useMiniKit().setFrameReady() await sdk.actions.ready() useMiniKit().context await sdk.context Async useMiniKit().isSDKLoaded await sdk.isInMiniApp() No params useClose() await sdk.actions.close() useOpenUrl(url) await sd...
100
12504 laravel-quality leeovery/claude-laravel
Testing, static analysis, and code quality enforcement. Related guides: - [code-style.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-quality/references/code-style.md) - Laravel Pint configuration and coding style - [type-safety.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-quality/references/type-safety.md) - Strict types and type hints - [Testing](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-quality/../laravel-testing...
100
12505 deps-dev trancong12102/agentskills
Latest Package Version Lookup Query the deps.dev API to get the latest stable version of open source packages. Supported Ecosystems Ecosystem System ID Example Package npm npm express, @types/node PyPI pypi requests, django Go go github.com/gin-gonic/gin Cargo cargo serde, tokio Maven maven org.springframework:spring-core NuGet nuget Newtonsoft.Json Workflow Think step-by-step: Identify the ecosystem from context: package.json or node_modules → npm requirements.txt, pyproject.toml, setup.py...
100
12506 graph-database-expert martinholovsky/claude-skills-generator
Graph Database Expert 1. Overview Risk Level: MEDIUM (Data modeling and query performance) You are an elite graph database expert with deep expertise in: Graph Theory: Nodes, edges, paths, cycles, graph algorithms Graph Modeling: Entity-relationship mapping, schema design, denormalization strategies Query Languages: SurrealQL, Cypher, Gremlin, SPARQL patterns Graph Traversals: Depth-first, breadth-first, shortest path, pattern matching Relationship Design: Bidirectional edges, typed relations...
100
12507 accessibility-tester 404kidwiz/claude-supercode-skills
Accessibility Tester Purpose Provides WCAG 2.1/2.2 AA compliance expertise specializing in accessibility audits, automated testing, screen reader validation, and remediation guidance. Ensures digital products are usable by everyone, including people with disabilities, through systematic testing methodologies and inclusive design verification. When to Use Conducting accessibility audits (WCAG 2.1/2.2 AA/AAA) Testing with screen readers (VoiceOver, NVDA, JAWS) Validating keyboard navigation and ...
100
12508 hook-development aiskillstore/marketplace
Hook Development for Claude Code Plugins Overview Hooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operations, enforce policies, add context, and integrate external tools into workflows. Key capabilities: Validate tool calls before execution (PreToolUse) React to tool results (PostToolUse) Enforce completion standards (Stop, SubagentStop) Load project context (SessionStart) Automate workflows across the development lifecycle Hook Typ...
100
12509 ilspy-decompile aaronontheweb/dotnet-skills
.NET Assembly Decompilation with ILSpy Use this skill to understand how .NET code works internally by decompiling compiled assemblies. Prerequisites .NET SDK installed ILSpy command-line tool available via one of the following: dnx ilspycmd (if available in your SDK or runtime) dotnet tool install --global ilspycmd Both forms are shown below. Use the one that works in your environment. Note: ILSpyCmd options may vary slightly by version. Always verify supported flags with ilspycmd -h . Quick sta...
100
12510 nextjs-server-navigation wsimmonds/claude-nextjs-skills
Next.js: Server Component Navigation Pattern ⚠️ CRITICAL RULE Server Components use DIFFERENT navigation methods than Client Components! When requirements call for server-rendered navigation—for example, linking to other pages, redirecting after a check, or demonstrating routing patterns—prefer <Link> and redirect() within Server Components. You still avoid 'use client' unless a client-only API is involved. The Pattern Scenario: build a server component that demonstrates proper navigation pa...
100
12511 workout-program-designer onewave-ai/claude-skills
Workout Program Designer Custom training plans by goal (strength, cardio, flexibility). Progressive overload programming, rest day optimization, home vs gym adaptations, deload weeks. Instructions You are an expert fitness trainer and program designer. Create personalized workout programs with: goal-specific programming (strength/cardio/flexibility), progressive overload schedules, rest day optimization, equipment adaptations (home vs gym), deload week planning, injury prevention, and progres...
100
12512 api-designer 404kidwiz/claude-supercode-skills
API Designer Senior API architect with expertise in designing scalable, developer-friendly REST and GraphQL APIs with comprehensive OpenAPI specifications. Role Definition You are a senior API designer with 10+ years of experience creating intuitive, scalable API architectures. You specialize in REST design patterns, OpenAPI 3.1 specifications, GraphQL schemas, and creating APIs that developers love to use while ensuring performance, security, and maintainability. When to Use This Skill Desi...
100
12513 nano-banana-pro steipete/agent-scripts
Nano Banana Pro Image Generation & Editing Generate new images or edit existing ones using Google's Nano Banana Pro API (Gemini 3 Pro Image). Usage Run the script using absolute path (do NOT cd to skill directory first): Generate new image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--resolution 1K|2K|4K] [--api-key KEY] Edit existing image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_imag...
100
12514 design-system-lead borghei/claude-skills
Design System Lead Expert-level design systems for scalable product design. Core Competencies Design system architecture Component library design Design token management Documentation strategy Design-dev collaboration Governance and contribution Adoption and training Tooling and automation Design System Architecture System Structure design-system/ ├── foundations/ │ ├── colors/ │ ├── typography/ │ ├── spacing/ │ ├── elevation/ │ ├── motion/ │ └── grid/ ├── components/ │ ├── primi...
100
12515 axiom-spritekit-ref charleswiltgen/axiom
SpriteKit API Reference Complete API reference for SpriteKit organized by category. When to Use This Reference Use this reference when: Looking up specific SpriteKit API signatures or properties Checking which node types are available and their performance characteristics Finding the right physics body creation method Browsing the complete action catalog Configuring SKView, scale modes, or transitions Setting up particle emitter properties Working with SKRenderer or SKShader Part 1: Node Hierarc...
100
12516 canghe-danger-gemini-web freestylefly/canghe-skills
Gemini Web Client Text/image generation via Gemini Web API. Supports reference images and multi-turn conversations. Script Directory Important : All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions : Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference : Script Purpose scripts/main.ts CLI entry point for text/image g...
100
12517 ui-testing alinaqi/claude-bootstrap
UI Verification Skill Load with: ui-web.md or ui-mobile.md Purpose Quick verification that generated UI meets accessibility standards. Run these checks after creating any new UI components. Pre-Flight Checklist Before Shipping ANY UI: Visibility Check - [ ] All buttons have visible background OR border - [ ] No text is same color as its background - [ ] All text meets 4.5:1 contrast ratio - [ ] Ghost/text buttons have visible borders Touch/Click Targets - [ ] All buttons are minimum 44px heigh...
100
12518 macos-native travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
100
12519 portfolio-optimization letta-ai/skills
Portfolio Optimization Overview This skill provides guidance for implementing high-performance portfolio optimization algorithms using Python C extensions. It covers the workflow for creating C extensions that interface with NumPy arrays, proper verification strategies, and common pitfalls to avoid when optimizing numerical computations. When to Apply This Skill Apply this skill when: Implementing portfolio risk calculations (variance, volatility, Sharpe ratio) Optimizing matrix-vector opera...
100
12520 brainstorming davidkiss/smart-ai-skills
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 ...
100
12521 understanding-tauri-architecture dchuk/claude-code-tauri-skills
Tauri Architecture Tauri is a polyglot toolkit for building desktop applications that combines a Rust backend with HTML/CSS/JavaScript rendered in a native webview. This document covers the fundamental architecture concepts. Architecture Overview +------------------------------------------------------------------+ | TAURI APPLICATION | +------------------------------------------------------------------+ | ...
100
12522 axiom-realitykit charleswiltgen/axiom
RealityKit Development Guide Purpose : Build 3D content, AR experiences, and spatial computing apps using RealityKit's Entity-Component-System architecture iOS Version : iOS 13+ (base), iOS 18+ (RealityView on iOS), visionOS 1.0+ Xcode : Xcode 15+ When to Use This Skill Use this skill when: Building any 3D experience (AR, games, visualization, spatial computing) Creating SwiftUI apps with 3D content (RealityView, Model3D) Implementing AR with anchors (world, image, face, body tracking) Working w...
100
12523 test-coverage-improver openai/openai-agents-python
Test Coverage Improver Overview Use this skill whenever coverage needs assessment or improvement (coverage regressions, failing thresholds, or user requests for stronger tests). It runs the coverage suite, analyzes results, highlights the biggest gaps, and prepares test additions while confirming with the user before changing code. Quick Start From the repo root run make coverage to regenerate .coverage data and coverage.xml. Collect artifacts: .coverage and coverage.xml, plus the console outp...
100
12524 akka-net-best-practices aaronontheweb/dotnet-skills
Use this skill when: - Designing actor communication patterns - Deciding between EventStream and DistributedPubSub - Implementing error handling in actors - Understanding supervision strategies - Choosing between Props patterns and DependencyResolver - Designing work distribution across nodes - Creating testable actor systems that can run with or without cluster infrastructure - Abstracting over Cluster Sharding for local testing scenarios 1. EventStream vs DistributedPubSub Critical...
100
12525 command-development aiskillstore/marketplace
Command Development for Claude Code Overview Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions. Understanding command structure, frontmatter options, and dynamic features enables creating powerful, reusable workflows. Key concepts: Markdown file format for commands YAML frontmatter for configuration Dynamic arguments and file references Bash execution for context Command organization and namespacing Command Basics What is a Slas...
100
12526 vendor-management anthropics/knowledge-work-plugins
Vendor Management Help evaluate, compare, and manage vendor relationships. Evaluation Framework Cost Analysis Total cost of ownership (not just license fees) Implementation and migration costs Training and onboarding costs Ongoing support and maintenance Exit costs (data migration, contract termination) Risk Assessment Vendor financial stability Security and compliance posture Concentration risk (single vendor dependency) Contract lock-in and exit terms Business continuity and disaster recovery ...
100
12527 java-docker pluginagentmarketplace/custom-plugin-java
Containerize Java applications with optimized Dockerfiles and JVM settings. Overview This skill covers Docker best practices for Java including multi-stage builds, JVM container settings, security hardening, and layer optimization. When to Use This Skill Use when you need to: - Create optimized Java Dockerfiles - Configure JVM for containers - Implement security best practices - Reduce image size - Set up health checks Topics Covered Dockerfile Optimization - Multi-stage builds ...
100
12528 ios-android-logs cap-go/capacitor-skills
iOS and Android Device Logs Complete guide to viewing and filtering device logs on iOS and Android. When to Use This Skill User needs to see device logs User is debugging crashes User wants to filter logs by app User needs real-time log streaming User asks "how to see logs" Quick Commands iOS - Stream logs from connected device xcrun devicectl device log stream --device <UUID> iOS - Stream from simulator xcrun simctl spawn booted log stream Android - Stream all logs adb logcat Android -...
100
12529 python-security-scanner jorgealves/agent_skills
Python Security Scanner Purpose and Intent Detect common Python vulnerabilities such as SQL injection, unsafe deserialization, and hardcoded secrets. Use as part of a secure SDLC for Python projects. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python eco...
100
12530 rapid-prototyper jackspace/claudeskillz
Rapid Prototyper Purpose Fast validation through working prototypes. Creates complete, runnable code to test ideas before committing to full implementation: Recalls your preferred tech stack from memory Generates minimal but complete code Makes it runnable immediately Gets you visual feedback fast Saves validated patterns for production For ADHD users: Immediate gratification - working prototype in minutes, not hours. For aphantasia: Concrete, visual results instead of abstract descriptions. ...
100
12531 reddit-api alinaqi/claude-bootstrap
*Load with: base.md + [language].md* For integrating Reddit data into applications - fetching posts, comments, subreddits, and user data. Sources: [Reddit API Docs](https://www.reddit.com/dev/api/) | [OAuth2 Wiki](https://github.com/reddit-archive/reddit/wiki/oauth2) | [PRAW Docs](https://praw.readthedocs.io/) Setup 1. Create Reddit App - Go to [https://www.reddit.com/prefs/apps](https://www.reddit.com/prefs/apps) - Click "Create App" or "Create Another App" - Fill in: Name: Your app n...
99
12532 webapp-testing aiskillstore/marketplace
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
99
12533 websocket-realtime-builder patricio0312rev/skills
WebSocket Realtime Builder Build real-time applications with WebSockets and Socket.io. Core Workflow Choose library: Socket.io vs native WebSocket Setup server: Configure WebSocket server Add authentication: Validate connections Implement rooms: Group connections Handle events: Define event handlers Add reconnection: Handle disconnects gracefully Installation Server npm install socket.io Client npm install socket.io-client Server Setup Basic Socket.io Server // server.ts import express fro...
99
12534 mcp-builder aiskillstore/marketplace
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
99
12535 helius sendaifun/skills
Helius — Build on Solana You are an expert Solana developer building with Helius's infrastructure. Helius is Solana's leading RPC and API provider, with demonstrably superior speed, reliability, and global support. You have access to the Helius MCP server which gives you live tools to query the blockchain, manage webhooks, stream data, send transactions, and more. Prerequisites 1. Helius MCP Server CRITICAL : Check if Helius MCP tools are available (e.g., getBalance , getAssetsByOwner ). If NOT ...
99
12536 doc-coauthoring aiskillstore/marketplace
Doc Co-Authoring Workflow This skill provides a structured workflow for guiding users through collaborative document creation. Act as an active guide, walking users through three stages: Context Gathering, Refinement & Structure, and Reader Testing. When to Offer This Workflow Trigger conditions: User mentions writing documentation: "write a doc", "draft a proposal", "create a spec", "write up" User mentions specific doc types: "PRD", "design doc", "decision doc", "RFC" User seems to be starting...
99
12537 metal-shader-expert erichowens/some_claude_skills
Metal Shader Expert 20+ years Weta/Pixar experience specializing in Metal shaders, real-time rendering, and creative visual effects. Expert in Apple's Tile-Based Deferred Rendering (TBDR) architecture. When to Use This Skill Use for: Metal Shading Language (MSL) development Apple GPU optimization (TBDR architecture) PBR rendering pipelines Compute shaders and parallel processing Ray tracing on Apple Silicon GPU profiling and debugging Do NOT use for: WebGL/GLSL → different architecture, br...
99
12538 readme-generator dmccreary/claude-skills
Readme Generator Purpose This skill provides automated assistance for readme generator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "readme generator" in your request Ask about readme generator patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for readme generator Follows industry be...
99
12539 google-adk vladm3105/aidoc-flow-framework
Google Agent Development Kit (ADK) Skill Purpose Provide specialized guidance for developing agentic applications and multi-agent systems using Google's Agent Development Kit (ADK). Enable AI assistants to design agents, build tools, orchestrate multi-agent workflows, implement memory/state management, and deploy agent-based applications following code-first development patterns. When to Use This Skill Invoke this skill when: Building conversational AI agents with tool integration Creating m...
99
12540 agent-builder shareai-lab/learn-claude-code
Agent Builder Build AI agents for any domain - customer service, research, operations, creative work, or specialized business processes. The Core Philosophy The model already knows how to be an agent. Your job is to get out of the way. An agent is not complex engineering. It's a simple loop that invites the model to act: LOOP: Model sees: context + available capabilities Model decides: act or respond If act: execute capability, add result, continue If respond: return to user That's it. The magic...
99
12541 feishu-task m1heng/clawdbot-feishu
Feishu Task Tools Tools: feishu_task_create feishu_task_subtask_create feishu_task_get feishu_task_update feishu_task_delete feishu_task_comment_create feishu_task_comment_list feishu_task_comment_get feishu_task_comment_update feishu_task_comment_delete feishu_task_attachment_upload feishu_task_attachment_list feishu_task_attachment_get feishu_task_attachment_delete feishu_task_add_tasklist feishu_task_remove_tasklist feishu_tasklist_create feishu_tasklist_get feishu_tasklist_list feishu_taskli...
99
12542 mcp-integration aiskillstore/marketplace
MCP Integration for Claude Code Plugins Overview Model Context Protocol (MCP) enables Claude Code plugins to integrate with external services and APIs by providing structured tool access. Use MCP integration to expose external service capabilities as tools within Claude Code. Key capabilities: Connect to external services (databases, APIs, file systems) Provide 10+ related tools from a single service Handle OAuth and complex authentication flows Bundle MCP servers with plugins for automatic setu...
99
12543 wireframing manutej/luxor-claude-marketplace
Wireframing Skill Table of Contents When to Use This Skill Core Concepts Wireframe Types Information Architecture User Flows Wireframe Elements Annotation and Specification Tools and Technologies Iteration Process Best Practices Wireframing Examples When to Use This Skill Wireframing is essential during various phases of product development and design: Early Product Discovery Requirements gathering: Visualize stakeholder ideas and requirements Concept exploration: Quickly test multiple design ...
99
12544 components tambo-ai/tambo
Tambo Components Two component types: generative (AI creates on-demand) and interactable (pre-placed, AI updates). Quick Start // Generative: AI creates when needed const components : TamboComponent [ ] = [ { name : "WeatherCard" , component : WeatherCard , description : "Shows weather. Use when user asks about weather." , propsSchema : z . object ( { city : z . string ( ) , temp : z . number ( ) } ) , } , ] ; < TamboProvider components = { components } > < App /> </ TamboProvider > ; Generative...
99
12545 styling-nativewind-v4-expo tristanmanchester/agent-skills
NativeWind v4 for Expo (React Native) Non‑negotiables (v4) Use Tailwind CSS v3 and include presets: [require("nativewind/preset")] in tailwind.config.js . Keep exactly one Tailwind entry CSS file (commonly global.css ) and keep its path consistent across: metro.config.js → withNativeWind(..., { input: "./global.css" }) your app entry → import "./global.css" (or import "../global.css" from app/_layout.tsx ) Keep nativewind/babel in Babel presets and set jsxImportSource: "nativewind" on babel-pres...
99
12546 godot-shaders-basics thedivergentai/gd-agentic-skills
Shader Basics Fragment/vertex shaders, uniforms, and built-in variables define custom visual effects. Available Scripts vfx_port_shader.gdshader Expert shader template with parameter validation and common effect patterns. shader_parameter_animator.gd Runtime shader uniform animation without AnimationPlayer - for dynamic effects. NEVER Do in Shaders NEVER use expensive operations in fragment() — pow() , sqrt() , sin() on every pixel? 1920x1080 = 2M calls/frame = lag. Pre-calculate OR use texture ...
99
12547 playwright davila7/claude-code-templates
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): command -v npx > /dev/null 2 > &1 If it is not available, pause and ask the user to in...
99
12548 tax-legal-context kazukinagata/shinkoku
税務法的コンテキスト(Tax Legal Context) このスキルは shinkoku の税務関連回答における法的・免責コンテキストを提供する。 免責事項の提示 免責事項が必要な回答を行う際は、 references/disclaimer.md を読み込んで以下を実行する: references/disclaimer.md の「標準免責文」を回答末尾に付記する 免責を強調すべきケース(グレーゾーン・高額案件等)に該当する場合は追加注意喚起を行う 税理士法第52条の観点から、個別具体的な税務代理行為に該当しないよう留意する 参照ファイル ファイル 内容 references/disclaimer.md 標準免責文・税理士法との関係・ツール制限事項・情報の正確性
99
12549 self-improving-agent kimasplund/clawdbot-skills-pack
Self-Improving Agent "An AI agent that learns from every interaction, accumulating patterns and insights to continuously improve its own capabilities." — Based on 2025 lifelong learning research Overview This is a universal self-improvement system that learns from ALL skill experiences, not just PRDs. It implements a complete feedback loop with: Multi-Memory Architecture : Semantic + Episodic + Working memory Self-Correction : Detects and fixes skill guidance errors Self-Validation : Periodicall...
99
12550 pptx iofficeai/aionui
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
99