Loading...
Loading...
Found 704 Skills
Describe your sales, marketing, or GTM objective and get routed to the right skill. Use when: 'write a cold email', 'prep for a discovery call', 'handle this objection', 'build a prospecting list', 'help with my pitch', 'write a proposal', 'plan outreach', 'research this account', 'forecast pipeline', 'create GTM content', 'audit my SEO', 'write landing page copy', 'brainstorm marketing ideas', 'plan content strategy', 'design pricing page', 'edit marketing copy', 'apply marketing psychology', 'A/B test', 'ad creative', 'AI SEO', 'analytics', 'churn', 'cold email', 'competitor page', 'CRO', 'email sequence', 'lead magnets', 'launch', 'onboarding', 'paid ads', 'popups', 'programmatic SEO', 'referral', 'revops', 'sales enablement', 'schema markup', 'signup flow', 'site architecture', 'social media', 'GEO', 'generative engine optimization', 'Product Hunt', 'Reddit research', 'image generation', 'logo', 'banner', 'tweets', 'domain name', 'demand research', 'knowledge archive', 'Qwilr proposal', 'Qwilr quote', 'Qwilr deal room', 'Qwilr API', 'Qwilr webhook', 'Qwilr template', 'interactive proposal', 'proposal analytics', 'proposal engagement', 'digital sales room', 'connect Qwilr to CRM', 'Salesloft', 'cadence', 'sequence', 'call review', 'call coaching', 'call score', 'deal health', 'deal risk', 'deal review', 'MEDDPICC', 'forecast', 'pipeline coverage', 'Rhythm', 'Conversations', 'Drift', 'Apollo', 'Apollo.io', 'prospect list', 'find leads', 'build a list', 'enrich contacts', 'find emails', 'clean CRM data', 'buying signals', 'intent data', 'job changes', 'lead scoring', 'deliverability', 'Apollo sequence', 'Apollo credits', 'competitive displacement', 'win away', 'steal customers', 'takeout list', 'buying committee', 'multi-thread', 'stakeholder map', 'account map', 'MQL', 'SQL', 'PQL', 'scoring model', 'lead score', 'Mailshake', 'Lead Catcher', 'email deliverability', 'warmup', 'SPF', 'DKIM', 'DMARC', 'lead routing', 'lead assignment', 'round-robin', 'territory routing', 'webhook', 'integration', 'Zapier', 'Make', 'data sync', 'Smartlead', 'SmartSenders', 'SmartInfra', 'SmartAgents', 'SmartDialer', 'SmartDelivery', 'SmartProspect', 'unlimited mailboxes', 'agency outbound', 'multi-client', 'white label', 'client outbound', 'Lemlist', 'lemlist', 'Lemwarm', 'lemwarm', 'Lemlist sequence', 'Lemlist multichannel', 'People Database', 'Yesware', 'Yesware campaign', 'Yesware tracking', 'email tracking', 'open tracking', 'click tracking', 'attachment tracking', 'tracking pixel', 'Apple MPP', 'Mixmax', 'Mixmax sequences', 'Mixmax tracking', 'Mixmax scheduling', 'Mixmax rules', 'Mixmax dialer', 'Mixmax AI', 'Reply.io', 'Reply.io sequences', 'Reply.io warmup', 'Reply.io Jason AI', 'Reply.io deliverability', 'Reply.io agency', 'Woodpecker', 'Woodpecker campaigns', 'Woodpecker warmup', 'Woodpecker deliverability', 'Woodpecker agency', 'Woodpecker Bounce Shield', 'meeting scheduler', 'booking link', 'round-robin scheduling', 'no-show', 'Calendly', 'Chili Piper', 'Groove', 'Groove.cm', 'GrooveFunnels', 'GroovePages', 'GrooveSell', 'GrooveMail', 'GrooveAffiliate', 'GrooveMember', 'GrooveVideo', 'GrooveWebinar', 'GrooveBlog', 'GrooveKart', 'sales funnel', 'funnel builder', 'landing page funnel', 'upsell', 'downsell', 'order bump', 'email marketing', 'broadcast email', 'nurture sequence', 'welcome sequence', 'opt-in email', 'affiliate program', 'affiliate commission', 'referral program', 'webinar selling', 'evergreen webinar', 'automated webinar', 'membership site', 'online course', 'course platform', 'drip content', 'checkout page', 'checkout optimization', 'cart abandonment', 'payment plan'.
Decide per SKU whether to remove, liquidate, dispose, or keep aging FBA inventory. Breaks the math: base storage plus the monthly aged-inventory surcharge over the holding horizon vs removal fees vs recoverable resale value. Use when a user asks about aged inventory, aged-inventory surcharge, long-term storage fees, removal orders, liquidation, or what to do with slow movers. Trigger phrases: "aged inventory", "aged-inventory surcharge", "long-term storage", "removal order", "liquidate", "slow movers", "dispose", "old stock". Works with zero tools. the user provides unit cost, age, storage rate, and current price.
Svelte 5 runes, snippets, SvelteKit patterns, and modern best practices for TypeScript and component development. Use when writing, reviewing, or refactoring Svelte 5 components and SvelteKit applications. Triggers on: Svelte components, runes ($state, $derived, $effect, $props, $bindable, $inspect), snippets ({#snippet}, {@render}), event handling, SvelteKit data loading, form actions, Svelte 4 to Svelte 5 migration, store to rune migration, slots to snippets migration, TypeScript props typing, generic components, SSR state isolation, performance optimization, or component testing.
Complete unit testing skill for TypeScript/NestJS projects using Jest, @golevelup/ts-jest, and in-memory databases. ALWAYS use this skill when user needs to: **SETUP** - Initialize or configure unit testing: - Set up Jest for a new project - Configure test infrastructure (jest.config.ts) - Install testing dependencies (@nestjs/testing, @golevelup/ts-jest) - Create mock helpers or test utilities - Set up coverage configuration **WRITE** - Create or add unit tests: - Write, create, add, or generate unit tests - Test a service, usecase, controller, guard, interceptor, pipe, or filter - Add tests for new code or features - Improve test coverage or add missing tests - Mock dependencies or set up test fixtures - Working on any file ending in .spec.ts **REVIEW** - Audit or evaluate unit tests: - Review existing tests for quality - Check test coverage and gaps - Audit testing patterns and conventions - Evaluate assertion quality **RUN** - Execute or analyze test results: - Run unit tests - Analyze test results or coverage reports - Understand test failures or successes - Check which tests are passing/failing **DEBUG** - Fix failing or broken tests: - Fix failing unit tests - Debug test errors or exceptions - Resolve mock issues or setup problems - Troubleshoot test timeouts or flaky tests - Diagnose "undefined" or unexpected results **OPTIMIZE** - Improve test performance and maintainability: - Speed up slow tests - Fix open handles preventing clean exit - Improve test organization - Reduce test execution time - Clean up test code Keywords: unit test, spec, jest, typescript, nestjs, mock, DeepMocked, createMock, AAA, test coverage, TDD, .spec.ts, testing, write test, add test, create test, fix test, debug test, run test, review test, optimize test, test setup, jest config
Performance optimization patterns covering Core Web Vitals, React render optimization, lazy loading, image optimization, backend profiling, and LLM inference. Use when improving page speed, debugging slow renders, optimizing bundles, reducing image payload, profiling backend, or deploying LLMs efficiently.
Diagnoses and fixes IPv6 DNS issues causing clients to connect to Cloudflare OAuth instead of using local network access. Use when services show OAuth login prompt on local WiFi, slow initial connection followed by authentication, or Chrome shows "error with retry". Triggers on "connecting to Cloudflare instead of local", "OAuth prompt on WiFi", "IPv6 DNS issue", "clients prefer IPv6", "disable IPv6 DNS", or "fix local access". Works with Pi-hole FTLCONF_misc_dnsmasq_lines filter-AAAA configuration and client DNS cache management.
Manage user expectations during wait times with appropriate loading states — from simple spinners to complex skeleton screens and staggered animations. Perceived performance is often more important than actual load time. Use when designing data-heavy components, handling API calls, building hero sections, or improving the feel of a slow interface.
Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient.
CRITICAL: Use for performance optimization. Triggers: performance, optimization, benchmark, profiling, flamegraph, criterion, slow, fast, allocation, cache, SIMD, make it faster, 性能优化, 基准测试
Best practices for Claude Code performance optimization, context management, storage cleanup, and troubleshooting slowdowns
Design and build agent-first CLIs with HATEOAS JSON responses, context-protecting output, and self-documenting command trees. Use when creating new CLI tools, adding commands to existing CLIs (joelclaw, slog, igs), or reviewing CLI design for agent-friendliness. Triggers on 'build a CLI', 'add a command', 'CLI design', 'agent-friendly output', or any task involving command-line tool creation.
Optimize Guidewire InsuranceSuite performance including query optimization, batch processing, caching, and JVM tuning. Trigger with phrases like "guidewire performance", "slow queries", "optimize policycenter", "batch processing", "query tuning".