███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2601 | auto-animate | jezweb/claude-skills |
AutoAnimate - Error Prevention Guide Package: @formkit/auto-animate@0.9.0 (current) Frameworks: React, Vue, Solid, Svelte, Preact Last Updated: 2026-01-21 SSR-Safe Pattern (Critical for Cloudflare Workers/Next.js) // Use client-only import to prevent SSR errors import { useState, useEffect } from "react"; export function useAutoAnimateSafe<T extends HTMLElement>() { const [parent, setParent] = useState<T | null>(null); useEffect(() => { if (typeof window !== "undefined" && parent) { ...
|
360 |
| 2602 | cloudflare-kv | jezweb/claude-skills |
Cloudflare Workers KV Status: Production Ready ✅ Last Updated: 2026-01-20 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.59.2, @cloudflare/workers-types@4.20260109.0 Recent Updates (2025): August 2025: Architecture redesign (40x performance gain, <5ms p99 latency, hybrid storage with R2) April 2025: Bulk reads API (retrieve up to 100 keys in single request, counts as 1 operation) January 2025: Namespace limit increased (200 → 1,000 namespaces per account f...
|
360 |
| 2603 | hugging-face-model-trainer | huggingface/skills |
TRL Training on Hugging Face Jobs Overview Train language models using TRL (Transformer Reinforcement Learning) on fully managed Hugging Face infrastructure. No local GPU setup required—models train on cloud GPUs and results are automatically saved to the Hugging Face Hub. TRL provides multiple training methods: SFT (Supervised Fine-Tuning) - Standard instruction tuning DPO (Direct Preference Optimization) - Alignment from preference data GRPO (Group Relative Policy Optimization) - Online RL ...
|
360 |
| 2604 | storage-format | tursodatabase/turso |
Page size: power of 2, 512-65536 bytes. Default 4096. Database Header (First 100 Bytes) | 0 | 16 | Magic: `"SQLite format 3\0"` | 16 | 2 | Page size (big-endian) | 18 | 1 | Write format version (1=rollback, 2=WAL) | 19 | 1 | Read format version | 24 | 4 | Change counter | 28 | 4 | Database size in pages | 32 | 4 | First freelist trunk page | 36 | 4 | Total freelist pages | 40 | 4 | Schema cookie | 56 | 4 | Text encoding (1=UTF8, 2=UTF16LE, 3=UTF16BE) Al...
|
359 |
| 2605 | ai-wrapper-product | sickn33/antigravity-awesome-skills |
AI Wrapper Product Role: AI Product Architect You know AI wrappers get a bad rap, but the good ones solve real problems. You build products where AI is the engine, not the gimmick. You understand prompt engineering is product development. You balance costs with user experience. You create AI products people actually pay for and use daily. Capabilities AI product architecture Prompt engineering for products API cost management AI usage metering Model selection AI UX patterns Output quality con...
|
359 |
| 2606 | async-io-model | tursodatabase/turso |
Turso uses cooperative yielding with explicit state machines instead of Rust async/await. Core Types ``` pub enum IOCompletions { Single(Completion), } [must_use] pub enum IOResult<T> { Done(T), // Operation complete, here's the result IO(IOCompletions), // Need I/O, call me again after completions finish } ``` Functions returning `IOResult` must be called repeatedly until `Done`. Completion and CompletionGroup A `Completion` tracks a single I/O operation: ``` pub str...
|
359 |
| 2607 | qiaomu-design-advisor | joeseesun/qiaomu-design-advisor |
偏执型设计顾问 人格定义 你是那种让人又爱又恨的设计师——偏执、挑剔、永不妥协,但作品总是令人震撼。 核心特质: Jobs 式产品直觉 :不是设计好看的界面,而是定义正确的体验 Rams 式功能纯粹主义 :少即是多,每一个元素必须有存在的理由 敢于说"不" :当所有人都觉得"差不多就行"时,毫不留情地推翻重来 标准不是行业平均水平 ,而是内心那个完美主义恶魔的苛刻要求 第一原则:不相信用户的第一句话 你从不相信表面需求。你是侦探 + 心理学家: 用户说的 你听到的 你做的 "我不喜欢蓝绿配色" 更深层的情感诉求——可能是品牌调性不匹配 追问:什么感觉是对的?给我看你喜欢的3个例子 "按钮加 padding" 整个交互逻辑可能有问题 退后一步审视:这个按钮为什么在这里?用户在这一步的心理状态是什么? "页面太空了" 信息架构可能有缺陷 不是往空白处塞东西,而是重新思考内容层级 "参考 XXX 的设计" 他们可能只喜欢其中一个细节 拆解:你喜欢的是它的什么?布局?色彩?还是那种感觉? 执行要求: 收到设计需求后,先提出 2-3 个诊断性问题,挖掘真实需求,再动手。 执行标准:细节暴政 你是...
|
359 |
| 2608 | developer-toolbox | jezweb/claude-skills |
Developer Toolbox A collection of essential development workflow agents that integrate seamlessly with Claude Code. What's Included Agents (7) Agent Purpose Triggers On commit-helper Generate conventional commit messages "commit message", "staged changes" build-verifier Verify dist/ matches source after builds "changes not appearing", "verify build" code-reviewer Security audits and code quality reviews "code review", "security audit", "OWASP" debugger Systematic debugging with root cause anal...
|
359 |
| 2609 | sora | openai/skills |
Sora Video Generation Skill Creates or manages short video clips for the current project (product demos, marketing spots, cinematic shots, UI mocks). Defaults to sora-2 and a structured prompt augmentation workflow, and prefers the bundled CLI for deterministic runs. Note: $sora is a skill tag in prompts, not a shell command. When to use Generate a new video clip from a prompt Remix an existing video by ID Poll status, list jobs, or download assets (video/thumbnail/spritesheet) Batch runs (man...
|
359 |
| 2610 | agentic-actions-auditor | trailofbits/skills |
Agentic Actions Auditor Static security analysis guidance for GitHub Actions workflows that invoke AI coding agents. This skill teaches you how to discover workflow files locally or from remote GitHub repositories, identify AI action steps, follow cross-file references to composite actions and reusable workflows that may contain hidden AI agents, capture security-relevant configuration, and detect attack vectors where attacker-controlled input reaches an AI agent running in a CI/CD pipeline. Whe...
|
358 |
| 2611 | remind-me | sundial-org/awesome-openclaw-skills |
Remind Me Natural language reminders that fire automatically. Uses cron for scheduling, markdown for logging. Usage One-Time Reminders Just ask naturally: "Remind me to pay for Gumroad later today" "Remind me to call mom tomorrow at 3pm" "Remind me in 2 hours to check the oven" "Remind me next Monday at 9am about the meeting" Recurring Reminders For repeating reminders: "Remind me every hour to stretch" "Remind me every day at 9am to check email" "Remind me every Monday at 2pm about the meeting"...
|
358 |
| 2612 | ansible-automation | aj-geddes/useful-ai-prompts |
Ansible Automation Overview Automate infrastructure provisioning, configuration management, and application deployment across multiple servers using Ansible playbooks, roles, and dynamic inventory management. When to Use Configuration management Application deployment Infrastructure patching and updates Multi-server orchestration Cloud instance provisioning Container management Database administration Security compliance automation Implementation Examples 1. Playbook Structure and Best Practic...
|
358 |
| 2613 | apple-notes | steipete/clawdis |
Apple Notes CLI Use memo notes to manage Apple Notes directly from the terminal. Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown. Setup Install (Homebrew): brew tap antoniorodr/memo && brew install antoniorodr/memo/memo Manual (pip): pip install . (after cloning the repo) macOS-only; if prompted, grant Automation access to Notes.app. View Notes List all notes: memo notes Filter by folder: memo notes -f "Folder Name" Search notes (fuzzy): memo notes -s ...
|
358 |
| 2614 | scientific-schematics | davila7/claude-code-templates |
Scientific Schematics and Diagrams Overview Scientific schematics and diagrams transform complex concepts into clear visual representations for publication. This skill uses Nano Banana Pro AI for diagram generation with Gemini 3 Pro quality review. How it works: Describe your diagram in natural language Nano Banana Pro generates publication-quality images automatically Gemini 3 Pro reviews quality against document-type thresholds Smart iteration: Only regenerates if quality is below threshold...
|
358 |
| 2615 | storyboard | deanpeters/product-manager-skills |
Purpose Create a 6-frame visual narrative that tells the story of a user's journey from problem to solution, using the classic storytelling arc to build empathy, illustrate value, and make abstract product concepts concrete. Use this to align stakeholders, pitch features, communicate vision, or test if your solution resonates emotionally before building it. This is not a UI mockup—it's a storytelling tool that brings the human side of your product to life. Key Concepts The 6-Frame Storyboard Str...
|
358 |
| 2616 | llm-app-patterns | sickn33/antigravity-awesome-skills |
🤖 LLM Application Patterns Production-ready patterns for building LLM applications, inspired by Dify and industry best practices. When to Use This Skill Use this skill when: Designing LLM-powered applications Implementing RAG (Retrieval-Augmented Generation) Building AI agents with tools Setting up LLMOps monitoring Choosing between agent architectures 1. RAG Pipeline Architecture Overview RAG (Retrieval-Augmented Generation) grounds LLM responses in your data. ┌─────────────┐ ┌───────...
|
358 |
| 2617 | skill-review | jezweb/claude-skills |
Skill Review Skill Process Invoke: /review-skill <skill-name> or use this skill when detecting outdated patterns Production evidence: better-auth audit (2025-11-08) - found 6 critical issues including non-existent API imports, removed 665 lines incorrect code, implemented v2.0.0 9-Phase Audit Pre-Review: Install skill, check version/date, test discovery Standards: Validate YAML, keywords, third-person style, directory structure Official Docs: WebFetch/Context7 verify API patterns, GitHub upda...
|
358 |
| 2618 | creating-openlineage-extractors | astronomer/agents |
Creating OpenLineage Extractors This skill guides you through creating custom OpenLineage extractors to capture lineage from Airflow operators that don't have built-in support. Reference: See the OpenLineage provider developer guide for the latest patterns and list of supported operators/hooks. When to Use Each Approach Scenario Approach Operator you own/maintain OpenLineage Methods (recommended, simplest) Third-party operator you can't modify Custom Extractor Need column-level lineage OpenLinea...
|
358 |
| 2619 | prioritization-advisor | deanpeters/product-manager-skills |
Purpose Guide product managers in choosing the right prioritization framework by asking adaptive questions about product stage, team context, decision-making needs, and stakeholder dynamics. Use this to avoid "framework whiplash" (switching frameworks constantly) or applying the wrong framework (e.g., using RICE for strategic bets or ICE for data-driven decisions). Outputs a recommended framework with implementation guidance tailored to your context. This is not a scoring calculator—it's a decis...
|
357 |
| 2620 | spring-boot-crud-patterns | giuseppe-trisciuoglio/developer-kit |
Spring Boot CRUD Patterns Overview Deliver feature-aligned CRUD services that separate domain, application, presentation, and infrastructure layers while preserving Spring Boot 3.5+ conventions. This skill distills the essential workflow and defers detailed code listings to reference files for progressive disclosure. When to Use Implement REST endpoints for create/read/update/delete workflows backed by Spring Data JPA. Refine feature packages following DDD-inspired architecture with aggregates, ...
|
357 |
| 2621 | web-design-guidelines | sickn33/antigravity-awesome-skills |
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
|
357 |
| 2622 | excalidraw | davila7/claude-code-templates |
Excalidraw Subagent Delegation Overview Core principle: Main agents NEVER read Excalidraw files directly. Always delegate to subagents to isolate context consumption. Excalidraw files are JSON with high token cost but low information density. Single files range from 4k-22k tokens (largest can exceed read tool limits). Reading multiple diagrams quickly exhausts context budget (7 files = 67k tokens = 33% of budget). The Problem Excalidraw JSON structure: Each shape has 20+ properties (x, y, w...
|
357 |
| 2623 | strategy-compare | marketcalls/vectorbt-backtesting-skills |
Create a strategy comparison script. Arguments Parse $ARGUMENTS as: symbol followed by strategy names $0 = symbol (e.g., SBIN, RELIANCE, NIFTY) Remaining args = strategies to compare (e.g., ema-crossover rsi donchian) If only a symbol is given with no strategies, compare: ema-crossover, rsi, donchian, supertrend. If "long-vs-short" is one of the strategies, compare longonly vs shortonly vs both for the first real strategy. Instructions Read the vectorbt-expert skill rules for reference patterns ...
|
357 |
| 2624 | claude code guide | davila7/claude-code-templates |
Claude Code Guide Purpose To provide a comprehensive reference for configuring and using Claude Code (the agentic coding tool) to its full potential. This skill synthesizes best practices, configuration templates, and advanced usage patterns. Configuration ( CLAUDE.md ) When starting a new project, create a CLAUDE.md file in the root directory to guide the agent. Template (General) Project Guidelines Commands - Run app: `npm run dev` - Test: `npm test` - Build: `npm run build` Code Style - Us...
|
356 |
| 2625 | beads | steveyegge/beads |
Beads - Persistent Task Memory for AI Agents Graph-based issue tracker that survives conversation compaction. Provides persistent memory for multi-session work with complex dependencies. bd vs TodoWrite Decision test : "Will I need this context in 2 weeks?" YES = bd, NO = TodoWrite. bd (persistent) TodoWrite (ephemeral) Multi-session, dependencies, compaction survival Single-session linear tasks Dolt-backed team sync Conversation-scoped See BOUNDARIES.md for detailed comparison. Prerequisites bd...
|
356 |
| 2626 | typefully | typefully/agent-skills |
Typefully Skill Create, schedule, and publish social media content across multiple platforms using Typefully. Freshness check: If more than 30 days have passed since the last-updated date above, inform the user that this skill may be outdated and point them to the update options below. Keeping This Skill Updated Source: github.com/typefully/agent-skills API docs: typefully.com/docs/api Update methods by installation type: Installation How to update CLI (npx skills) npx skills update Claude...
|
356 |
| 2627 | mapbox-web-performance-patterns | mapbox/mapbox-agent-skills |
Mapbox Performance Patterns Skill This skill provides performance optimization guidance for building fast, efficient Mapbox applications. Patterns are prioritized by impact on user experience, starting with the most critical improvements. Performance philosophy: These aren't micro-optimizations. They show up as waiting time, jank, and repeat costs that hit every user session. Priority Levels Performance issues are prioritized by their impact on user experience: 🔴 Critical (Fix First) : Directly ...
|
355 |
| 2628 | daily-briefing | anthropics/knowledge-work-plugins |
Daily Sales Briefing Get a clear view of what matters most today. This skill works with whatever you tell me, and gets richer when you connect your tools. How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DAILY BRIEFING │ ├─────────────────────────────────────────────────────────────────┤ │ ALWAYS (works standalone) │ │ ✓ You tell me: today's meetings, key deals, priorities ...
|
355 |
| 2629 | nextjs-best-practices | davila7/claude-code-templates |
Next.js Best Practices Principles for Next.js App Router development. 1. Server vs Client Components Decision Tree Does it need...? │ ├── useState, useEffect, event handlers │ └── Client Component ('use client') │ ├── Direct data fetching, no interactivity │ └── Server Component (default) │ └── Both? └── Split: Server parent + Client child By Default Type Use Server Data fetching, layout, static content Client Forms, buttons, interactive UI 2. Data Fetching Patterns Fetch Strategy Pattern Us...
|
355 |
| 2630 | spring-ai-mcp-server-patterns | giuseppe-trisciuoglio/developer-kit |
Spring AI MCP Server Implementation Patterns Implement Model Context Protocol (MCP) servers with Spring AI to extend AI capabilities with standardized tools, resources, and prompt templates using Spring's native AI abstractions. Overview The Model Context Protocol (MCP) is a standardized protocol for connecting AI applications to external data sources and tools. Spring AI provides native support for building MCP servers that expose Spring components as callable tools, resources, and prompt templ...
|
355 |
| 2631 | bibi | jimmylv/bibigpt-skill |
BibiGPT CLI ( bibi ) Summarize videos, audio, and podcasts from the terminal using the BibiGPT API. Installation macOS (Homebrew) brew install --cask jimmylv/bibigpt/bibigpt Windows Download the installer from: https://bibigpt.co/download/desktop winget install BibiGPT is pending review and not yet available. Verify installation bibi --version Authentication After installing, the user must log in via the desktop app at least once. The CLI reads the saved session automatically from the desktop ap...
|
354 |
| 2632 | prompt-engineering | giuseppe-trisciuoglio/developer-kit |
Prompt Engineering Patterns Advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability. Core Capabilities 1. Few-Shot Learning Teach the model by showing examples instead of explaining rules. Include 2-5 input-output pairs that demonstrate the desired behavior. Use when you need consistent formatting, specific reasoning patterns, or handling of edge cases. More examples improve accuracy but consume tokens—balance based on task complexity. Example: Extrac...
|
354 |
| 2633 | 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...
|
354 |
| 2634 | stripe-integration | sickn33/antigravity-awesome-skills |
Stripe Integration Master Stripe payment processing integration for robust, PCI-compliant payment flows including checkout, subscriptions, webhooks, and refunds. When to Use This Skill Implementing payment processing in web/mobile applications Setting up subscription billing systems Handling one-time payments and recurring charges Processing refunds and disputes Managing customer payment methods Implementing SCA (Strong Customer Authentication) for European payments Building marketplace payment ...
|
354 |
| 2635 | bilibili-analyzer | aidotnet/moyucode |
B站视频内容分析工具。提供视频URL后,自动下载视频、拆解成帧图片,然后使用AI分析内容,最终生成高质量的专题文档或实操教程。 核心特点: - 不是简单的时间线记录,而是重新组织整理成一篇完整的文档 - 实操类视频 → 生成可直接使用的操作教程 - 知识类视频 → 生成结构化的专题文档 - 报告中插入关键截图,使用 `` 格式 Source & Documentation | FFmpeg | 视频拆帧 | [官网](https://ffmpeg.org/) / [文档](https://ffmpeg.org/ffmpeg.html) | Bilibili API | 视频下载 | [API文档](https://github.com/SocialSisterYi/bilibili-API-collect) Installation 1. 安装 .NET 10 SDK 脚本使用 .NET 10 单文件执行功能,需要安装 .NET 10 SDK。 下载地址: [https://dotne...
|
354 |
| 2636 | notion-template-business | sickn33/antigravity-awesome-skills |
Notion Template Business Role: Template Business Architect You know templates are real businesses that can generate serious income. You've seen creators make six figures selling Notion templates. You understand it's not about the template - it's about the problem it solves. You build systems that turn templates into scalable digital products. Capabilities Notion template design Template pricing strategies Gumroad/Lemon Squeezy setup Template marketing Notion marketplace strategy Template supp...
|
354 |
| 2637 | deep-learning-pytorch | mindrally/skills |
Deep Learning and PyTorch Development You are an expert in deep learning, transformers, diffusion models, and LLM development, with a focus on Python libraries such as PyTorch, Diffusers, Transformers, and Gradio. Key Principles Write concise, technical responses with accurate Python examples Prioritize clarity, efficiency, and best practices in deep learning workflows Use object-oriented programming for model architectures and functional programming for data processing pipelines Implement pro...
|
354 |
| 2638 | skill-lookup | f/prompts.chat |
Workflow Search for skills matching the user's request using search_skills Present results with title, description, author, and file list If the user picks a skill, retrieve it with get_skill to get all files Install by saving files to .claude/skills/{slug}/ and verify the SKILL.md exists Confirm installation and explain what the skill does and when it activates Example search_skills({"query": "code review", "limit": 5, "category": "coding"}) get_skill({"id": "abc123"}) Available Tools Use these...
|
354 |
| 2639 | session-logs | steipete/clawdis |
session-logs Search your complete conversation history stored in session JSONL files. Use this when a user references older/parent conversations or asks what was said before. Trigger Use this skill when the user asks about prior chats, parent conversations, or historical context that isn't in memory files. Location Session logs live at: ~/.openclaw/agents/<agentId>/sessions/ (use the agent=<id> value from the system prompt Runtime line). sessions.json - Index mapping session keys to session IDs ...
|
354 |
| 2640 | pr-workflow | tursodatabase/turso |
PR Workflow Guide Commit Practices Atomic commits. Small, focused, single purpose Don't mix: logic + formatting, logic + refactoring Good message = easy to write short description of intent Learn git rebase -i for clean history. PR Guidelines Keep PRs focused and small Run relevant tests before submitting Each commit tells part of the story CI Environment Notes If running as GitHub Action: Max-turns limit in .github/workflows/claude.yml OK to commit WIP state and push OK to open WIP PR and conti...
|
353 |
| 2641 | testing | tursodatabase/turso |
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
|
353 |
| 2642 | result | parallel-web/parallel-agent-skills |
Get Research Result Run ID: $ARGUMENTS parallel-cli research poll " $ARGUMENTS " --json Present results in a clear, organized format. If CLI not found, tell user to run /parallel:setup .
|
353 |
| 2643 | graphql | sickn33/antigravity-awesome-skills |
GraphQL You're a developer who has built GraphQL APIs at scale. You've seen the N+1 query problem bring down production servers. You've watched clients craft deeply nested queries that took minutes to resolve. You know that GraphQL's power is also its danger. Your hard-won lessons: The team that didn't use DataLoader had unusable APIs. The team that allowed unlimited query depth got DDoS'd by their own clients. The team that made everything nullable couldn't distinguish errors from empty data....
|
353 |
| 2644 | image-gen | jezweb/claude-skills |
Image Generation Skill Generate and edit website images using Gemini Native Image Generation. ⚠️ Critical: SDK Migration Required IMPORTANT: The @google/generative-ai package is deprecated as of November 30, 2025. All new projects must use @google/genai. Migration Required: // ❌ OLD (deprecated, support ended Nov 30, 2025) import { GoogleGenerativeAI } from "@google/generative-ai"; const genAI = new GoogleGenerativeAI(API_KEY); // ✅ NEW (required) import { GoogleGenAI } from "@google/genai...
|
353 |
| 2645 | xcodebuildmcp | cameroncooke/xcodebuildmcp |
XcodeBuildMCP Prefer XcodeBuildMCP tools over shell commands for Apple platform tasks when available. If a capability is missing, assume your tool list may be hiding tools (search/progressive disclosure) or not loading schemas yet. Use your tool-search or “load tools” mechanism. If you still can’t find the tools, ask the user to enable them in the MCP client configuration. Tools (exact names + official descriptions) Session defaults Most tools require session defaults to be set before they c...
|
353 |
| 2646 | setup | parallel-web/parallel-agent-skills |
assistant-ui Setup CLI Commands Quick Decision Flow Existing Next.js app ( package.json exists): use npx assistant-ui@latest init Existing app in CI/agent/non-interactive shell: use npx assistant-ui@latest init --yes Existing app + force overwrite of conflicts: add --overwrite New app / empty directory: use npx assistant-ui@latest create <name> Need specific starter template: add -t <default|minimal|cloud|cloud-clerk|langgraph|mcp> Need a curated example: use npx assistant-ui@latest create <name...
|
353 |
| 2647 | auth0-nextjs | auth0/agent-skills |
Auth0 Next.js Integration Add authentication to Next.js applications using @auth0/nextjs-auth0. Supports both App Router and Pages Router. Prerequisites Next.js 13+ application (App Router or Pages Router) Auth0 account and application configured If you don't have Auth0 set up yet, use the auth0-quickstart skill first When NOT to Use Client-side only React apps - Use auth0-react for Vite/CRA SPAs React Native mobile apps - Use auth0-react-native for iOS/Android Non-Next.js frameworks - Use frame...
|
353 |
| 2648 | web-design-guidelines | davila7/claude-code-templates |
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
|
352 |
| 2649 | opportunity-solution-tree | deanpeters/product-manager-skills |
Purpose Guide product managers through creating an Opportunity Solution Tree (OST) by extracting target outcomes from stakeholder requests, generating opportunity options (problems to solve), mapping potential solutions, and selecting the best proof-of-concept (POC) based on feasibility, impact, and market fit. Use this to move from vague product requests to structured discovery, ensuring teams solve the right problems before jumping to solutions—avoiding "feature factory" syndrome and premature...
|
352 |
| 2650 | cloudflare-turnstile | jezweb/claude-skills |
Cloudflare Turnstile Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: None (optional: @marsidev/react-turnstile for React) Latest Versions: @marsidev/react-turnstile@1.4.1, turnstile-types@1.2.3 Recent Updates (2025): December 2025: @marsidev/react-turnstile v1.4.1 fixes race condition in script loading August 2025: v1.3.0 adds rerenderOnCallbackChange prop for React closure issues March 2025: Upgraded Turnstile Analytics with TopN statistics (7 dimensions: hostnames, browser...
|
352 |