Browse Skills

2696 skills found

moai-security-encryption.md
0
1 export moai-security-encryption
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Enterprise Encryption Security with AI-powered cryptographic architecture, Context7 integration, and intelligent encryption orchestration for data protection
2026-01-05
session-launcher.md
0
1 export session-launcher
2 jackspace from "jackspace/ClaudeSkillz"
3 Restores full context when user says "hi-ai" or starts a new conversation. Searches project files, loads memory indexes, reads session state, and creates visual dashboard showing current project, recent decisions, active blockers, and quick actions. Use when user says "hi-ai", "continue", "restore context", or starts a fresh conversation.
2026-01-05
design-research.md
0
1 export design-research
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Conducts user experience research and analysis to inform design decisions. Reviews first-party and third-party user data, analyzes industry trends from UX and visual design perspectives, and plans user research studies. Creates personas, customer segments, design principles, design roadmaps, and research discussion guides.
2026-01-05
ai-product-video.md
0
1 export ai-product-video
2 GroundMountCompany from "GroundMountCompany/groundmounts-app"
3 Specialized skill for AI product video generation. Use when you need product reveals, animated product shots, hero video banners, or e-commerce video content. Triggers on: product video, product reveal, animate product, hero video. Outputs professional product videos.
2026-01-05
openai-assistants.md
0
1 export openai-assistants
2 jackspace from "jackspace/ClaudeSkillz"
3 Complete guide for OpenAI's Assistants API v2: stateful conversational AI with built-in tools(Code Interpreter, File Search, Function Calling), vector stores for RAG (up to 10,000 files),thread/run lifecycle management, and streaming patterns. Both Node.js SDK and fetch approaches.⚠️ DEPRECATION NOTICE: OpenAI plans to sunset Assistants API in H1 2026 in favor of Responses API.This skill remains valuable for existing apps and migration planning.Use when: building stateful chatbots with OpenAI, implementing RAG with vector stores, executingPython code with Code Interpreter, using file search for document Q&A, managing conversation threads,streaming assistant responses, or encountering errors like "thread already has active run", vectorstore indexing delays, run polling timeouts, or file upload issues.Keywords: openai assistants, assistants api, openai threads, openai runs, code interpreter assistant,file search openai, vector store openai, openai rag, assistant streaming, thread persistence,state
2026-01-05
stripe-integration.md
0
1 export stripe-integration
2 breverdbidder from "breverdbidder/life-os"
3 Guides consistent, correct implementation of Stripe payment processing including payment flows, webhooks, subscriptions, and customer management. Use when integrating Stripe payments, setting up subscriptions, implementing webhooks, or managing customer billing.
2026-01-05
festival-operations.md
0
1 export festival-operations
2 nickytonline from "nickytonline/advent-of-ai-2025"
3 Expert knowledge for running winter festival operations covering customer experience, security, vendor relations, lost & found, and marketing communications
2026-01-05
posthog.md
0
1 export posthog
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement PostHog analytics for PhotoVault with dual tracking (client + server). Use when working with event tracking, funnel analysis, user identification, TypeScript event schemas, ad-blocker-proof server-side tracking, or debugging missing analytics data. Includes PhotoVault event definitions and privacy defaults.
2026-01-05
global-validation.md
0
1 export global-validation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Validate inputs and preconditions before work begins using symmetric validation across layers, allowlist thinking, and contextual business rules with auditability. Use this skill when writing input validation, form handling, API request validation, or domain logic checks. Applies to all boundary validation requiring structured error responses, edge-case coverage, sanitization, escaping, and contract tests ensuring consistent validation across clients, APIs, background jobs, and CLIs.
2026-01-05
ai-sdk-ui.md
0
1 export ai-sdk-ui
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Frontend React hooks for AI-powered chat interfaces, completions, and streaming UIs with Vercel AI SDK v5.Includes useChat, useCompletion, and useObject hooks for building interactive AI applications.Use when: building React chat interfaces, implementing AI completions in UI, streaming AI responses to frontend,handling chat message state, building Next.js AI apps, managing file attachments with AI, or encounteringerrors like "useChat failed to parse stream", "useChat no response", unclosed streams, or streaming issues.Keywords: ai sdk ui, useChat hook, useCompletion hook, useObject hook, react ai chat, ai chat interface,streaming ai ui, nextjs ai chat, vercel ai ui, react streaming, ai sdk react, chat message state,ai file attachments, message persistence, useChat error, streaming failed ui, parse stream error,useChat no response, react ai hooks, nextjs app router ai, nextjs pages router ai
2026-01-05
markdowntown-analytics.md
0
1 export markdowntown-analytics
2 joelklabo from "joelklabo/markdowntown-cli"
3 Use this when instrumenting analytics, reviewing event taxonomy, or handling privacy/redaction rules for markdowntown.
2026-01-05
llc-ops.md
0
1 export llc-ops
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert LLC operations management for ID8Labs LLC (Florida single-member LLC). 9 specialized agents providing PhD-level expertise in compliance, tax strategy, asset protection, and business operations. Triggers on keywords like LLC, taxes, expenses, annual report, EIN, compliance, bookkeeping, deductions, filing, sunbiz, quarterly, S-Corp, retirement, audit, insurance, cash flow, mentor, teach, learn.
2026-01-05
marketing-page-builder.md
0
1 export marketing-page-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive workflow for creating new marketing pages on the Kowalah website. Use this skill when a user requests to create a new marketing page, solutions page, product page, or any complete webpage from conception to implementation. The skill guides through three phases with progressive disclosure - page design, content creation, and visual asset generation - with natural checkpoints for user review and approval between phases. This should be used whenever the task involves creating a complete new page rather than just editing existing content.
2026-01-05
b2b-saas-marketing.md
0
1 export b2b-saas-marketing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Эксперт по B2B SaaS маркетингу. Используй для стратегий генерации спроса, growth-маркетинга, PLG, расчёта CAC/LTV, оптимизации воронки и маркетинговых операций.
2026-01-05
backend-dev.md
0
1 export backend-dev
2 weppa-cloud from "weppa-cloud/bukeer-flutter"
3 Supabase backend development: database, RLS, Edge Functions, queries.USE WHEN: creating tables, migrations, RPC functions, Edge Functions,RLS policies, query optimization, Supabase infrastructure.NOT FOR: Flutter UI (use flutter-developer), tests (use testing-agent).Examples:<example>Context: The user needs to create a new database table.user: "Create a table for customer reviews with ratings and comments"assistant: "I'll use the backend-dev skill to design the reviews table with RLS policies."<commentary>Database table creation requires backend-dev.</commentary></example><example>Context: The user needs server-side business logic.user: "Create an Edge Function to calculate dynamic pricing"assistant: "I'll use backend-dev to develop the Edge Function for pricing."<commentary>Edge Functions are a core backend-dev responsibility.</commentary></example>
2026-01-05
expo-ios-designing.md
0
1 export expo-ios-designing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Designs modern, clean iOS screens and components for Expo React Native apps following Apple HIG with safe areas, Dynamic Type, dark mode, accessibility, Liquid Glass materials, and App Store readiness.
2026-01-05
resume.md
0
1 export resume
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Restore context and momentum from previous sessions. Uses Pratyabhijñā (recognition) to understand where we were.
2026-01-05
seo-2025-patterns.md
0
1 export seo-2025-patterns
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 2025 SEO best practices for Next.js including Core Web Vitals (INP replaces FID), E-E-A-T signals, Schema markup, AI content guidelines, and technical SEO. Use when optimizing pages for search engines, implementing metadata, adding structured data, or improving page speed.
2026-01-05
hubspot-master.md
0
1 export hubspot-master
2 abdullahbeam from "abdullahbeam/nexus-design-abdullah"
3 Shared resource library for HubSpot integration skills. DO NOT load directly - provides common references (setup, API docs, error handling, authentication) and scripts used by hubspot-connect and individual HubSpot skills.
2026-01-05
moai-lang-shell.md
0
1 export moai-lang-shell
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Enterprise Shell scripting with Bash 5.2, ShellCheck, bats-core testing, POSIX compliance, and Context7 MCP integration for defensive scripting patterns.
2026-01-05
blog-post-outline-generator.md
0
1 export blog-post-outline-generator
2 fracabu from "fracabu/claude-skill-factory"
3 Generates structured blog post outlines with SEO-optimized headings, key points, and content flow. Use when planning blog content, creating editorial calendars, or structuring long-form articles. Supports multiple content formats and audience targeting.
2026-01-05
when-to-query.md
0
1 export when-to-query
2 blueraai from "blueraai/bluera-knowledge"
3 Decision guide for when to query Bluera Knowledge stores vs using Grep/Read on current project. Query BK for library/dependency questions and reference material. Use Grep/Read for current project code, debugging, and implementation details. Includes setup instructions and mental model.
2026-01-05
moai-baas-foundation.md
0
1 export moai-baas-foundation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Enterprise Backend-as-a-Service Foundation with AI-powered BaaS architecture patterns, strategic provider selection, and intelligent multi-service orchestration for scalable production applications
2026-01-05
ln-630-test-auditor.md
0
1 export ln-630-test-auditor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Test suite audit coordinator (L2). Delegates to 5 workers (Business Logic, E2E, Value, Coverage, Isolation). Aggregates results, creates Linear task in Epic 0.
2026-01-05