muratcankoylan
Passed
Ralph Copywriter
Ralph the Copywriter is a content creation methodology that helps AI embody your unique writing voice. It guides through a quality loop of discovering your content style, learning voice patterns, deep research, finding unique angles, writing drafts, ruthless self-critique, and iterating until the content meets a high quality bar.
CopywritingContent StrategyVoice Analysis+3
777597
asklokesh
Passed
Loki Mode
Loki Mode is a comprehensive autonomous agent orchestration system for Claude Code that automates the full software development lifecycle. It features 37+ specialized agent types, multi-tier model selection (Opus/Sonnet/Haiku), parallel execution via git worktrees, and extensive quality gates to ensure high-quality autonomous development.
Autonomous AgentsMulti AgentSdlc Automation+3
2224556
mbailey
Passed
Voicemode
VoiceMode enables natural voice conversations with Claude Code using local speech-to-text and text-to-speech services. It runs privacy-focused Whisper (STT) and Kokoro (TTS) services locally on your machine, with optional OpenAI API fallback for cloud processing.
VoiceSpeech To TextText To Speech+3
698532
skills-directory
Passed
Codex
This skill integrates the OpenAI Codex CLI with Claude Code, allowing users to run code analysis, refactoring, and automated editing tasks. It provides a structured workflow with explicit permission prompts before executing high-impact operations, and supports resuming previous Codex sessions.
CodexOpenaiCode Analysis+3
940507
obra
Passed
Getting Started with Skills
Skills wiki intro - mandatory workflows, search tool, brainstorming triggers
MetaWorkflowSkill Management+3
785457
alinaqi
Passed
Workspace Analysis Skill
A workspace analysis methodology skill that teaches Claude how to analyze monorepo and multi-repo structures, track API contracts between modules, manage cross-repository dependencies, and maintain up-to-date context about workspace topology. It provides patterns for detecting workspace types, extracting contracts from OpenAPI/GraphQL/tRPC specs, and generating context artifacts.
WorkspaceMonorepoMulti Repo+3
467453
alinaqi
Passed
Woocommerce
A comprehensive reference guide for WooCommerce REST API integration. Covers all major e-commerce operations including product management, order processing, customer handling, webhook configuration, coupons, and sales reports with code examples for both Node.js and Python.
WoocommerceEcommerceApi+3
568453
alinaqi
Passed
Web Payments
A comprehensive reference guide for integrating Stripe payments into web applications. Covers Checkout sessions, embedded checkout, webhooks, subscriptions, customer portal, and security best practices with code examples for Node.js/Next.js and Python/FastAPI.
StripePaymentsCheckout+3
399453
alinaqi
Passed
Web Content
A comprehensive guide for creating web content optimized for both traditional SEO and AI discovery platforms like ChatGPT, Perplexity, Claude, and Gemini. It provides templates for various page types (homepage, product pages, blog posts, FAQ), schema markup examples, platform-specific optimization strategies, and E-E-A-T guidelines.
SeoContent MarketingSchema Markup+3
262453
alinaqi
Passed
User Journeys
This skill helps teams document and test user journeys through their applications. It provides templates for mapping critical user flows (signup, checkout, etc.), Playwright test patterns for E2E journey validation, and UX checklists to ensure experiences are clear, fast, and forgiving. The skill focuses on testing real user experiences rather than just feature specifications.
UxUser JourneyPlaywright+3
2668453
alinaqi
Passed
Ui Web
This skill provides comprehensive web UI design guidelines focusing on accessibility (WCAG 2.1 AA compliance), glassmorphism effects, dark mode support, and Tailwind CSS component patterns. It includes ready-to-use code snippets for buttons, cards, inputs, and layout systems with best practices for visual hierarchy, typography, and micro-interactions.
FrontendUi DesignTailwind+3
344453
alinaqi
Passed
Ui Testing
A UI verification skill that provides accessibility checklists for catching visibility issues, broken layouts, and contrast problems. It includes pre-flight checks for buttons, touch targets, states, dark mode, and responsive design, along with safe Tailwind color combinations and common fix examples.
AccessibilityUi TestingContrast+3
318453
alinaqi
Passed
Ui Mobile
A comprehensive mobile UI design reference for React Native developers. Provides patterns for touch targets, color contrast, typography, navigation, and animations with strict accessibility standards for iOS and Android platforms.
React NativeMobile UiAccessibility+3
852453
alinaqi
Passed
Typescript
This skill provides comprehensive TypeScript development guidelines including strict compiler configuration, ESLint setup with type checking, Jest testing patterns, GitHub Actions CI/CD workflows, and pre-commit hooks. It documents best practices and anti-patterns to help maintain high code quality in TypeScript projects.
TypescriptEslintJest+3
282453
alinaqi
Passed
Team Coordination
Team Coordination enables multiple developers using Claude Code to work together on the same codebase without conflicts. It provides structured workflows for claiming tasks, tracking who's working on what, sharing architectural decisions, and creating handoff notes when passing work between team members.
Team CollaborationWorkflowProject Management+3
440453
alinaqi
Passed
Supabase
A comprehensive reference skill for Supabase development covering the CLI workflow, database migrations, Row Level Security (RLS) policies, Edge Functions, and Storage configuration. It promotes local-first development with migrations in version control and includes CI/CD templates for automated deployment.
SupabasePostgresqlBackend+3
271453
alinaqi
Passed
Supabase Python
A comprehensive reference skill for building Python FastAPI applications with Supabase. It provides code templates and patterns for authentication, database access via SQLAlchemy/SQLModel, file storage, realtime subscriptions, and testing with pytest.
PythonFastapiSupabase+3
382453
alinaqi
Passed
Supabase Node
A comprehensive reference guide for building Node.js backends using Express or Hono frameworks with Supabase for authentication and storage, and Drizzle ORM for type-safe PostgreSQL database access. Includes patterns for routes, middleware, validation, and testing.
BackendNodejsSupabase+3
1665453
alinaqi
Passed
Supabase Nextjs
This skill provides comprehensive guidance for building Next.js applications with Supabase backend services and Drizzle ORM. It covers authentication patterns, server/client component separation, database queries, file storage, realtime subscriptions, and OAuth integration with clear code examples and project structure recommendations.
NextjsSupabaseDrizzle Orm+3
299453
alinaqi
Passed
Site Architecture
A comprehensive technical SEO reference skill that provides templates and best practices for website architecture. It covers robots.txt configuration for search engines and AI crawlers, sitemap generation, meta tags, URL structure, Core Web Vitals optimization, and structured data implementation with Next.js examples.
SeoTechnical SeoNextjs+3
1526453
alinaqi
Passed
Shopify Apps
A comprehensive development guide for building Shopify apps using the Remix framework, Shopify Admin GraphQL API, and checkout UI extensions. Covers everything from initial setup and authentication to GDPR compliance, Polaris UI components, database configuration with Prisma, and deployment strategies.
ShopifyRemixE Commerce+3
277453
alinaqi
Passed
Session Management
A session management skill that helps maintain context across long development sessions. It provides templates and guidelines for checkpoint-based state tracking, decision logging, and seamless session resumption through structured markdown files.
Session ManagementContext PreservationProductivity+2
326453
alinaqi
Passed
Security
A comprehensive security reference skill that provides OWASP security patterns, secrets management best practices, and automated security testing workflows. It includes code examples for input validation, authentication, JWT handling, password hashing, and security headers, along with GitHub Actions templates for CI/CD security scanning.
SecurityOwaspSecrets Management+3
305453
alinaqi
Passed
Reddit Api
A comprehensive reference guide for integrating with the Reddit API. Covers setup, authentication (script apps, read-only, and OAuth2 web flow), common operations like fetching posts and comments, posting, voting, streaming, and direct API access using Python (PRAW, httpx) and TypeScript (Snoowrap, fetch).
RedditApiOauth+3
482453
alinaqi
Passed
Reddit Ads
A comprehensive reference skill for Reddit Ads API integration. Provides documentation and code examples for OAuth authentication, campaign/ad group/ad creation, conversion tracking, custom audiences, reporting, and an agentic optimization service pattern using Claude AI for automated performance optimization.
Reddit AdsAdvertisingApi Integration+3
270453
alinaqi
Passed
React Web
A comprehensive React web development skill that enforces test-first development (TDD) methodology. It provides patterns for functional components, custom hooks, state management with Zustand and React Query, routing with React Router, form handling with React Hook Form and Zod, and testing with React Testing Library and Playwright.
ReactFrontendTesting+3
298453
alinaqi
Passed
React Native
A comprehensive React Native development guide covering project structure, component patterns, state management with Zustand and React Query, testing with React Native Testing Library, and platform-specific code handling. This is a pure documentation skill with no executable scripts.
React NativeMobileTypescript+3
812453
alinaqi
Passed
Python
A Python development guide that teaches best practices for type hints, testing with pytest, linting with ruff, and strict type checking with mypy. Includes project structure recommendations, CI/CD configurations, pre-commit hooks, and design patterns like dependency injection and the Result pattern.
PythonTestingType Safety+3
275453
alinaqi
Passed
Pwa Development
This skill provides comprehensive guidance for building Progressive Web Apps (PWAs). It covers service worker implementation, caching strategies (Cache First, Network First, Stale While Revalidate), Workbox configuration, offline support, push notifications, and app-like features such as install prompts and share targets.
PwaService WorkerOffline+3
506453
alinaqi
Passed
Project Tooling
This skill helps developers set up and manage common deployment infrastructure. It provides verification scripts, authentication guides, and CI/CD templates for GitHub CLI, Vercel, Supabase, and Render platforms.
DevopsDeploymentCli Tools+4
279453