alinaqi

53 skills

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
275453
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
310453
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
151453
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
75453
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
2445453
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
152453
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
120453
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
637453
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
86453
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
191453
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
52453
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
176453
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
1471453
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
91453
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
1324453
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
79453
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
74453
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
84453
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
233453
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
77453
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
75453
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
592453
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
63453
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
335453
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
70453
alinaqi
Passed
Posthog Analytics
This skill provides comprehensive PostHog analytics integration patterns for web and backend applications. It covers installation for Next.js, React, Python, and Node.js, along with best practices for user identification, event tracking conventions, feature flags, A/B testing, and creating project-specific dashboards for SaaS, e-commerce, and content applications.
AnalyticsPosthogEvent Tracking+3
77453
alinaqi
Passed
Playwright Testing
This skill provides comprehensive guidance for end-to-end testing with Playwright. It covers Page Object Model patterns, authentication handling, cross-browser testing, network mocking, visual testing, and CI/CD integration with GitHub Actions.
TestingE2ePlaywright+3
85453
alinaqi
Passed
Nodejs Backend
A comprehensive guide for building Node.js backend applications using Express or Fastify. It covers project structure, API design with dependency injection, error handling patterns, database repositories with transactions, configuration management, and testing strategies for both unit and integration tests.
NodejsBackendExpress+3
78453
alinaqi
Passed
Ms Teams Apps
A comprehensive guide for building Microsoft Teams bots and AI agents. Covers Teams SDK v2, integration with OpenAI and Claude LLMs, Microsoft Graph API for accessing user data and Teams channels, Adaptive Cards for rich UI, RAG with Azure AI Search, and deployment to Azure Bot Service.
Microsoft TeamsChatbotLlm Integration+3
146453
alinaqi
Passed
Medusa
This skill provides comprehensive documentation and code examples for building headless e-commerce applications with Medusa. It covers project setup, custom API routes, modules, workflows, event subscribers, scheduled jobs, admin UI customization, and deployment strategies.
MedusaE CommerceHeadless Commerce+3
71453
alinaqi
Passed
Llm Patterns
A comprehensive guide for building AI-first applications using LLMs. Covers project structure, typed LLM client patterns, prompt versioning, testing strategies (mocks, fixtures, evaluations), CI/CD integration for LLM tests, and cost/performance tracking. Focuses on the principle of using LLMs for logic and traditional code for infrastructure.
LlmAi PatternsPrompt Engineering+3
382453
alinaqi
Passed
Klaviyo
This skill provides comprehensive documentation and code examples for integrating Klaviyo's email and SMS marketing platform. It covers customer profile management, event tracking, campaign automation, list management, and webhook handling with examples in TypeScript and Python.
KlaviyoEmail MarketingSms+3
71453
alinaqi
Passed
Iterative Development
This skill provides structured templates and best practices for iterative test-driven development using the Ralph Wiggum loop plugin. It guides Claude through self-referential development cycles where the AI iterates on code until tests pass, with clear completion criteria and error classification to distinguish between fixable code issues and environment blockers.
TddTestingIterative Development+3
75453
alinaqi
Passed
Gemini Review
A comprehensive guide for integrating Google Gemini CLI into your code review workflow. Covers installation, authentication options, interactive and headless usage modes, and CI/CD integration with GitHub Actions and GitLab. Leverages Gemini 2.5 Pro's 1M token context window for analyzing large codebases.
Code ReviewGeminiGoogle+3
377453
alinaqi
Passed
Flutter
A comprehensive Flutter development guide covering Riverpod state management, Freezed data models, go_router navigation, and mocktail testing. Provides project structure templates, code patterns, CI/CD configuration, and common anti-patterns to avoid.
FlutterRiverpodState Management+3
509453
alinaqi
Passed
Firebase
A comprehensive reference guide for Firebase development covering Firestore data modeling, real-time listeners, security rules, authentication flows, Cloud Functions, and TypeScript SDK patterns. Provides code examples and best practices for web and mobile applications.
FirebaseFirestoreAuthentication+3
68453
alinaqi
Passed
Existing Repo
Guides developers through analyzing existing repositories to understand their structure, conventions, and tech stack. Provides step-by-step instructions for setting up development guardrails like pre-commit hooks, linters, formatters, and commit message validation without disrupting existing patterns.
Repository AnalysisGit HooksLinting+3
487453
alinaqi
Passed
Database Schema
This skill helps prevent database-related coding errors by establishing a mandatory workflow where Claude reads schema files before writing any database code. It provides type generation commands for popular ORMs (Drizzle, Prisma, Supabase, SQLAlchemy) and includes verification checklists to ensure column names, types, and relationships are correct.
DatabaseSchemaOrm+3
72453
alinaqi
Security Concern
Credentials
A credential management skill that helps users load API keys from a centralized access file (like ~/Documents/Access.txt) and automatically configure project environments. It recognizes key formats from 15+ services including OpenAI, Anthropic, Stripe, AWS, and GitHub, validates credentials via API calls, and creates properly secured .env files.
CredentialsApi KeysEnvironment Setup+2
258453
alinaqi
Passed
Commit Hygiene
A developer workflow skill that helps maintain clean git history through atomic commits, manageable PR sizes, and clear commit messages. Provides thresholds, bash script templates, and Claude integration patterns for suggesting when to commit during development sessions.
GitCommitsPull Requests+3
399453
alinaqi
Passed
Codex Review
This skill provides comprehensive documentation for using OpenAI's Codex CLI to perform automated code reviews. It covers installation, authentication, interactive and headless usage modes, and includes ready-to-use CI/CD integration examples for GitHub Actions, GitLab CI, and Jenkins pipelines.
Code ReviewOpenaiCodex+3
507453
alinaqi
Passed
Code Review
A comprehensive code review skill that enforces automated code reviews before commits and deployments. It supports multiple AI engines (Claude, OpenAI Codex, Google Gemini) and provides integration patterns for pre-commit hooks and GitHub Actions CI/CD pipelines.
Code ReviewCi CdGithub Actions+3
424453
alinaqi
Passed
Code Deduplication
A methodology skill that helps prevent semantic code duplication by maintaining a CODE_INDEX.md capability index. It provides guidelines for checking existing code before writing new functions, documenting files and functions properly, and periodically auditing for duplicate functionality.
Code QualityDocumentationRefactoring+3
353453
alinaqi
Passed
Cloudflare D1
A comprehensive guide for building serverless applications with Cloudflare D1 SQLite database. Covers project setup, Drizzle ORM integration, migration workflows, query patterns, local development, and multi-environment deployment strategies.
CloudflareD1Sqlite+3
454453
alinaqi
Passed
Base
Base defines universal coding patterns, strict complexity limits (20 lines/function, 200 lines/file), and enforces Test-Driven Development workflows. It provides templates for atomic todos, bug tracking, session management, and automatically triggers iterative TDD loops for non-trivial tasks.
TddCoding StandardsWorkflow+3
235453
alinaqi
Passed
Azure Cosmosdb
This skill provides comprehensive guidance for working with Azure Cosmos DB, covering partition key design, CRUD operations, consistency levels, batch operations, change feed processing, and cost optimization. It includes code examples for both TypeScript and Python SDKs.
AzureCosmosdbDatabase+4
554453
alinaqi
Passed
Aws Dynamodb
A comprehensive reference skill for AWS DynamoDB development. Provides guidance on single-table design patterns, GSI strategies, TypeScript SDK v3 and Python boto3 code examples, batch operations, transactions, and local development setup with DynamoDB Local.
AwsDynamodbNosql+3
724453
alinaqi
Passed
Aws Aurora
A comprehensive reference guide for AWS Aurora database development. Covers connection strategies (RDS Proxy, Data API, direct connections), serverless v2 configuration, Prisma ORM integration, connection pooling, migrations, monitoring, and security best practices including IAM authentication.
AwsAuroraDatabase+3
477453
alinaqi
Passed
Android Kotlin
A comprehensive reference guide for Android Kotlin development covering project structure, Gradle configuration, Coroutines with Flow, Jetpack Compose UI patterns, Hilt dependency injection, and MockK testing. Includes anti-patterns to avoid and CI/CD configuration examples.
AndroidKotlinJetpack Compose+3
2930453
alinaqi
Passed
Android Java
Provides comprehensive Android Java development guidance covering MVVM architecture, ViewBinding patterns, Activity/Fragment lifecycle management, unit testing with Mockito, instrumentation testing with Espresso, and GitHub Actions CI/CD configuration. Includes best practices for avoiding common Android anti-patterns like memory leaks and context leaks.
AndroidJavaMvvm+3
82453
alinaqi
Passed
Ai Models
This skill provides a quick reference guide for the latest AI models across major providers. It includes model IDs, pricing comparisons, usage examples, and selection recommendations for tasks like text generation, code completion, image generation, voice synthesis, and embeddings.
Ai ModelsLlmReference+3
296453
alinaqi
Passed
Agentic Development
A comprehensive guide for building autonomous AI agents using Pydantic AI (Python) and Claude Agent SDK (Node.js). Covers agent architecture, tool design, multi-agent coordination, memory management, guardrails, and testing patterns with practical code examples.
Ai AgentsPydantic AiClaude Sdk+4
832453
alinaqi
Passed
Aeo Optimization
This skill teaches content creators how to write for AI Engine Optimization (AEO) - structuring content so AI assistants cite your brand in answers. It provides page templates, semantic triple patterns, content cluster architecture, and schema markup examples to improve visibility in ChatGPT, Claude, Perplexity, and Google AI Overviews.
SeoAeoContent Marketing+3
59453