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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,518
总 Skills
93.3M
总安装量
2,585
贡献者
# Skill 仓库 描述 安装量
13351 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
13352 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
13353 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
13354 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
13355 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
13356 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
13357 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
13358 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
13359 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
13360 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
13361 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
13362 vitest-testing-patterns erichowens/some_claude_skills
Vitest Testing Patterns This skill helps you write effective tests using Vitest and React Testing Library following project conventions. When to Use ✅ USE this skill for: Writing unit tests for utilities and functions Creating component tests with React Testing Library Setting up mocks for API calls, databases, or external services Integration testing patterns Understanding test coverage and CI setup ❌ DO NOT use for: Jest-specific patterns → similar but check Jest docs for differences End...
122
13363 develop-secure-contracts openzeppelin/openzeppelin-skills
Develop Secure Smart Contracts with OpenZeppelin Core Workflow Understand the Request Before Responding For conceptual questions ("How does Ownable work?"), explain without generating code. For implementation requests, proceed with the workflow below. CRITICAL: Always Read the Project First Before generating code or suggesting changes: Search the user's project for existing contracts ( Glob for /*.sol , /*.cairo , /*.rs , etc.) Read the relevant contract files to understand what already exists D...
122
13364 axiom-auto-layout-debugging charleswiltgen/axiom
Auto Layout Debugging When to Use This Skill Use when: Seeing "Unable to simultaneously satisfy constraints" errors in console Views positioned incorrectly or not appearing Constraint warnings during app launch or navigation Ambiguous layout errors Views appearing at unexpected sizes Debug View Hierarchy shows misaligned views Storyboard/XIB constraints behaving differently at runtime Overview Core Principle: Auto Layout constraint errors follow predictable patterns. Systematic debugging with...
122
13365 telegram-automation composiohq/awesome-claude-skills
Telegram Automation via Rube MCP Automate Telegram operations through Composio's Telegram toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Telegram connection via RUBE_MANAGE_CONNECTIONS with toolkit telegram Always call RUBE_SEARCH_TOOLS first to get current tool schemas Telegram Bot Token required (created via @BotFather) Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add ...
122
13366 axiom-core-location-diag charleswiltgen/axiom
Core Location Diagnostics Symptom-based troubleshooting for Core Location issues. When to Use Location updates never arrive Background location stops working Authorization always denied Location accuracy unexpectedly poor Geofence events not triggering Location icon won't go away Related Skills axiom-core-location — Implementation patterns, decision trees axiom-core-location-ref — API reference, code examples axiom-energy-diag — Battery drain from location Symptom 1: Location Updates Never Arr...
121
13367 dashboard-patterns yonatangross/orchestkit
Dashboard Patterns Dashboard UI patterns for building admin panels, analytics dashboards, and data-driven interfaces with React. Layout Patterns Responsive Dashboard Grid function DashboardLayout({ children }: { children: React.ReactNode }) { return ( <div className="min-h-screen bg-muted/40"> <aside className="fixed inset-y-0 left-0 z-10 w-64 border-r bg-background"> <Sidebar /> </aside> <main className="pl-64"> <header className="sticky top-0 z-10 bord...
121
13368 agent-browser brianlovin/claude-config
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
121
13369 tooluniverse-network-pharmacology mims-harvard/tooluniverse
Network Pharmacology Pipeline Construct and analyze compound-target-disease (C-T-D) networks to identify drug repurposing opportunities, understand polypharmacology, and predict drug mechanisms using systems pharmacology approaches. IMPORTANT : Always use English terms in tool calls (drug names, disease names, target names), even if the user writes in another language. Only try original-language terms as a fallback if English returns no results. Respond in the user's language. When to Use This S...
121
13370 axiom-swiftdata-migration-diag charleswiltgen/axiom
SwiftData Migration Diagnostics Overview SwiftData migration failures manifest as production crashes, data loss, corrupted relationships, or simulator-only success. Core principle 90% of migration failures stem from missing models in VersionedSchema, relationship inverse issues, or untested migration paths—not SwiftData bugs. Red Flags — Suspect SwiftData Migration Issue If you see ANY of these, suspect a migration configuration problem: App crashes on launch after schema change "Expected on...
121
13371 axiom-networking-diag charleswiltgen/axiom
Network.framework Diagnostics Overview Core principle 85% of networking problems stem from misunderstanding connection states, not handling network transitions, or improper error handling—not Network.framework defects. Network.framework is battle-tested in every iOS app (powers URLSession internally), handles trillions of requests daily, and provides smart connection establishment with Happy Eyeballs, proxy evaluation, and WiFi Assist. If your connection is failing, timing out, or behaving une...
121
13372 base-ui-react jackspace/claudeskillz
Base UI React Status: Beta (v1.0.0-beta.4) - Stable v1.0 expected Q4 2025 Last Updated: 2025-11-07 Dependencies: React 19+, Vite (recommended), Tailwind v4 (recommended) Latest Versions: @base-ui-components/react@1.0.0-beta.4 ⚠️ Important Beta Status Notice Base UI is currently in beta. Before using in production: ✅ Stable: Core components (Dialog, Popover, Tooltip, Select, Accordion) are production-ready ⚠️ API May Change: Minor breaking changes possible before v1.0 (Q4 2025) ✅ Production T...
121
13373 axiom-ios-integration charleswiltgen/axiom
iOS System Integration Router You MUST use this skill for ANY iOS system integration including Siri, Shortcuts, widgets, in-app purchases, camera, photo library, audio, axiom-haptics, and more. When to Use Use this router for: Siri & Shortcuts (App Intents) Apple Intelligence integration Widgets & Live Activities In-app purchases (StoreKit) Camera capture (AVCaptureSession) Photo library & pickers (PHPicker, PhotosPicker) Audio & haptics Localization Privacy & permissions Spotlight search Ap...
121
13374 rust pproenca/dot-skills
No SKILL.md available for this skill. View on GitHub
121
13375 docx-format-replicator iamzhihuix/happy-claude-skills
DOCX Format Replicator Overview Extract formatting information from existing Word documents (.docx) and use it to generate new documents with identical formatting but different content. This skill enables creating document templates, maintaining consistent formatting across multiple documents, and replicating complex Word document structures. When to Use This Skill Use this skill when the user: Wants to extract formatting from an existing Word document Needs to create multiple documents with...
121
13376 axiom-extensions-widgets charleswiltgen/axiom
Extensions & Widgets — Discipline Core Philosophy "Widgets are not mini apps. They're glanceable views into your app's data, rendered at strategic moments and displayed by the system. Extensions run in sandboxed environments with limited memory and execution time." Mental model: Think of widgets as archived snapshots on a timeline, not live views. Your widget doesn't "run" continuously — it renders, gets archived, and the system displays the snapshot. Extension sandboxing: Extensions have: L...
121
13377 axiom-app-discoverability charleswiltgen/axiom
App Discoverability Overview Core principle Feed the system metadata across multiple APIs, let the system decide when to surface your app. iOS surfaces apps in Spotlight, Siri suggestions, and system experiences based on metadata you provide through App Intents, App Shortcuts, Core Spotlight, and NSUserActivity. The system learns from actual usage and boosts frequently-used actions. No single API is sufficient—comprehensive discoverability requires a multi-API strategy. Key insight iOS boosts...
121
13378 google-docs odyssey4me/agent-skills
Google Docs Interact with Google Docs for document creation, editing, and content management. Installation Dependencies : pip install --user google-auth google-auth-oauthlib google-api-python-client keyring pyyaml Setup Verification After installation, verify the skill is properly configured: $SKILL_DIR /scripts/google-docs.py check This will check: Python dependencies (google-auth, google-auth-oauthlib, google-api-python-client, keyring, pyyaml) Authentication configuration Connectivity to Goog...
121
13379 streamlit silvainfm/claude-skills
Streamlit Overview Streamlit is a Python framework for rapidly building and deploying interactive web applications for data science and machine learning. Create beautiful web apps with just Python - no frontend development experience required. Apps automatically update in real-time as code changes. When to Use This Skill Activate when the user: Wants to build a web app, dashboard, or data visualization tool Mentions Streamlit explicitly Needs to create an ML/AI demo or prototype Wants to vis...
121
13380 iot-engineer 404kidwiz/claude-supercode-skills
Provides Internet of Things development expertise specializing in embedded firmware, wireless protocols, and cloud integration. Designs end-to-end IoT architectures connecting physical devices to digital systems through MQTT, BLE, LoRaWAN, and edge computing. When to Use - Designing end-to-end IoT architectures (Device → Gateway → Cloud) - Writing firmware for microcontrollers (ESP32, STM32, Nordic nRF) - Implementing MQTT v5 messaging patterns - Optimizing battery life and power consumpti...
121
13381 javascript-expert martinholovsky/claude-skills-generator
JavaScript Development Expert 1. Overview You are an elite JavaScript developer with deep expertise in: Modern JavaScript: ES6+, ESNext features, module systems (ESM, CommonJS) Async Patterns: Promises, async/await, event loop, callback patterns Runtime Environments: Node.js, browser APIs, Deno, Bun Functional Programming: Higher-order functions, closures, immutability Object-Oriented: Prototypes, classes, inheritance patterns Performance: Memory management, optimization, bundling, tree-shakin...
121
13382 aws-mcp-setup zxkane/aws-skills
AWS MCP Server Configuration Guide Overview This guide helps you configure AWS MCP tools for AI agents. Two options are available: Option Requirements Capabilities Full AWS MCP Server Python 3.10+, uvx, AWS credentials Execute AWS API calls + documentation search AWS Documentation MCP None Documentation search only Step 1: Check Existing Configuration Before configuring, check if AWS MCP tools are already available using either method: Method A: Check Available Tools (Recommended) Look for ...
121
13383 gpui-test longbridge/gpui-component
Overview GPUI provides a comprehensive testing framework that allows you to test UI components, async operations, and distributed systems. Tests run on a single-threaded executor that provides deterministic execution and the ability to test complex async scenarios. GPUI tests use the [gpui::test] attribute and work with TestAppContext for basic testing and VisualTestContext for window-dependent tests. Rules If test does not require windows or rendering, we can avoid use [gpui::test] and TestAp...
121
13384 setup-react-native-storybook storybookjs/react-native
React Native Storybook Setup Add @storybook/react-native v10 to a React Native project. Important: Detect the project's package manager (look for yarn.lock , pnpm-lock.yaml , or bun.lockb ) and use it for all install/run commands instead of npm . The examples below use npm but substitute accordingly (e.g. yarn add instead of npm install , yarn storybook instead of npm run storybook ). For Expo projects, use npx expo install (or bunx expo install , etc.) to install dependencies so Expo can resolv...
121
13385 social-media-content svenja-dev/claude-code-skills
Dedizierter Skill verfügbar: Nutze `/linkedin-post`, `/linkedin-article`, `/linkedin-comment`, `/linkedin-monitor`, `/linkedin-scan`, `/linkedin-image` Kurzübersicht: - Posting-Zeiten: Di-Do 8-10, 17-18 Uhr - Erste Zeile = Hook (vor "...mehr anzeigen") - Links im Kommentar, nicht im Post - 3-5 Hashtags am Ende - Regionale Anpassung: US (direct), EU (sachlich), Asia (respektvoll) Features im linkedin-engagement Skill: - Regionale Templates (US/EU/Asien) - Artikel mit Teaser-Posts - Bild...
121
13386 product-manager borghei/claude-skills
Product Manager Skill Role: Phase 2 - Planning and requirements specialist Function: Create comprehensive requirements documents (PRDs), define functional and non-functional requirements, prioritize features, break down work into epics and user stories, and create lightweight technical specifications for smaller projects. When to Use This Skill Use this skill when you need to: Create Product Requirements Documents (PRDs) for Level 2+ projects Create Technical Specifications for Level 0-1 pr...
121
13387 tooluniverse-systems-biology mims-harvard/tooluniverse
Systems Biology & Pathway Analysis Comprehensive pathway and systems biology analysis integrating multiple curated databases to provide multi-dimensional view of biological systems, pathway enrichment, and protein-pathway relationships. When to Use This Skill Triggers : "Analyze pathways for this gene list" "What pathways is [protein] involved in?" "Find pathways related to [keyword/process]" "Perform pathway enrichment analysis" "Map proteins to biological pathways" "Find computational models f...
120
13388 task-breakdown davidkiss/smart-ai-skills
Task Breakdown: Executive Function Support Skill You help people with ADHD, autism, and other executive function differences transform overwhelming tasks into manageable action steps. Your role is to provide external scaffolding, not motivation lectures. Core Principle Executive dysfunction is neurological, not motivational. External systems compensate for working memory limitations. You're not here to "fix" anyone. You're providing prosthetic executive function—tools that help navigate a wo...
120
13389 template-skill mrgoonie/claudekit-skills
Insert instructions below
120
13390 process-builder a5c-ai/babysitter
Process Builder Create new process definitions for the babysitter event-sourced orchestration framework. Quick Reference Processes live in: plugins/babysitter/skills/babysit/process/ ├── methodologies/ Reusable development approaches (TDD, BDD, Scrum, etc.) │ └── [name]/ │ ├── README.md Documentation │ ├── [name].js Main process │ └── examples/ Sample inputs │ └── specializations/ Domain-specific processes ├── [category]/ ...
120
13391 active directory attacks davila7/claude-code-templates
Active Directory Attacks Purpose Provide comprehensive techniques for attacking Microsoft Active Directory environments. Covers reconnaissance, credential harvesting, Kerberos attacks, lateral movement, privilege escalation, and domain dominance for red team operations and penetration testing. Inputs/Prerequisites Kali Linux or Windows attack platform Domain user credentials (for most attacks) Network access to Domain Controller Tools: Impacket, Mimikatz, BloodHound, Rubeus, CrackMapExec Outputs...
120
13392 broken authentication testing davila7/claude-code-templates
Broken Authentication Testing Purpose Identify and exploit authentication and session management vulnerabilities in web applications. Broken authentication consistently ranks in the OWASP Top 10 and can lead to account takeover, identity theft, and unauthorized access to sensitive systems. This skill covers testing methodologies for password policies, session handling, multi-factor authentication, and credential management. Prerequisites Required Knowledge HTTP protocol and session mechanisms Au...
120
13393 vercel-deploy skillcreatorai/ai-agent-skills
Vercel Deploy Deploy any project to Vercel instantly. No authentication required. When to use this skill App deployment : when asked "Deploy my app" Preview deployment : when asked "Create a preview deployment" Production deployment : when asked "Deploy this to production" Share link : when asked "Deploy and give me the link" How It Works Packages your project into a tarball (excludes node_modules and .git ) Auto-detects framework from package.json Uploads to deployment service Returns Preview U...
120
13394 nsfc-research-content-writer huangwb8/chineseresearchlatex
$ npx skills add https://github.com/huangwb8/chineseresearchlatex --skill nsfc-research-content-writer<div
120
13395 shadcn-svelte components exceptionless/exceptionless
shadcn-svelte Components Documentation: shadcn-svelte.com | Use context7 for API reference Use shadcn-svelte components (bits-ui) for UI. Import with namespace pattern. Import Pattern Trigger Components - Child Snippet Pattern When using trigger components with custom elements like Button, always use the child snippet pattern : <!-- ✅ Correct: Single tab stop, proper accessibility --> <Tooltip.Root> <Tooltip.Trigger> {snippet child({ props })} <Button {...props} variant="ghost" size="icon"> <Ic...
120
13396 task-status aaaaqwq/claude-code-skills
Task Status Skill Quick Start Manual Status Updates python scripts/send_status.py "Starting data fetch..." "progress" "step1" python scripts/send_status.py "Processing complete" "success" "final" python scripts/send_status.py "Error: Missing API key" "error" "auth" Automatic Periodic Monitoring (Every 5 seconds) Start monitoring a long-running task python scripts/monitor_task.py start "My Long Task" "processing" Monitor will send "Still working..." updates every 5 seconds When task completes,...
120
13397 award-winning-website eng0ai/eng0-template-skills
Award-Winning Gaming Website A visually captivating website with scroll-triggered animations, geometric transitions, 3D hover effects, and video storytelling. Tech Stack Framework: React 19 Build Tool: Vite Animation: GSAP Styling: Tailwind CSS Package Manager: npm Output: dist directory Dev Port: 5173 Setup 1. Clone the Template git clone --depth 1 https://github.com/Eng0AI/award-winning-website-template.git . If the directory is not empty: git clone --depth 1 https://github.com/Eng0AI/awa...
120
13398 moai-framework-electron modu-ai/moai-adk
Electron 33+ Desktop Development Quick Reference Electron 33+ Desktop App Development Specialist enables building cross-platform desktop applications with web technologies. Auto-Triggers: Electron projects detected via electron.vite.config.ts or electron-builder.yml files, desktop app development requests, IPC communication pattern implementation Core Capabilities Electron 33 Platform: Chromium 130 rendering engine for modern web features Node.js 20.18 runtime for native system access Nativ...
120
13399 angular-performance gentleman-programming/gentleman-skills
NgOptimizedImage (REQUIRED for images) import { NgOptimizedImage } from '@angular/common'; @Component({ imports: [NgOptimizedImage], template: ` <!-- LCP image: add priority --> <img ngSrc="hero.jpg" width="800" height="400" priority> <!-- Regular: lazy loaded by default --> <img ngSrc="thumb.jpg" width="200" height="200"> <!-- Fill mode (parent needs position: relative) --> <img ngSrc="bg.jpg" fill> <!-- With placeholder --> <img ngSrc="photo....
120
13400 content-marketing scientiacapital/skills
Content Marketing Help the user build effective content marketing using frameworks from 23 product leaders who have built content engines at companies like Notion, First Round, and The Pragmatic Engineer. How to Help When the user asks for help with content marketing: Identify the goal - Determine if content is for SEO, brand building, lead generation, or thought leadership Find content-market fit - Help them identify the specific anxieties or needs their content will solve Choose the right form...
120