💼

Business

E-commerce, payment, and business tools

2696 skills in this category

nexus

Kailash Nexus - zero-config multi-channel platform for deploying workflows as API + CLI + MCP simultaneously. Use when asking about 'Nexus', 'multi-channel', 'platform deployment', 'API deployment', 'CLI deployment', 'MCP deployment', 'unified sessions', 'workflow deployment', 'production deployment', 'API gateway', 'FastAPI alternative', 'session management', 'health monitoring', 'enterprise platform', 'plugins', 'event system', or 'workflow registration'.

Integrum-Global/kaizen-studio
0
0
Mis à jour 1w ago

impact-modeling

Social return on investment (SROI) modeling, blended finance structuring, and impact-weighted accounting. Use for evaluating social enterprises, impact investments, ESG integration, sustainability metrics, and theory of change financial modeling. Generates comprehensive impact assessments that blend financial returns with social and environmental outcomes, suitable for impact investors, foundations, and mission-driven organizations.

therealchandlerbing/claude-usecases
0
2
Mis à jour 1w ago

logging

Structured client-side logging and error reporting. Use when implementing console logging, error tracking, user session tracking, or analytics event patterns.

majiayu000/claude-skill-registry
0
0
Mis à jour 1w ago

sentient-brand-guidelines

Applies Sentient.io's official brand colors, typography, and logo standards to product marketing materials including brochures, landing pages, presentations, and digital assets. Use when creating any Sentient.io branded content.

christopheryeo/claude-skills
0
1
Mis à jour 1w ago

positioning-angles

Find the angle that makes something sell. Use when launching a product, creating a lead magnet, writing a landing page, crafting an offer, or when marketing isn't converting. Triggers on: find angles for X, how should I position X, what's the hook, why isn't this selling, make this stand out, differentiate this, or when copy/landing page work needs a strong angle first. Outputs 3-5 distinct positioning options with headline directions for each.

GroundMountCompany/groundmounts-app
0
0
Mis à jour 1w ago

cfo-wizard

Small business finance, tax strategy, and wealth management. Auto-activates for Augusta Rule, home office deduction, Solo 401k, R&D credits, tax optimization, Mercury/Ramp operations, Bitcoin treasury, IRS notices, audit defense, and bootstrapped founder CFO work.

sidsarasvati/dotfiles
0
0
Mis à jour 1w ago

ai-multimodal

Process and generate multimedia content using Google Gemini API. Capabilities include analyze audio files (transcription with timestamps, summarization, speech understanding, music/sound analysis up to 9.5 hours), understand images (captioning, object detection, OCR, visual Q&A, segmentation), process videos (scene detection, Q&A, temporal analysis, YouTube URLs, up to 6 hours), extract from documents (PDF tables, forms, charts, diagrams, multi-page), generate images (text-to-image, editing, composition, refinement). Use when working with audio/video files, analyzing images or screenshots, processing PDF documents, extracting structured data from media, creating images from text prompts, or implementing multimodal AI features. Supports multiple models (Gemini 2.5/2.0) with context windows up to 2M tokens.

untangledfinance/untangled-web
0
0
Mis à jour 1w ago

performance-optimizer

Optimize SvelteKit applications by leveraging SvelteKit's full-stack architecture for instant server-side rendering and progressive enhancement. Specialized in load functions, form actions, and SvelteKit's data loading patterns.Use when:- User reports slow initial page load with loading spinners- Page uses onMount + fetch for data fetching- Store patterns cause waterfall fetching- Need to improve SEO (content not in initial HTML)- Converting client-side data fetching to server-side load functions- Implementing progressive enhancement patternsTriggers: "slow loading", "optimize fetching", "SSR data", "SvelteKit optimization","remove loading spinner", "server-side fetch", "convert to load function", "progressive enhancement","data fetch lambat", "loading lama"

ajianaz/skills-collection
0
0
Mis à jour 1w ago

project-memory-store

Store project-specific insights and context into file-based memory. Use after completing tasks that reveal important details about THIS codebase. Use when user says "--project-store" or "--learn" (you decide which scope, may use both) or after discovering project-specific patterns. Skip for universal patterns (use coder-memory-store) or routine work.

majiayu000/claude-skill-registry
0
0
Mis à jour 1w ago

marketing-content-guidelines

Social media content creation framework for MYCURE products. Auto-activates for social media posts, marketing campaigns, brand voice content, Instagram/LinkedIn/Twitter/Facebook posts. Includes Hook-Body-CTA-Hashtags structure, content pillars strategy, platform-specific formatting, and character count validation for optimal engagement.

mycurelabs/easyjoey.com
0
0
Mis à jour 1w ago

moai-alfred-rules

Alfred SuperAgent의 필수 규칙을 정의합니다. November 2025 enterprise standard 기반. 3-Layer architecture, 4-Step workflow, Agent-first paradigm, Skill invocation rules, AskUserQuestion patterns, TRUST 5 quality gates, TAG chain integrity, commit message standards. 사용: 워크플로우 규칙 검증, 품질 게이트 확인, MoAI-ADK 표준 준수, 아키텍처 규칙 검증.

majiayu000/claude-skill-registry
0
0
Mis à jour 1w ago

ably

Marketplace

Implements real-time pub/sub messaging with Ably's edge infrastructure. Use when building real-time features requiring enterprise reliability, presence, message history, and global low-latency delivery.

mgd34msu/goodvibes-plugin
0
0
Mis à jour 1w ago

kura-perl

Marketplace

Store and export type constraints for Type::Tiny, Moose, Data::Checks, and more

kfly8/claude-cpan-plugins
0
0
Mis à jour 1w ago

memory-management

Marketplace

This skill should be used when the user asks to "store context", "save decisions", "persist information", "document patterns", "share across sessions", or needs best practices for Serena memory management for cross-session context persistence and knowledge storage.

KellerAI-Plugins/thinking-memory
0
0
Mis à jour 1w ago

saas-launch-planner

Comprehensive SaaS planning system for solo developers using Next.js + Supabase + Stripe stack. Converts ideas into shippable subscription products with scope control, feature prioritization, billing architecture, technical roadmap, and anti-feature-creep mechanisms. Generates PRDs with subscription models, pricing strategies, and Claude Code starter prompts. Use when planning SaaS products, subscription apps, or when user mentions billing, payments, recurring revenue, or subscription models.

majiayu000/claude-skill-registry
0
0
Mis à jour 1w ago

testing-test-writing

Write focused tests for core user flows and critical paths using Pest framework, with minimal tests during development and strategic coverage at completion points. Use this skill when creating or editing test files in tests/Feature/ or tests/Unit/ directories, when writing Pest tests with descriptive names, when testing critical user workflows and business logic, when mocking external dependencies, when implementing fast unit tests, when testing behavior rather than implementation details, or when deciding what needs test coverage at feature completion.

DevanB/lucidlog
0
0
Mis à jour 1w ago

flutter-developer

Flutter development for screens, features, and business logic.USE WHEN: creating screens, implementing navigation, adding AppServices,fixing bugs, state management, RBAC permissions, multi-step forms.NOT FOR: single UI components <300 lines (use flutter-ui-components).Examples:<example>Context: User needs complete multi-screen feature.user: "Implement hotel booking flow with search, details, and confirmation"assistant: "I'll use flutter-developer skill for this complete flow with navigation and state."<commentary>Multi-screen flows require flutter-developer.</commentary></example><example>Context: Simple UI component needed.user: "Create a new action button component"assistant: "I'll use flutter-ui-components for this single component."<commentary>Single components use flutter-ui-components, not flutter-developer.</commentary></example>

majiayu000/claude-skill-registry
0
0
Mis à jour 1w ago

moai-connector-notion

Enterprise Notion integration with MCP server architecture, database operations, and content management

majiayu000/claude-skill-registry
0
0
Mis à jour 1w ago

content-performance-analyzer

Analyzes content marketing metrics to identify top performers, trends, and optimization opportunities. Use when reviewing blog posts, social media, or campaign performance. Accepts CSV data with engagement metrics and provides actionable insights.

fracabu/claude-skill-factory
0
0
Mis à jour 1w ago

riflebird-cold-email

Transform SEO micro-audits into high-converting cold emails with zero jargon. Generates 2-3 email variations (customer perspective, competitor comparison, benefit-first) for e-commerce, local service, or B2B prospects. Translates technical SEO findings into business language, includes specific numbers and competitor comparisons, and positions Riflebird Agency as lean team of experts. Use when you have a completed SEO audit and need to create personalized cold outreach emails.

majiayu000/claude-skill-registry
0
0
Mis à jour 1w ago