███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4301 | spotify automation | claude-office-skills/skills |
Spotify Automation Automate Spotify music playback, playlist management, and discovery workflows. Core Capabilities Playback Control playback_commands : - play_track : "spotify:track:xxx" - pause - next_track - previous_track - set_volume : 75 - set_shuffle : true - set_repeat : "context" track, context, off - seek_position : 30000 milliseconds - transfer_playback : device_id : "device_xxx" Playlist Management playlist_operations : create : name : "{{playlist_name}}" description : "{{descripti...
|
531 |
| 4302 | twitter/x automation | claude-office-skills/skills | 531 | |
| 4303 | lead qualification | claude-office-skills/skills |
Lead Qualification Score and qualify leads based on defined criteria to focus sales efforts effectively. Overview This skill helps you: Evaluate leads against qualification criteria Score leads for prioritization Identify deal-breakers and green flags Recommend next actions Maintain consistent qualification Qualification Frameworks BANT (Budget, Authority, Need, Timeline) BANT Qualification: [Lead Name] Budget (/25) | Question | Answer | Score | | ---------- | -------- | ------- | | Defined bu...
|
531 |
| 4304 | skill-creator | sickn33/antigravity-awesome-skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
530 |
| 4305 | ci-cd-best-practices | mindrally/skills |
CI/CD Best Practices You are an expert in Continuous Integration and Continuous Deployment, following industry best practices for automated pipelines, testing strategies, deployment patterns, and DevOps workflows. Core Principles Automate everything that can be automated Fail fast with quick feedback loops Build once, deploy many times Implement infrastructure as code Practice continuous improvement Maintain security at every stage Pipeline Design Pipeline Stages A typical CI/CD pipeline incl...
|
530 |
| 4306 | qa-expert | daymade/claude-code-skills |
QA Expert Establish world-class QA testing processes for any software project using proven methodologies from Google Testing Standards and OWASP security best practices. When to Use This Skill Trigger this skill when: Setting up QA infrastructure for a new or existing project Writing standardized test cases (AAA pattern compliance) Executing comprehensive test plans with progress tracking Implementing security testing (OWASP Top 10) Filing bugs with proper severity classification (P0-P4) Gen...
|
530 |
| 4307 | orchestrate | hyperb1iss/hyperskills |
Multi-Agent Orchestration Meta-orchestration patterns mined from 597+ real agent dispatches across production codebases. This skill tells you WHICH strategy to use, HOW to structure prompts, and WHEN to use background vs foreground. Core principle: Choose the right orchestration strategy for the work, partition agents by independence, inject context to enable parallelism, and adapt review overhead to trust level. Strategy Selection digraph strategy_selection { rankdir = TB ; "What type of work?"...
|
530 |
| 4308 | mem0 | mem0ai/mem0 |
Mem0 Platform Integration Mem0 is a managed memory layer for AI applications. It stores, retrieves, and manages user memories via API — no infrastructure to deploy. Step 1: Install and authenticate Python: pip install mem0ai export MEM0_API_KEY = "m0-your-api-key" TypeScript/JavaScript: npm install mem0ai export MEM0_API_KEY = "m0-your-api-key" Get an API key at: https://app.mem0.ai/dashboard/api-keys Step 2: Initialize the client Python: from mem0 import MemoryClient client = MemoryClient ( api...
|
530 |
| 4309 | meta-cognition-parallel | zhanghandong/rust-skills |
Meta-Cognition Parallel Analysis (Experimental) Status: Experimental | Version: 0.1.0 This skill tests parallel three-layer cognitive analysis using context: fork. Concept Instead of sequential analysis, this skill launches three parallel subagents - one for each cognitive layer - then synthesizes their results. User Question │ ▼ ┌─────────────────────────────────────────────────────┐ │ meta-cognition-parallel │ │ (Coordinator) ...
|
529 |
| 4310 | context7-auto-research | davila7/claude-code-templates |
context7-auto-research Overview Automatically fetch latest library/framework documentation for Claude Code via Context7 API When to Use When you need up-to-date documentation for libraries and frameworks When asking about React, Next.js, Prisma, or any other popular library Installation npx skills add -g BenedictKing/context7-auto-research Step-by-Step Guide Install the skill using the command above Configure API key (optional, see GitHub repo for details) Use naturally in Claude Code conversati...
|
529 |
| 4311 | spring-data-neo4j | giuseppe-trisciuoglio/developer-kit |
Spring Data Neo4j Integration Patterns When to Use This Skill To use this skill when you need to: Set up Spring Data Neo4j in a Spring Boot application Create and map graph node entities and relationships Implement Neo4j repositories with custom queries Write Cypher queries using @Query annotations Configure Neo4j connections and dialects Test Neo4j repositories with embedded databases Work with both imperative and reactive Neo4j operations Map complex graph relationships with bidirectional or u...
|
529 |
| 4312 | icon-retrieval | antvis/chart-visualization-skills |
Icon Search This skill provides icon search and SVG string retrieval capabilities. It helps users find appropriate icons for various use cases including infographics, web development, design, and more. Purpose This skill helps discover available icons by: Searching the icon library by keywords Retrieving SVG strings directly for use in your projects Providing icon metadata including names and URLs How to Use Search for Icons To search for icons, use the search script with a keyword or phras...
|
529 |
| 4313 | email classifier | claude-office-skills/skills |
Email Classifier Automatically categorize and prioritize emails to help manage inbox overload. Overview This skill helps you: Classify emails by category and type Determine priority and urgency Identify required actions Filter out low-value emails Organize for efficient processing Classification Categories Primary Categories Category Description Examples Action Required Needs your response/action Requests, approvals, questions FYI Informational, no action needed Updates, announcements, reports W...
|
529 |
| 4314 | conversion-optimization | kostja94/marketing-skills |
Strategies: Conversion Optimization Guides conversion rate optimization (CRO): increasing the percentage of visitors who complete desired actions. Higher conversion rates mean increased revenue, reduced CAC, and better ROI. Use this skill when optimizing funnels, running experiments, or reducing friction on high-traffic pages. 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 th...
|
529 |
| 4315 | triaging-issues | pytorch/pytorch |
This skill helps triage GitHub issues by routing issues, applying labels, and leaving first-line responses. Contents - [MCP Tools Available](mcp-tools-available) - [Labels You Must NEVER Add](labels-you-must-never-add) - [Issue Triage Steps](issue-triage-for-each-issue) Step 0: Already Routed — SKIP - Step 1: Question vs Bug/Feature - Step 2: Transfer - Step 3: Redirect to Secondary Oncall - Step 4: Label the Issue - Step 5: High Priority — REQUIRES HUMAN REVIEW - Step 6: bot-triaged...
|
529 |
| 4316 | tailwind-css | paulrberg/agent-skills |
Tailwind CSS Skill progressive_disclosure: entry_point: - summary - when_to_use - quick_start sections: core_concepts: - utility_first_approach - responsive_design - configuration advanced: - dark_mode - custom_utilities - plugins - performance_optimization integration: - framework_integration - component_patterns reference: - common_utilities - breakpoints - color_system tokens: entry: 75 full: 4500 Summary Tailwind CSS is a utility-first CSS framework that provides low-level utility classes t...
|
529 |
| 4317 | exa-search | benedictking/exa-search |
Exa Search Neural search for web content, code, companies, and people via the Exa MCP server. When to Activate User needs current web information or news Searching for code examples, API docs, or technical references Researching companies, competitors, or market players Finding professional profiles or people in a domain Running background research for any development task User says "search for", "look up", "find", or "what's the latest on" MCP Requirement Exa MCP server must be configured. Add ...
|
528 |
| 4318 | davila7/claude-code-templates |
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
|
528 | |
| 4319 | jest-react-testing | manutej/luxor-claude-marketplace |
Jest React Testing A comprehensive skill for testing React applications using Jest and React Testing Library. This skill covers everything from basic component testing to advanced patterns including mocking, async testing, custom hooks testing, and integration testing strategies. When to Use This Skill Use this skill when: Testing React components with Jest and React Testing Library Setting up Jest configuration for React projects Writing unit tests for components, hooks, and utilities Testing u...
|
528 |
| 4320 | biome | bobmatnyc/claude-mpm-skills |
Biome - Fast All-in-One Toolchain Overview Biome is a fast, all-in-one toolchain for web projects written in Rust. It replaces both ESLint and Prettier with a single tool that's 100x faster and provides zero-config defaults. Key Features: Single tool for linting and formatting 100x faster than ESLint Zero configuration by default Built-in import sorting TypeScript-first design Partial Prettier compatibility Native monorepo support VS Code integration Installation: npm install --save-dev @bi...
|
528 |
| 4321 | langchain4j-tool-function-calling-patterns | giuseppe-trisciuoglio/developer-kit |
LangChain4j Tool & Function Calling Patterns Define tools and enable AI agents to interact with external systems, APIs, and services using LangChain4j's annotation-based and programmatic tool system. Overview LangChain4j's tool system enables AI agents to execute external functions through declarative annotations and programmatic interfaces. Tools are defined using the @Tool annotation and automatically registered with AI services, allowing LLMs to perform actions beyond text generation such as ...
|
528 |
| 4322 | react-hook-form | pproenca/dot-skills |
React Hook Form Best Practices Comprehensive performance optimization guide for React Hook Form applications. Contains 41 rules across 8 categories, prioritized by impact to guide form development, automated refactoring, and code generation. When to Apply Reference these guidelines when: Writing new forms with React Hook Form Configuring useForm options (mode, defaultValues, validation) Subscribing to form values with watch/useWatch Integrating controlled UI components (MUI, shadcn, Ant Desi...
|
528 |
| 4323 | database sync | claude-office-skills/skills |
Database Sync Comprehensive skill for database synchronization, replication, and data integration. Core Architecture Sync Patterns DATABASE SYNC PATTERNS: ┌─────────────────────────────────────────────────────────┐ │ ONE-WAY REPLICATION │ │ ┌──────────┐ ┌──────────┐ │ │ │ Master │ ──────▶ │ Replica │ │ │ └──────────┘ └──────────┘ │ └───────────────────────────────────────────...
|
528 |
| 4324 | trello automation | claude-office-skills/skills |
Trello Automation Comprehensive skill for automating Trello board management and kanban workflows. Core Concepts Board Structure TRELLO BOARD ANATOMY: ┌─────────────────────────────────────────────────────────┐ │ 📋 Project Board │ ├───────────┬───────────┬───────────┬───────────┬────────┤ │ Backlog │ To Do │ Doing │ Review │ Done │ ├───────────┼───────────┼───────────┼───────────┼────────┤ │ ┌───────┐ │ ┌───────┐ │ ┌───────┐ │ ┌───────┐ │ ...
|
528 |
| 4325 | figma-code-connect | figma/mcp-server-guide |
Code Connect Overview Create Code Connect template files ( .figma.ts ) that map Figma components to code snippets. Given a Figma URL, follow the steps below to create a template. Note: This project may also contain parser-based .figma.tsx files (using figma.connect() , published via CLI). This skill covers templates files only — .figma.ts files that use the MCP tools to fetch component context from Figma. Prerequisites Figma MCP server must be connected — verify that Figma MCP tools (e.g., get_c...
|
528 |
| 4326 | tiptap | ueberdosis/tiptap |
Tiptap Integration Skill Instructions for coding agents integrating the Tiptap rich text editor Reference Repositories Clone the tiptap and tiptap-docs repositories so you can search the source code and documentation. https://github.com/ueberdosis/tiptap https://github.com/ueberdosis/tiptap-docs If the workspace already has a reference folder with other repositories, clone them there. Otherwise, clone the repositories in a new .reference folder. The reference folder should be git-ignored. Before...
|
528 |
| 4327 | firecrawl-scraper | jezweb/claude-skills |
Firecrawl Web Scraper Skill Status : Production Ready Last Updated : 2026-01-20 Official Docs : https://docs.firecrawl.dev API Version : v2 SDK Versions : firecrawl-py 4.13.0+, @mendable/firecrawl-js 4.11.1+ What is Firecrawl? Firecrawl is a Web Data API for AI that turns websites into LLM-ready markdown or structured data. It handles: JavaScript rendering - Executes client-side JavaScript to capture dynamic content Anti-bot bypass - Gets past CAPTCHA and bot detection systems Format conversion ...
|
527 |
| 4328 | shadcn-vue | noartem/laravel-vue-skills |
shadcn-vue Quick Start (3 Minutes) For Vue Projects (Vite) 1. Initialize shadcn-vue npx shadcn-vue@latest init During initialization: Style: New York or Default (cannot change later!) Base color: Slate (recommended) CSS variables: Yes (required for dark mode) 2. Configure TypeScript Path Aliases // tsconfig.json { "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./src/*"] } } } 3. Configure Vite // vite.config.ts import { defineConfig } from "vite"; import vue f...
|
527 |
| 4329 | flutter-expert | sickn33/antigravity-awesome-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...
|
527 |
| 4330 | keyword-research | kostja94/marketing-skills |
Keyword Research This skill helps you discover, analyze, and prioritize keywords for SEO and GEO content strategies. It identifies high-value opportunities based on search volume, competition, intent, and business relevance. When to Use This Skill Starting a new content strategy or campaign Expanding into new topics or markets Finding keywords for a specific product or service Identifying long-tail keyword opportunities Understanding search intent for your industry Planning content calendars R...
|
527 |
| 4331 | lead-routing | claude-office-skills/skills |
Lead Routing Intelligent lead assignment and routing system with AI-powered scoring, territory mapping, round-robin distribution, and workload balancing. Based on n8n's HubSpot/Salesforce automation templates. Overview This skill covers: Lead scoring and qualification Territory-based routing Round-robin distribution Workload balancing SLA monitoring and escalation Routing Strategies 1. Rule-Based Routing routing_rules : By Company Size - name : "Enterprise Routing" condition : company_size : ">...
|
527 |
| 4332 | rust-daily | zhanghandong/rust-skills |
Rust Daily Report Fetch Rust community updates, filtered by time range. Data Sources Category Sources Ecosystem Reddit r/rust, This Week in Rust Official blog.rust-lang.org, Inside Rust Foundation rustfoundation.org (news, blog, events) Parameters time_range: day | week | month (default: week) category: all | ecosystem | official | foundation Execution Read agent file then launch Task: 1. Read: ../../agents/rust-daily-reporter.md 2. Task(subagent_type: "general-purpose", run_in_background: f...
|
526 |
| 4333 | langchain4j-rag-implementation-patterns | giuseppe-trisciuoglio/developer-kit |
LangChain4j RAG Implementation Patterns When to Use This Skill Use this skill when: Building knowledge-based AI applications requiring external document access Implementing question-answering systems over large document collections Creating AI assistants with access to company knowledge bases Building semantic search capabilities for document repositories Implementing chat systems that reference specific information sources Creating AI applications requiring source attribution Building domain-sp...
|
526 |
| 4334 | ui-design-review | mastepanoski/claude-skills |
UI Design Review This skill enables AI agents to perform a comprehensive visual design and aesthetics evaluation of digital interfaces, analyzing elements like typography, color palettes, spacing, visual hierarchy, and overall design quality. While other UX skills focus on functionality and usability, this skill evaluates the visual polish, aesthetic appeal, and design craftsmanship that makes interfaces feel professional, trustworthy, and delightful. Use this skill to elevate visual design qual...
|
526 |
| 4335 | monetization-strategy | phuryn/pm-skills |
Monetization Strategy You are an expert in mobile app monetization with deep knowledge of subscription economics, paywall psychology, and pricing strategy. Your goal is to help the user maximize revenue while maintaining user satisfaction. Initial Assessment Check for app-marketing-context.md — read it for context Ask for current monetization model (free, freemium, paid, subscription, ads) Ask for current pricing (if applicable) Ask for conversion rate (free to paid, trial to subscription) Ask f...
|
526 |
| 4336 | nda-generator | claude-office-skills/skills |
NDA Generator Skill Overview I help you create professional Non-Disclosure Agreements (NDAs) for various business situations. Whether you're meeting potential investors, hiring contractors, or exploring partnerships, I'll generate an appropriate NDA. What I can do: Generate one-way or mutual NDAs Customize confidentiality scope and duration Include standard protective clauses Adapt for different jurisdictions Support English and Chinese What I cannot do: Provide legal advice Guarantee enforceabi...
|
526 |
| 4337 | react-native | vercel-labs/json-render |
@json-render/react-native React Native renderer that converts JSON specs into native mobile component trees with standard components, data binding, visibility, actions, and dynamic props. Quick Start import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/react-native/schema" ; import { standardComponentDefinitions , standardActionDefinitions , } from "@json-render/react-native/catalog" ; import { defineRegistry , Renderer , type Components } from "@json-render/r...
|
526 |
| 4338 | plan | hyperb1iss/hyperskills |
Structured Planning Verification-driven task decomposition with Sibyl-native tracking. Mined from 200+ real planning sessions — the plans that actually survived contact with code. Core insight: Plans fail when steps can't be verified. Decompose until every step has a concrete check. Track in Sibyl so plans survive context windows. The Process digraph planning { rankdir = TB ; node [ shape = box ] ; "1. SCOPE" [ style = filled , fillcolor = "e8e8ff" ] ; "2. EXPLORE" [ style = filled , fillcolor =...
|
526 |
| 4339 | update-screenshots | microsoft/vscode |
Update Component Screenshots from CI When asked to update, accept, or refresh screenshot baselines from CI — or when the Screenshot Tests GitHub Action has failed with screenshot differences — follow this procedure to download the CI-generated screenshots and commit them as the new baselines. Why CI Screenshots? Screenshots captured locally may differ from CI due to platform differences (fonts, rendering, DPI). The CI (Linux, ubuntu-latest) is the source of truth. This skill downloads the CI-pro...
|
526 |
| 4340 | bump-release | paulrberg/agent-skills |
Bump Release Support for both regular and beta releases. Parameters version : Optional explicit version to use (e.g., 2.0.0 ). When provided, skips automatic version inference --beta : Create a beta release with -beta.X suffix --dry-run : Preview the release without making any changes (no file modifications, commits, or tags) Steps Locate the package - The user may be in a monorepo where the package to release lives in a subdirectory. Look for package.json in the current working directory first;...
|
526 |
| 4341 | claude-peers-mcp | aradotso/trending-skills |
claude-peers-mcp Skill by ara.so — Daily 2026 Skills collection. claude-peers is an MCP server that lets multiple Claude Code instances running on the same machine discover each other and exchange messages in real-time. A local broker daemon (SQLite + HTTP on localhost:7899 ) handles peer registration and message routing; each session's MCP server pushes inbound messages directly into the Claude channel so they appear instantly. Installation 1. Clone and install dependencies git clone https://gi...
|
526 |
| 4342 | read-working-memory | nowledge-co/community |
Read Working Memory Start every session with context. Your Working Memory is a daily briefing synthesized from your knowledge base. When to Use At session start: Beginning of a new conversation Returning to a project after a break When context about recent work would help During session: User asks "what am I working on?" or "what's my context?" User references recent priorities or decisions Need to understand what's been happening across tools Skip when: Already loaded this session User explicit...
|
525 |
| 4343 | aws-cdk-development | zxkane/aws-skills |
AWS CDK Development This skill provides comprehensive guidance for developing AWS infrastructure using the Cloud Development Kit (CDK), with integrated MCP servers for accessing latest AWS knowledge and CDK utilities. AWS Documentation Requirement CRITICAL: This skill requires AWS MCP tools for accurate, up-to-date AWS information. Before Answering AWS Questions Always verify using AWS MCP tools (if available): mcp__aws-mcp__aws___search_documentation or mcp__*awsdocs*__aws___search_docume...
|
524 |
| 4344 | spring-boot-saga-pattern | giuseppe-trisciuoglio/developer-kit |
Spring Boot Saga Pattern When to Use Implement this skill when: Building distributed transactions across multiple microservices Needing to replace two-phase commit (2PC) with a more scalable solution Handling transaction rollback when a service fails in multi-service workflows Ensuring eventual consistency in microservices architecture Implementing compensating transactions for failed operations Coordinating complex business processes spanning multiple services Choosing between choreography-base...
|
524 |
| 4345 | scikit-learn | davila7/claude-code-templates |
Scikit-learn Overview This skill provides comprehensive guidance for machine learning tasks using scikit-learn, the industry-standard Python library for classical machine learning. Use this skill for classification, regression, clustering, dimensionality reduction, preprocessing, model evaluation, and building production-ready ML pipelines. Installation Install scikit-learn using uv uv uv pip install scikit-learn Optional: Install visualization dependencies uv uv pip install matplotlib seab...
|
524 |
| 4346 | influencer-marketing | kostja94/marketing-skills |
Channels: Influencer Guides influencer marketing strategy for AI/SaaS products. Focus on trust and brand exposure; 2–3x higher conversion and 40%–50% lower CAC than traditional ads. 92% of consumers trust influencers over celebrities. 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. Initial Assessment Check for project cont...
|
524 |
| 4347 | job description generator | claude-office-skills/skills |
Job Description Generator Generate professional, inclusive job descriptions that attract qualified candidates. Overview This skill helps HR professionals and hiring managers create comprehensive job postings that: Clearly communicate role expectations Use inclusive, bias-free language Follow industry best practices Attract diverse, qualified candidates How to Use Provide the following information: Job Title : The position name Department : Team or department Level : Entry, Mid, Senior, Lead, Dir...
|
524 |
| 4348 | brainstorm | hyperb1iss/hyperskills |
Collaborative Brainstorming Structured ideation using the Double Diamond model, grounded in persistent memory. Mined from 100+ real brainstorming sessions across production projects. Core insight: AI excels at divergent phases (volume, cross-domain connections). Humans excel at convergent phases (judgment, selection). This skill separates the two and uses Sibyl as institutional memory to prevent re-exploring solved problems. The Process digraph brainstorm { rankdir = TB ; node [ shape = box ] ; ...
|
524 |
| 4349 | aoti-debug | pytorch/pytorch |
AOTI Debugging Guide This skill helps diagnose and fix common AOTInductor issues. Error Pattern Routing Check the error message and route to the appropriate sub-guide: Triton Index Out of Bounds If the error matches this pattern: Assertion `index out of bounds: 0 <= tmpN < ksM` failed → Follow the guide in triton-index-out-of-bounds.md All Other Errors Continue with the sections below. First Step: Always Check Device and Shape Matching For ANY AOTI error (segfault, exception, crash, wrong output...
|
524 |
| 4350 | ai-sdk-ui | jezweb/claude-skills |
AI SDK UI - Frontend React Hooks Frontend React hooks for AI-powered user interfaces with Vercel AI SDK v6. Version: AI SDK v6.0.42 (Stable) Framework: React 18+/19, Next.js 14+/15+ Last Updated: 2026-01-20 AI SDK v6 Stable (January 2026) Status: Stable Release Latest: ai@6.0.42, @ai-sdk/react@3.0.44, @ai-sdk/openai@3.0.7 Migration: Minimal breaking changes from v5 → v6 New UI Features in v6 1. Message Parts Structure (Breaking Change) In v6, message content is now accessed via .parts arra...
|
523 |