hybrid-search-implementation
Safe 69Implement Hybrid Search for RAG
by wshobson
Pure vector search misses exact matches while keyword search fails on semantic queries. This skill provides ready-to-use templates for combining both approaches using RRF fusion, linear combination, and cross-encoder reranking.
error-handling-patterns
Safe 69Implement robust error handling patterns
by wshobson
Applications often fail unexpectedly due to poor error handling. This skill provides battle-tested patterns for exceptions, Result types, circuit breakers, and graceful degradation across Python, TypeScript, Rust, and Go.
embedding-strategies
Low Risk 68Optimize Embedding Models for Semantic Search
by wshobson
Choosing the right embedding model and chunking strategy is critical for retrieval quality. This skill provides templates and best practices for implementing high-quality vector search pipelines.
design-system-patterns
Medium Risk 52Design System Patterns
by wshobson
An AI skill for Claude, Codex, and Claude Code
debugging-strategies
Safe 69Apply Systematic Debugging Strategies
by wshobson
Debugging complex software issues often feels random and frustrating. This skill provides systematic debugging techniques, profiling tools, and root cause analysis methods that transform troubleshooting into a methodical process.
context-driven-development
Safe 70Manage AI-Driven Project Context
by wshobson
Establish structured project documentation to improve AI consistency and team alignment. Define context artifacts that guide development decisions and maintain institutional memory across sessions.
competitive-landscape
Safe 69Analyze competitive landscape and positioning
by wshobson
Analyzing competitors and market positioning is time-consuming and requires structured frameworks. This skill provides Porter's Five Forces, Blue Ocean Strategy, and positioning maps to systematically assess competition and identify differentiation opportunities.
code-review-excellence
Low Risk 67Master Code Review Best Practices
by wshobson
Code reviews often become bottlenecks or sources of team friction. This skill provides structured techniques for giving constructive feedback, conducting thorough reviews, and turning every review into a knowledge-sharing opportunity that improves code quality and team collaboration.
brand-landingpage
Low Risk 73Design a Brand-First Landing Page with Interactive Interviews
by wshobson
Most landing pages fail because they skip the brand identity step. This skill guides users through a structured brand interview, then generates a polished landing page with a matching design system using the Stitch SDK.
billing-automation
Safe 69Automate subscription billing workflows
by wshobson
Recurring billing systems are complex to design and maintain. This skill provides clear patterns for subscriptions, invoicing, dunning, proration, and taxes.
accessibility-compliance
Safe 71Create WCAG 2.2 Accessible Interfaces
by wshobson
Build inclusive digital experiences that comply with WCAG 2.2 standards. This skill provides code patterns, guidelines, and best practices for screen readers, keyboard navigation, and mobile accessibility.
schedule-with-outlook
Low Risk 73Schedule Meetings and Manage Outlook Contacts
by Whitefield-Labs
Managing Outlook contacts and calendar through a chat interface is tedious and fragmented. This skill lets Claude search contacts, schedule Teams meetings, and log notes in one workflow.
schedule-with-google-calendar
Low Risk 71Schedule Google Calendar meetings with AI assistance
by Whitefield-Labs
Managing calendar events and scheduling meetings with multiple attendees is time-consuming. This skill integrates Google Calendar with your contact network, enabling Claude to schedule meetings, find free time slots, and manage your calendar through natural language commands.
rarefriend-skills
Safe 74Manage Your Network With AI-Powered CRM Skills
by Whitefield-Labs
Professional contacts are scattered across Google, LinkedIn, Microsoft, and your phone. Rarefriend skills unify them into one searchable CRM. Your AI assistant can search, tag, add notes, schedule meetings, and import contacts on your behalf.
organize-google-contacts
Low Risk 72Organize Google Contacts with Notes and Tags
by Whitefield-Labs
Google Contacts only stores names and emails, losing all relationship context. This skill adds notes, tags, and search capabilities through the Rarefriend integration so you remember every conversation.
network-and-relationship-manager
Low Risk 71Manage Your Professional Network with AI
by Whitefield-Labs
Professionals lose track of important contacts and conversation context. This skill connects Claude and Codex to your Rarefriend CRM so you can search contacts, log meeting notes, and schedule events by voice or text.
manage-linkedin-network
Low Risk 73Turn Your LinkedIn Network Into a Searchable CRM
by Whitefield-Labs
Stop losing context on professional connections. This skill transforms your LinkedIn network into a searchable CRM with notes, tags, and relationship history â find who you know at any company in seconds and always remember how you met.
master-orchestrator
Safe 68Automate Viral Content Workflow
by wangdefou-dev
Manually researching trending topics and drafting content is time-consuming and inconsistent. This orchestrator skill automates the complete workflow from hot topic discovery to AI-generated content with viral potential scoring.
vue-testing-best-practices
Safe 70Set up Vue.js tests with Vitest and Playwright
by vuejs-ai
Vue.js applications need reliable testing strategies. This skill provides best practices for unit testing with Vitest and Vue Test Utils, component testing patterns, mocking strategies, and E2E testing with Playwright.
vue-router-best-practices
Safe 69Apply Vue Router Best Practices
by vuejs-ai
Vue Router navigation guards and lifecycle patterns often cause bugs that are hard to debug. This skill provides proven solutions for common Vue Router 4 challenges including guard implementation, route parameter changes, and component cleanup.