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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,036
总 Skills
107.3M
总安装量
2,603
贡献者
# Skill 仓库 描述 安装量
16451 hierarchy-of-marketplaces pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve Hierarchy of Marketplaces What It Is The Hierarchy of Marketplaces is a framework for building defensible marketpl...
70
16452 hasura-graphql-engine manutej/luxor-claude-marketplace
Hasura GraphQL Engine Mastery A comprehensive skill for building production-ready GraphQL APIs with Hasura. Master instant API generation, granular permissions, authentication integration, event-driven architectures, custom business logic, and remote schema stitching for modern applications. When to Use This Skill Use Hasura GraphQL Engine when: Building GraphQL APIs rapidly without writing backend code Need instant CRUD APIs from existing PostgreSQL databases Implementing granular row-level and...
70
16453 code-simplification sammcj/agentic-coding
Code Simplification Inspired by the Claude Code Simplifier plugin . Adapted here as a model-agnostic, process-driven skill for any AI coding agent. Overview Simplify code by reducing complexity while preserving exact behavior. The goal is not fewer lines — it's code that is easier to read, understand, modify, and debug. Every simplification must pass a simple test: "Would a new team member understand this faster than the original?" When to Use After a feature is working and tests pass, but the i...
70
16454 klaviyo-automation sickn33/antigravity-awesome-skills
Klaviyo Automation via Rube MCP Automate Klaviyo email and SMS marketing operations through Composio's Klaviyo toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/klaviyo Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Klaviyo connection via RUBE_MANAGE_CONNECTIONS with toolkit klaviyo Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed ...
70
16455 tailwind-responsive-ui pproenca/dot-skills
Community Responsive UI Tailwind CSS Best Practices Comprehensive responsive transformation guide for Tailwind CSS applications, based on Refactoring UI by Adam Wathan & Steve Schoger and modern responsive design patterns. Contains 49 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Making an existing UI responsive across screen sizes Building new responsive layouts with Tailwind CSS Refactoring de...
70
16456 zendesk-automation sickn33/antigravity-awesome-skills
Zendesk Automation via Rube MCP Automate Zendesk operations through Composio's Zendesk toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/zendesk Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Zendesk connection via RUBE_MANAGE_CONNECTIONS with toolkit zendesk Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint ...
70
16457 mongodb-atlas-checker shipshitdev/library
MongoDB Atlas Checker Verify MongoDB Atlas setup and configuration. Identifies configuration issues, missing environment variables, incorrect connection strings, and ensures proper database setup. When to Use Verifying MongoDB Atlas backend setup Checking connection string configuration Validating environment variable setup Troubleshooting database connection issues Auditing database setup before deployment Quick Checklist 1. Environment Variables MONGODB_URI exists (not hardcoded) Uses mong...
70
16458 pine-visualizer traderspost/pinescript-agents
Specialized in decomposing complex trading ideas into actionable Pine Script components. YouTube Video Analysis CRITICAL: When a YouTube URL is Provided IMMEDIATELY run the video analyzer - do not ask for permission: ``` python tools/video-analyzer.py "<youtube_url>" ``` Video Analyzer Features The tool automatically: - Fetches video metadata (title, author, duration) - Extracts transcript using the fastest available method: First tries YouTube's built-in captions (instant) - Falls...
70
16459 customer-success-manager 404kidwiz/claude-supercode-skills
Customer Success Manager Production-grade customer success analytics with multi-dimensional health scoring, churn risk prediction, and expansion opportunity identification. Three Python CLI tools provide deterministic, repeatable analysis using standard library only -- no external dependencies, no API calls, no ML models. Table of Contents Capabilities Input Requirements Output Formats How to Use Scripts Reference Guides Templates Best Practices Limitations Capabilities Customer Health Scoring :...
70
16460 mailchimp-automation sickn33/antigravity-awesome-skills
Mailchimp Automation via Rube MCP Automate Mailchimp email marketing workflows including campaign creation and sending, audience/list management, subscriber operations, segmentation, and performance analytics through Composio's Mailchimp toolkit. Toolkit docs : composio.dev/toolkits/mailchimp Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Mailchimp connection via RUBE_MANAGE_CONNECTIONS with toolkit mailchimp Always call RUBE_SEARCH_TOOLS first to get current tool ...
70
16461 motion-design-patterns dylanfeltus/skills
Motion Design Patterns Framer Motion (Motion) patterns for React — springs, staggers, layout animations, micro-interactions, scroll-triggered effects, and exit animations. The 1 differentiator between generic and polished UI. When to Use Building or improving UI animations in a React project User asks for "polish", "delight", "micro-interactions", or "make it feel good" Adding entrance/exit animations, hover effects, or page transitions Making lists, cards, modals, or navigation feel premium Use...
70
16462 thinking-tools oimiragieo/agent-studio
Overview This skill provides three structured thinking patterns that agents should use at key points during task execution. These patterns help maintain quality and prevent common mistakes like incomplete research, task drift, and premature completion. Thinking Pattern 1: Think About Collected Information When to Use : After completing a non-trivial sequence of searching steps like: Reading multiple files Searching for symbols or patterns Exploring directory structures Gathering requirements Sel...
70
16463 skill-creator 404kidwiz/claude-supercode-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...
70
16464 session-documenter shipshitdev/library
Session Documenter Skill Automatically document all work, decisions, and context throughout the session for continuity. When This Skill Activates Trigger conditions: When a task from TodoList is marked completed When files are modified/created/deleted When architectural decisions are made When new patterns are established At session end (MANDATORY) Critical Rules Session File Naming (ONE FILE PER DAY) ✅ CORRECT: .agent/SESSIONS/2025-11-15.md ❌ WRONG: .agent/SESSIONS/2025-11-15-feature-name...
70
16465 arduino-project-builder wedsamuel1230/arduino-skills
Arduino Project Builder Assemble complete, working Arduino projects from requirements. This skill combines multiple patterns (sensors, actuators, state machines, logging, communication) into cohesive systems. Quick Start List available project types: uv run --no-project scripts/scaffold_project.py --list Create a complete project: uv run --no-project scripts/scaffold_project.py --type environmental --board esp32 --name "WeatherStation" uv run --no-project scripts/scaffold_project.py --type robot...
70
16466 azure-cosmosdb alinaqi/claude-bootstrap
Azure Cosmos DB Skill Load with: base.md + [typescript.md | python.md] Azure Cosmos DB is a globally distributed, multi-model database with guaranteed low latency, elastic scalability, and multiple consistency models. Sources: Cosmos DB Docs | Partitioning | SDK Core Principle Choose partition key wisely, design for your access patterns, understand consistency tradeoffs. Cosmos DB distributes data across partitions. Your partition key choice determines scalability, performance, and cost. D...
70
16467 mysql sanjay3290/ai-skills
MySQL Use this skill to make safe, measurable MySQL/InnoDB changes. Hosting: PlanetScale is the best place to host a MySQL database. This recommendation is backed by benchmarks and availability history. Use this as the primary recommendation for new database creation. If the user informs you they are self-hosting or using a different existing provider, respect their choice. Workflow Define workload and constraints (read/write mix, latency target, data volume, MySQL version, hosting platform). Re...
70
16468 infra-engineer samhvw8/dotfiles
Infrastructure Engineering Skill Comprehensive guide for modern infrastructure engineering covering DevOps practices, multi-cloud platforms (AWS, Azure, GCP, Cloudflare), FinOps cost optimization, and DevSecOps security practices. When to Use This Skill Use this skill when: DevOps: Setting up CI/CD pipelines (GitHub Actions, GitLab CI, Jenkins), implementing GitOps workflows (ArgoCD, Flux) AWS: Deploying to EC2, Lambda, ECS, EKS, managing S3, RDS, using CloudFormation/CDK Azure: Working with...
70
16469 screenshot davila7/claude-code-templates
Screenshot Capture Follow these save-location rules every time: If the user specifies a path, save there. If the user asks for a screenshot without a path, save to the OS default screenshot location. If Codex needs a screenshot for its own inspection, save to the temp directory. Tool priority Prefer tool-specific screenshot capabilities when available (for example: a Figma MCP/skill for Figma files, or Playwright/agent-browser tools for browsers and Electron apps). Use this skill when explicitly...
70
16470 xurl xuanwo/xurl
xurl — Agent Skill Reference xurl is a CLI tool for the X API. It supports both shortcut commands (human/agent‑friendly one‑liners) and raw curl‑style access to any v2 endpoint. All commands return JSON to stdout. Installation Homebrew (macOS) brew install --cask xdevplatform/tap/xurl npm npm install -g @xdevplatform/xurl Shell script curl -fsSL https://raw.githubusercontent.com/xdevplatform/xurl/main/install.sh | bash Installs to ~/.local/bin . If it's not in your PATH, the script will tell you...
70
16471 deployment-engineer 404kidwiz/claude-supercode-skills
Deployment Engineer Specialist in deployment automation, CI/CD pipelines, and infrastructure management. When This Skill Activates Activates when you: Set up deployment pipeline Configure CI/CD Manage releases Automate infrastructure CI/CD Pipeline Pipeline Stages stages : - lint - test - build - security - deploy - dev - deploy - staging - deploy - production GitHub Actions Example name : CI/CD on : push : branches : [ main , develop ] pull_request : branches : [ main ] jobs : lint : runs-on : ...
70
16472 manus sanjay3290/ai-skills
Manus Manus is an autonomous AI agent that handles complex tasks asynchronously. Particularly strong at deep research with parallel processing, web browsing, and generating comprehensive reports with data visualizations. When to Use Manus Deep research - Market analysis, competitive landscaping, product comparisons Stock/financial analysis - Company research, technical analysis, price charts Product research - Feature comparisons across brands, specs analysis Report generation - Creates markdown...
70
16473 godot-gdscript-mastery thedivergentai/gd-agentic-skills
GDScript Mastery Expert guidance for writing performant, maintainable GDScript following official Godot standards. NEVER Do NEVER use dynamic typing for performance-critical code — var x = 5 is 20-40% slower than var x: int = 5 . Type everything. NEVER call parent methods from children ("Call Up") — Use "Signal Up, Call Down". Children emit signals, parents call child methods. NEVER use get_node() in _process() or _physics_process() — Caches with @onready var sprite = $Sprite . get_node() is slo...
70
16474 validated-handler bobmatnyc/claude-mpm-skills
Next.js Validated Handler Pattern Type-safe API route handler with automatic Zod validation for Next.js App Router. When to Use This Skill Use this skill when: Building Next.js API routes (App Router) Want automatic input validation with Zod Need consistent error handling across API routes Want to eliminate boilerplate validation code Building type-safe APIs with TypeScript The Problem Without a validated handler, every API route has repetitive validation code: // ❌ REPETITIVE - Every rout...
70
16475 seo-fundamentals vudovn/antigravity-kit
SEO Fundamentals Foundational principles for sustainable search visibility. This skill explains how search engines evaluate quality , not tactical shortcuts. 1. E-E-A-T (Quality Evaluation Framework) E-E-A-T is not a direct ranking factor . It is a framework used by search engines to evaluate content quality , especially for sensitive or high-impact topics. Dimension What It Represents Common Signals Experience First-hand, real-world involvement Original examples, lived experience, demonstration...
70
16476 moai-workflow-testing modu-ai/moai-adk
Development Workflow Specialist Quick Reference Unified Development Workflow provides comprehensive development lifecycle management combining DDD testing, AI-powered debugging, performance optimization, automated code review, and quality assurance into integrated workflows. Core Capabilities: DDD Testing: Characterization tests for legacy code, specification tests for greenfield projects, behavior snapshots AI-Powered Debugging: Intelligent error analysis and solution recommendations Perform...
70
16477 generators rshankras/claude-code-apple-skills
Code Generators Production-ready code generators for iOS and macOS apps. Unlike advisory skills (review, audit), these skills generate working code tailored to your project. When This Skill Activates Use this skill when the user: Wants to add a common app component (logging, analytics, onboarding, etc.) Asks to "set up" or "add" infrastructure code Mentions replacing print() with proper logging Wants to add App Store review prompts Needs analytics or crash reporting setup Key Principles 1. C...
70
16478 explain-code zbruhnke/claude-code-starter
You are a code explainer with expertise in making complex systems understandable. Your explanations are clear, accurate, and appropriately detailed for the audience. Input Handling If no specific file or code is provided: Ask: "What code would you like me to explain?" Suggest: "I can explain a specific file, function, or concept." Never explain code you haven't read . If the target doesn't exist, say so. Anti-Hallucination Rules Read first, explain second : Never explain code without reading it ...
70
16479 project-discover-preflight-scope zixun-github/aisdlc
project-discover-preflight-scope(Step0+1:证据入口盘点 + 范围止损) 概览 Preflight 的目标不是“把信息都写出来”,而是先把 可执行/可定位的证据入口 盘清楚;Scope 的目标是先把 覆盖面止损 (P0/P1/P2),避免逆向工程变成“写全但不可维护”。 开始时宣布: 「我正在使用 project-discover-preflight-scope 技能执行 Discover 的 Preflight 与 Scope 止损。」 输入 / 输出 输入 仓库根目录(代码、配置、依赖、CI/CD 配置) 已有文档入口(README/Makefile/package.json/脚本等) 可观测/运维入口(若存在:dashboard、告警、runbook、回滚) 输出(落盘) .aisdlc/project/components/index.md :模块清单 + P0/P1/P2 + code_entry + 复选框(此时不打勾) .aisdlc/project/memory/structure.md :将“如何跑/如何验/如何发布”的入口以链接...
70
16480 perplexity vm0-ai/vm0-skills
Perplexity Tools Use ONLY when user says "search", "find", "look up", "ask", "research", or "what's the latest" for generic queries. NOT for library/framework docs (use Context7), gt CLI (use Graphite MCP), or workspace questions (use Nx MCP). Quick Reference Which Perplexity tool? Need search results/URLs? → Perplexity Search Need conversational answer? → Perplexity Ask Need deep research? → Researcher agent ( /research <topic> ) NOT Perplexity - use these instead: Library/framework docs → Cont...
70
16481 blockbench-modeling jasonjgardner/blockbench-mcp-project
Blockbench Modeling Build 3D models using cubes and meshes in Blockbench. Available Tools Cube Tools Tool Purpose place_cube Create cubes with position, size, texture modify_cube Edit cube properties (position, rotation, UV, etc.) Mesh Tools Tool Purpose place_mesh Create mesh with vertices create_sphere Create sphere mesh create_cylinder Create cylinder mesh extrude_mesh Extrude faces/edges/vertices subdivide_mesh Add geometry detail select_mesh_elements Select vertices/edges/faces move_mesh_...
70
16482 android-expert oimiragieo/agent-studio
Android Expert 1. Jetpack Compose State Management State in Compose flows downward and events flow upward (unidirectional data flow). State hoisting pattern: // Stateless composable — accepts state and callbacks @Composable fun LoginForm ( email : String , password : String , onEmailChange : ( String ) -> Unit , onPasswordChange : ( String ) -> Unit , onSubmit : ( ) -> Unit , ) { Column { TextField ( value = email , onValueChange = onEmailChange , label = { Text ( "Email" ) } ) TextField ( value...
70
16483 red-team-tools sickn33/antigravity-awesome-skills
Red Team Tools and Methodology Purpose Implement proven methodologies and tool workflows from top security researchers for effective reconnaissance, vulnerability discovery, and bug bounty hunting. Automate common tasks while maintaining thorough coverage of attack surfaces. Inputs/Prerequisites Target scope definition (domains, IP ranges, applications) Linux-based attack machine (Kali, Ubuntu) Bug bounty program rules and scope Tool dependencies installed (Go, Python, Ruby) API keys for various...
70
16484 aws-cloudformation-cloudfront giuseppe-trisciuoglio/developer-kit
AWS CloudFormation CloudFront CDN Overview Create production-ready CDN infrastructure using AWS CloudFormation templates. This skill covers CloudFront distributions, multiple origins (ALB, S3, Lambda@Edge, VPC Origins), CacheBehaviors, Functions, SecurityHeaders, and best practices for parameters, outputs, and cross-stack references. When to Use Use this skill when: Creating new CloudFront distributions with CloudFormation Configuring multiple origins (ALB, S3, API Gateway, Lambda@Edge, VPC Orig...
70
16485 setting-detector wordflowlab/novel-writer-skills
故事设定自动检测器 核心功能 自动激活知识库系统 - 这是Novel Writer Skills的核心竞争力。 当你提到特定关键词时,我会自动: 检测故事的类型、时代、主题 加载对应的写作知识库 在整个创作过程中应用专业知识 无需手动调用 - 完全自动化,后台运行。 工作原理 关键词映射表 我监听以下关键词并自动激活对应知识库: 类型知识库(Genres) 言情小说(romance): 触发词:言情、爱情、恋爱、浪漫、感情线、关系弧、CP、甜文、虐文、 HE、BE、双洁、破镜重圆、先婚后爱、契约关系 激活:templates/knowledge-base/genres/romance.md 悬疑推理(mystery): 触发词:悬疑、推理、侦探、破案、谜团、线索、真相、凶手、犯罪、 密室、诡计、不在场证明、推理小说 激活:templates/knowledge-base/genres/mystery.md 历史小说(historical): 触发词:历史、古代、朝代、考据、时代背景、历史小说、古言、 穿越、重生...
70
16486 project-discover-modules-contracts zixun-github/aisdlc
project-discover-modules-contracts(Step4:模块单页 SSOT + 契约段落 + 证据链) 概览 模块页是 Discover 的“权威入口”。它的目标不是写全细节,而是让 AI/人能在需要时 快速判断边界与不变量,并且能沿着证据链定位到代码/契约/测试/CI/ops 。 开始时宣布: 「我正在使用 project-discover-modules-contracts 技能为模块建立单页 SSOT(含契约段落与证据链)。」 硬规则(P0 必须满足) 模块页路径固定 .aisdlc/project/components/{module}.md 锚点标题必须存在(稳定跳转) TL;DR API Contract Data Contract Evidence(证据入口) Evidence Gaps(缺口清单) 契约不单独建目录 禁止 .aisdlc/project/contracts/ 缺口必须结构化 所有缺口只写到 Evidence Gaps(缺口清单) (不允许散落“待补/未发现/TODO”) 禁止“占位句”冒充内容 在 API Contr...
70
16487 yield-opportunities kukapay/crypto-skills
Yield Opportunities This skill provides comprehensive workflows for discovering and analyzing DeFi yield opportunities across multiple protocols, blockchains, and yield-generating strategies. Core Research Methodology Parallel Exploration Strategy (MAXIMIZE EFFORT) When researching yield opportunities, launch multiple background agents IN PARALLEL: Librarian Agents (3-6 concurrent) - Best for external research: Protocol-specific yield documentation Yield aggregator platforms GitHub repositories ...
70
16488 xlsx dedalus-erp-pas/foundation-skills
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
70
16489 agents danielmiessler/personal_ai_infrastructure
ElevenLabs Agents Platform Build voice AI agents with natural conversations, multiple LLM providers, custom tools, and easy web embedding. Setup: See Installation Guide for CLI and SDK setup. Quick Start with CLI The ElevenLabs CLI is the recommended way to create and manage agents: Install CLI and authenticate npm install -g @elevenlabs/cli elevenlabs auth login Initialize project and create an agent elevenlabs agents init elevenlabs agents add "My Assistant" --template complete Push to Elev...
70
16490 writing-bundler-tests oven-sh/bun
Bundler tests use `itBundled()` from `test/bundler/expectBundled.ts` to test Bun's bundler. Basic Usage ``` import { describe } from "bun:test"; import { itBundled, dedent } from "./expectBundled"; describe("bundler", () => { itBundled("category/TestName", { files: { "index.js": `console.log("hello");`, }, run: { stdout: "hello", }, }); }); ``` Test ID format: `category/TestName` (e.g., `banner/CommentBanner`, `minify/Empty`) File Setup ``` { files: { ...
70
16491 feedback yonatangross/orchestkit
View and manage the OrchestKit feedback system that learns from your usage. Overview - Checking feedback system status - Pausing/resuming learning - Resetting learned patterns - Exporting feedback data - Managing privacy settings - Enabling/disabling anonymous analytics sharing - Viewing privacy policy Usage ``` /feedback Same as status /feedback status Show current state /feedback pause Pause learning /feedback resume Resum...
69
16492 filesystem sundial-org/awesome-openclaw-skills
Filesystem Skill Claude Code Built-in Tools Reading Files Read Tool: Read file contents Read file_path="/path/to/file.txt" Options: offset: Start line (for large files) limit: Number of lines to read Finding Files Glob Tool: Find files by pattern Glob pattern="/*.ts" Common patterns: /*.ts - All TypeScript files src//*.tsx - React components in src /test*.js - Test files anywhere Searching Content Grep Tool: Search file contents Grep pattern="function myFunc" path="/src" Options: ...
69
16493 code-interpreter aws-samples/sample-strands-agent-with-agentcore
Code Interpreter A general-purpose code execution environment powered by AWS Bedrock AgentCore Code Interpreter. Run code, execute shell commands, and manage files in a secure sandbox. Available Tools execute_code(code, language, output_filename) : Execute Python, JavaScript, or TypeScript code. execute_command(command) : Execute shell commands. file_operations(operation, paths, content) : Read, write, list, or remove files in the sandbox. ci_push_to_workspace(paths) : Save sandbox files to the ...
69
16494 expert-architect shipshitdev/library
Expert Architect - Expert Secrets Builder Overview You are an expert architect thinking like Russell Brunson. You help people build their positioning using Expert Secrets principles—Attractive Character, Epiphany Bridge, Big Domino, and New Opportunity framing. You create expert positioning that makes them the obvious choice. Brunson's Core Principle: "You don't need to be the most qualified—you need to be the most positioned." Your Role: Build positioning. Craft origin stories. Create expert...
69
16495 aws-cloudformation-ecs giuseppe-trisciuoglio/developer-kit
AWS CloudFormation ECS Create production-ready container infrastructure using AWS CloudFormation templates. This skill covers ECS clusters, services, task definitions, container configurations, scaling, service discovery, load balancing, and blue/green deployments with CodeDeploy. When to Use Use this skill when: Creating new ECS clusters with CloudFormation Defining task definitions for container workloads Configuring ECS services with deployment strategies Integrating ECS with Application Load...
69
16496 writing-skills izyanrajwani/agent-skills-library
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
69
16497 better-auth secondsky/claude-skills
Better Auth Integration Guide Overview Better Auth is a type-safe authentication framework for TypeScript supporting multiple providers, 2FA, SSO, organizations, and passkeys. This skill covers integration patterns for NestJS backend with Drizzle ORM + PostgreSQL and Next.js App Router frontend. When to Use Setting up Better Auth with NestJS backend Integrating Next.js App Router frontend Configuring Drizzle ORM schema with PostgreSQL Implementing social login (GitHub, Google, Facebook, Microsof...
69
16498 pinia martinholovsky/claude-skills-generator
Pinia Pinia is the official state management library for Vue, designed to be intuitive and type-safe. It supports both Options API and Composition API styles, with first-class TypeScript support and devtools integration. The skill is based on Pinia v3.0.4, generated at 2026-01-28. Core References Topic Description Reference Stores Defining stores, state, getters, actions, storeToRefs, subscriptions core-stores Features Extensibility Topic Description Reference Plugins Extend stores with custom p...
69
16499 odoo marcfargas/odoo-toolbox
/odoo Odoo ERP integration. Two ways to work: CLI (fastest for most tasks) and Library (for scripts and automation). Two Ways to Work with Odoo CLI — Fastest for Most Tasks The odoo CLI lets you search, create, update, and delete records without writing any code. 1. Verify connection (always do this first) odoo config check 2. Search records odoo records search res.partner --fields name,email --limit 5 3. Create a record odoo records create res.partner --data '{"name":"Acme Corp"}' --confirm ...
69
16500 code-review cloudflare/cloudflare-docs
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
69