
josiahsiegel/claude-plugin-marketplace
201 skills33k installs9.8k starsGitHub
Install
npx skills add https://github.com/josiahsiegel/claude-plugin-marketplaceSkills in this repo
1Tailwindcss Advanced LayoutsThe tailwindcss-advanced-layouts skill teaches advanced Tailwind CSS layout techniques for complex responsive interfaces. It proactively activates for CSS Grid mastery including holy grail layouts, grid-template-areas via Tailwind v4 arbitrary utilities, responsive grid-cols with auto-fit and minmax, Flexbox patterns with flex-1 and gap, sticky headers and footers, masonry-style alternatives, container queries with @container, subgrid usage, aspect-ratio utilities, and magazine multi-column layouts. Examples include responsive holy grail HTML structures, custom @utility grid-areas definitions, dashboard grid area assignments, and container-query responsive cards. The skill provides grid template recipes, holy grail templates, masonry alternatives, and aspect-ratio examples as reusable patterns. Use when building complex page layouts, dashboard grids, responsive sidebars, or container-query-driven component sizing with Tailwind CSS v4.7.7kinstalls2Tailwindcss AnimationsContinuous rotation for loading indicators html svg class animate spin h 5 w 5 text blue 500 viewBox 0 0 24 24 circle class opacity 25 cx 12 cy 12 r 10 stroke currentColor stroke width 4 path class opacity 75 fill currentColor d M4 12a8 8 0 018 8V0C5 373 0 0 5 373 0 12h4z svg html span class relative flex h 3 w 3 span class animate ping absolute inline flex h full w full rounded full bg sky 400 opacity 75 span span class relative inline flex rounded full h 3 w 3 bg sky 500 span span html div class animate pulse flex space x 4 div class rounded full bg slate 200 h 10 w 10 div div class flex 1 space y 2 py 1 div class h 2 bg slate 200 rounded div div class h 2 bg slate 200 rounded w 5 6 div div div2.2kinstalls3Tailwindcss Mobile FirstThe tailwindcss-mobile-first skill. | Mobile-first responsive design patterns with Tailwind CSS v4 (2025-2026). PROACTIVELY activate for: (1) mobile-first design with Tailwind breakpoints (sm:, md:, lg:, xl:, 2xl:), (2) responsive utility ordering (default = mobile, then breakpoints), (3) responsive typography (text-base sm:text-lg lg:text-xl), (4) responsive grids and flexbox, (5) hide/show across breakpoints (hidden md:block), (6). Start from this orchestrator, then load the focused reference file that matches the requested detail level. Start with unprefixed utilities for the mobile baseline, then progressively enhance with , , , , and . Choose breakpoints from content needs rather than device names; override Tailwind v4 theme breakpoints only when the design system requires it. Use fluid typography and spacing with for smoother scaling between breakpoints while preserving accessibility via . Make interactive elements touch-safe with 44px recommended targets, adequate spacing, clear labels, and mobile navigation patterns. Use container queries for reusable components that must respond to their own width instead of viewport width.1.8kinstalls4Docker Best Practicesdocker-best-practices is a Josiah Siegel claude-plugin-marketplace skill proactively activated for ten container scenarios: production Dockerfiles, multi-stage lean images, base image selection among distroless alpine scratch and slim variants, layer caching order, .dockerignore hygiene, HEALTHCHECK and graceful shutdown, non-root least-privilege users, ENV versus ARG secret handling, tag and digest pinning, and Docker Compose for local development. The skill supplies Dockerfile templates by language, image-size optimization checklists, .dockerignore templates, and HEALTHCHECK patterns agents apply before shipping services. Reach for docker-best-practices when turning an application into a deployable container—not for Kubernetes manifest authoring alone. Proactive activation means agents should load it when users mention Dockerfile, multi-stage build, distroless, or production container hardening without waiting for an explicit skill name. Reproducible builds and digest pinning guidance help CI pipelines produce consistent images across environments.812installs5Powershell Masterpowershell-master is a Claude Code skill from josiahsiegel/claude-plugin-marketplace that provides reference patterns for embedding PowerShell in GitHub Actions, Azure DevOps Pipelines, and Bitbucket Pipelines. The documentation shows how to install Pester and PSScriptAnalyzer modules, run Pester tests with NUnit XML output, and execute PSScriptAnalyzer lint passes inside CI jobs triggered on push and pull_request events. Developers reach for powershell-master when .NET, Windows automation, or cross-platform pwsh scripts need consistent test and lint stages across multiple CI vendors. The skill uses shell: pwsh in GitHub Actions examples and covers module installation scoped to CurrentUser for pipeline agents. Triggers include wiring PowerShell into GitHub Actions, Azure DevOps, or Bitbucket, or standardizing Pester and PSScriptAnalyzer steps across repositories that share PowerShell build logic.700installs6Tailwindcss Advanced Design SystemsTailwindcss Advanced Design Systems is a skill from josiahsiegel/claude-plugin-marketplace for building production design systems on Tailwind CSS v4 using CSS-first @theme configuration. The skill proactively activates for @theme directives, custom color scales from 50–950, semantic tokens, fluid typography with clamp(), 8pt spacing grids, shadow and radius tokens, motion tokens, and light/dark mode theming. It also covers Figma-to-Tailwind token sync and tooling such as Style Dictionary and Tokens Studio, plus per-brand theming. Developers reach for this skill when moving beyond utility-class sprawl to a token-driven design system with semantic naming conventions and @theme templates rather than ad hoc Tailwind config edits.596installs7Git Mastergit-master is a Git expertise skill from josiahsiegel/claude-plugin-marketplace that turns a coding agent into a full Git operator covering init through recovery. The skill documents every major command—status, branch, merge, rebase, cherry-pick, reflog, filter-repo—and pairs destructive operations with explicit warnings, backup-branch creation, and user confirmation prompts. It supports GitHub, Azure DevOps, and Bitbucket workflows including Git Flow, GitHub Flow, and trunk-based development, and always asks whether to auto-commit, stage only, or provide guidance. Listed on skills.sh with 490 installs and rank 7 in its marketplace, git-master fits developers who want agent-driven repository management with platform-aware best practices. Reach for git-master when a session needs branching strategy, conflict resolution, PR preparation, or recovery from a bad reset without guessing shell flags.544installs8Tailwindcss Responsive Darkmodetailwindcss-responsive-darkmode is a Frontend Development skill from josiahsiegel/claude-plugin-marketplace covering Tailwind CSS responsive design and dark mode for 2025–2026 projects. It documents six default viewport breakpoints from sm (640px) through 2xl (1536px) using mobile-first unprefixed utilities, plus seven container-query breakpoints from @xs to @3xl via @tailwindcss/container-queries. Dark mode sections cover prefers-color-scheme media strategy, class-based .dark toggles with localStorage persistence, three-way light/dark/system switches, data-theme attributes, and next-themes integration for Next.js apps. The skill includes FOUC prevention patterns, semantic @theme color tokens in oklch, WCAG 2.2 contrast guidance, and combined sm:dark: responsive-dark variants. Developers reach for it when implementing runtime theme toggles, container-responsive components, or dark-mode color systems in Tailwind v4.423installs9Bash Masterbash-master is an expert Bash scripting skill from the josiahsiegel/claude-plugin-marketplace that activates for script creation, DevOps automation, CI/CD pipelines, build scripts, and debugging across Linux, macOS, Windows Git Bash, and containers. It enforces Google Shell Style Guide formatting, ShellCheck v0.11.0 checks, POSIX portability, set -euo pipefail error handling, injection prevention, and optional BATS testing. The parent Bash Master plugin v2.0.0 bundles 10 related skills covering arrays, parallel processing, and security-first 2025 patterns. Developers reach for bash-master when converting manual commands into production shell glue, reviewing fragile scripts, or building cross-platform automation under roughly 50 lines per Google style guidance.406installs10Context Mastercontext-master is a Claude Code plugin skill from josiahsiegel/claude-plugin-marketplace that optimizes planning and context management for multi-file websites, apps, and complex coding tasks. It plans optimal file creation order before implementation, prevents redundant work through dependency-aware architecture, and applies extended-thinking delegation patterns advertised at roughly 23x context efficiency. The plugin README reports 62% average context token reduction across workflows. The skill ships reference files for multi-file planning, universal practices across 8 core principles, workflow procedures, thinking delegation, anti-patterns, and Windows Git Bash path guidance. Developers reach for context-master when long Claude Code sessions lose thread coherence, agents re-read entire repos, or multi-step features need progressive task decomposition before writing code across many files.373installs11Docker Security Guidedocker-security-guide is a comprehensive Docker security skill from josiahsiegel/claude-plugin-marketplace, bundled in the docker-master plugin. It proactively covers container security review, non-root users, read-only root filesystems, capability dropping with --cap-drop ALL, seccomp and AppArmor profiles, image vulnerability scanning with Docker Scout, Trivy, and Grype, supply-chain security with signed images, SBOM, and provenance, secrets management via Docker secrets and BuildKit --secret, network segmentation, and CIS Docker Benchmark compliance. The skill organizes guidance across seven defense-in-depth layers: image, build, runtime, network, host, orchestration, and monitoring security. Developers reach for docker-security-guide when hardening Dockerfiles, preparing container audits, or responding to scan findings before shipping microservices to production Kubernetes or Docker Compose environments.335installs12Tailwindcss Fundamentals V4tailwindcss-fundamentals-v4 is a frontend skill for learning and applying Tailwind CSS version 4 on new or migrating projects. It covers v4 syntax changes, @theme token configuration, and utility-first layout patterns that replace much custom CSS with composable classes. Developers reach for it when bootstrapping a React, Next.js, or static frontend that standardizes on Tailwind v4 or when upgrading from v3 and needing guidance on token and config differences. The skill emphasizes practical layout composition, responsive utilities, and theme customization so engineering teams adopt v4 conventions consistently without re-reading scattered migration notes.311installs13Tailwindcss Accessibilitytailwindcss-accessibility is an agent skill for developers building Tailwind CSS UIs who must meet WCAG 2.2 Level A, AA, and AAA requirements. The skill proactively activates for accessible component work: focus rings and focus-visible styling, minimum touch targets at 24×24 and 44×44 pixels, color contrast checks, screen-reader-only utilities like sr-only, prefers-reduced-motion handling, ARIA attribute selectors, keyboard navigation, and accessible forms with label association and error announcements. It provides a WCAG 2.2 checklist and concrete Tailwind utility patterns so React, Next.js, and static HTML frontends ship keyboard-navigable, screen-reader-friendly interfaces without bolting accessibility on after launch.265installs14Tailwindcss Framework Integrationtailwindcss-framework-integration is a JosiahSiegel claude-plugin-marketplace skill covering Tailwind CSS v4 integration across React with Vite, Next.js App Router, Vue 3, Nuxt 3, SvelteKit, Astro, and Remix. It documents @tailwindcss/vite and @tailwindcss/postcss setup, @import tailwindcss in CSS entry files, next-themes dark mode with @custom-variant, Vue scoped @reference directives, and clsx plus tailwind-merge class composition recipes. Developers reach for this skill when bootstrapping or migrating a framework project to Tailwind v4 and needing the correct config file per ecosystem. Proactive triggers include SSR-safe class merging and PostCSS versus CLI versus Vite plugin decisions. Component examples show variant-based Button patterns without repeating long utility strings.262installs15Ffmpeg Captions Subtitlesffmpeg-captions-subtitles is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.227installs16Tailwindcss Advanced ComponentsGuides building advanced Tailwind CSS components—navigation, modals, cards, tables, forms, and responsive layouts—with reusable utility patterns and accessibility-minded structure for production SaaS, ecommerce, and content experiences.217installs17Sql Server 2025Covers Microsoft SQL Server 2025 features, T-SQL patterns, administration tasks, and modern database development practices for building and maintaining enterprise data backends.215installs18Tailwindcss Performancetailwindcss-performance optimizes Tailwind builds for production—purge scopes, bundle trimming, critical CSS choices, and runtime class strategies—so SaaS and content frontends load faster with smaller CSS payloads and better Core Web Vitals before launch.200installs19Opentofu GuideOpenTofu guide for declarative infrastructure: module layout, provider versioning, remote state, and CI-driven plan/apply flows. Supports greenfield stacks and Terraform-to-OpenTofu migrations with attention to drift, secrets handling, and environment promotion practices.179installs20Tailwindcss DebuggingHelps developers systematically debug Tailwind CSS problems: missing utilities, incorrect content globs, purge side effects, @layer conflicts, and build-time class generation failures across React, Vue, and plain HTML frontends.177installs21Tailwindcss Pluginstailwindcss-plugins helps choose, configure, and author Tailwind plugins—forms, typography, containers, and custom utilities—so frontend teams extend design tokens cleanly through tailwind.config without scattered CSS overrides or compiler conflicts.173installs22Powershell Shell DetectionPowerShell shell detection skill teaching reliable environment probing so agents emit correct syntax, paths, and quoting on Windows PowerShell, pwsh, CMD hybrids, WSL, and POSIX shells. Reduces cross-platform script failures in CLIs, hooks, and automated coding agents.171installs23Windows Path TroubleshootingHelps debug Windows-specific path problems—backslashes versus slashes, long paths, drive letters, working-directory resolution, WSL mounts, and case sensitivity—that break scripts, builds, and cross-platform CLIs on developer machines and pipelines.167installs24Debugging Troubleshooting 2025Guides systematic debugging and troubleshooting for modern stacks, emphasizing reproducible diagnosis, signal gathering from logs and traces, hypothesis-driven fixes, and verification before closing incidents.166installs25Query OptimizationGuides database query optimization techniques including index selection, execution plan analysis, and SQL rewriting to reduce latency and resource usage in production workloads.161installs26Docker Platform GuideComprehensive Claude skill for the Docker platform covering images, Compose stacks, networking, volumes, registries, and runtime operations. Gives teams a single reference for building reliable containerized integrations from laptop dev through CI/CD to deployed services.160installs27Docker 2025 FeaturesClaude skill for Docker 2025 feature updates across Engine, BuildKit, Compose, and supply-chain security. Helps developers containerize backends and CLIs with current defaults, faster builds, and hardened images integrated into modern CI and local dev workflows.156installs28Parallel Processing PatternsParallel processing patterns skill for designing safe, scalable backend concurrency: pool sizing, async boundaries, fan-out pipelines, backpressure, and idempotent workers. Helps agents pick structures that improve throughput without race conditions, starvation, or unbounded memory growth.156installs29Ado Pipeline Best PracticesAzure DevOps pipeline best-practices skill for YAML pipelines, stage and job orchestration, reusable templates, variable groups, service connections, test automation hooks, approval gates, and secure artifact publishing on Microsoft Azure DevOps.154installs30Compose Patterns 2025Compose-patterns-2025 guides Android Jetpack Compose implementation: declarative UI structure, state management, navigation, theming, and 2025 best practices for maintainable mobile frontend code in Claude Code.154installs31Powershell Securitypowershell-security teaches how to secure PowerShell automation with hardened execution policies, protected credential storage, constrained language settings, signing expectations, and audit logging suitable for production admin and deployment scripts.152installs32Tsql FunctionsDocuments Microsoft SQL Server T-SQL function patterns: choosing scalar, inline, or multi-statement table-valued types, managing performance and determinism, applying schema binding, and testing reusable database functions for reporting and transactional workloads.152installs33Azure Well Architected FrameworkClaude skill applying the Azure Well-Architected Framework to cloud designs. Guides reliability, security, cost, performance, and operational excellence reviews so teams catch architectural gaps before shipping workloads to Azure production environments.147installs34Index Strategiesindex-strategies helps developers select appropriate database indexes, order key columns for real query patterns, balance read speed against write overhead, and avoid common anti-patterns when optimizing backend data access.144installs35Databricks 2025Databricks 2025 skill covers Claude Code integration with managed Spark workspaces: cluster setup, Delta tables, Unity Catalog governance, job orchestration, and lakehouse patterns for analytics and ML pipelines.143installs36Azure Openai 2025Azure OpenAI 2025 skill for Claude Code: configure Microsoft-hosted GPT deployments, authentication, regional endpoints, SDK usage, quotas, and production integration patterns for SaaS apps and AI agents.142installs37Docker Watch Mode 2025Docker-watch-mode-2025 configures Claude Code projects for Compose watch: file sync rules, rebuild triggers, and hot-reload dev loops that keep containers running while code changes apply automatically during build.142installs38Powershell 2025 Changespowershell-2025-changes documents what shifted in PowerShell for 2025, including new cmdlets, deprecated flags, and migration guidance so operators can update scripts, scheduled tasks, and deployment automation without silent breakage.142installs39Security First 2025Applies 2025 security-first development practices covering threat modeling, secure defaults, dependency hygiene, and compliance-aligned controls across the software development lifecycle.142installs40Azure Sql OptimizationAzure SQL optimization skill for production Microsoft SQL databases: execution plan review, missing index recommendations, statistics maintenance, Query Store analysis, partitioning, elastic pool sizing, and iterative remediation of latency, blocking, and cost on Azure SQL.141installs41Defender For DevopsClaude skill for Microsoft Defender for DevOps securing software delivery. Helps configure repo scanning, pipeline threat detection, secret leaks, dependency CVEs, and compliance reporting so teams ship through hardened CI/CD rather than bolting on security later.141installs42Github Actions 2025GitHub Actions 2025 feature skill for authoring and modernizing CI/CD pipelines with current runner options, permissions models, reusable workflows, and deployment protections. Focuses on reliable test gates and release automation rather than application code itself.141installs43Vitest 3 FeaturesSkill for leveraging Vitest 3 features when authoring, upgrading, or reviewing JavaScript and TypeScript tests. Covers new matchers, config options, pooling, coverage reporters, and migration pitfalls so teams ship reliable unit and integration suites faster.141installs44Windows Git Bash PathsExplains Windows Git Bash path pitfalls: MSYS path conversion, mixed separators, drive-letter mapping, and quoting rules so npm scripts, test runners, and automation commands resolve files correctly across POSIX and Win32 environments.141installs45Adf Validation RulesClaude skill for Azure Data Factory validation rules when designing ETL pipelines. Covers data contract enforcement, schema checks, transform validation, and quality gates so ADF integrations fail fast during build rather than in production runs.140installs46Flow Orchestrator 2025flow-orchestrator-2025 guides Claude Code users through designing multi-step agent workflows with clear stages, tool handoffs, error recovery, and repeatable orchestration patterns for plugin-based automations.139installs47Git 2025 FeaturesReference skill for 2025 Git release capabilities so agents recommend current commands, configs, and workflows instead of outdated patterns. Covers branching, rebasing, bisect, hooks, and scripting changes teams should standardize during implementation.139installs48Modern Automation Patternsmodern-automation-patterns teaches contemporary automation design—queues, workflows, idempotency, retries, and tool composition—so agents, CLIs, and APIs automate reliably instead of accumulating brittle one-off scripts that break under load or partial failure.139installs49String Manipulation MasteryTeaches advanced string manipulation for developers building CLIs, APIs, and agents—covering regex, parsing, encoding, formatting, and edge cases so text processing stays correct, secure, and maintainable in production codepaths.139installs50Docker Git Bash GuideDocker-git-bash-guide is a Claude Code onboarding reference tying containers, version control, and shell commands into repeatable local dev workflows for building and running projects consistently.138installs51Git Security 2025Covers 2025 git security practices to protect repositories from leaked credentials, malicious hooks, weak branch protections, and supply-chain exposure across SaaS, CLI, and API delivery pipelines.138installs52Shellcheck Cicd 2025shellcheck-cicd-2025 adds ShellCheck static analysis to CI/CD so shell scripts are linted on every build, catching quoting, portability, and safety issues early with actionable fixes instead of letting brittle bash slip into production deploy and ops tooling.138installs53Aks Automatic 2025AKS Automatic 2025 skill for operating Azure Kubernetes Service with current automatic mode practices: cluster lifecycle, node management, networking, ingress, workload deployment, observability hooks, and Azure-native integration for production SaaS and API hosting.137installs54Container Apps Gpu 2025Skill for Azure Container Apps GPU features in 2025. Covers provisioning GPU SKUs, scaling inference backends, container configuration, networking, and cost tuning when building ML or generative-AI services on managed Azure container infrastructure.137installs55Fabric Onelake 2025Explains Microsoft Fabric OneLake 2025 capabilities for unified data lake storage, shortcuts, workspace integration, and pipeline-friendly ingestion patterns supporting analytics and lakehouse architectures.137installs56Windows Git Bash CompatibilitySkill for making terminal workflows reliable on Windows Git Bash. Helps diagnose path translation, CRLF, MSYS edge cases, and script portability so npm scripts, hooks, and agent shell steps behave consistently across Windows and Unix-like environments.137installs57Windows Git Bash TestingGuides running automated tests under Windows Git Bash: configuring runners, fixing path and env issues, aligning local results with CI matrices, and eliminating flaky failures caused by MSYS translation during unit and integration test execution.137installs58Git 2 49 FeaturesVersion-targeted Git 2.49 feature guide for agents upgrading toolchains and advising accurate command syntax. Helps teams adopt 2.49-only options safely across laptops, containers, and CI without breaking existing scripts or hooks.136installs59Process Substitution FifosTeaches Claude how to use bash process substitution and FIFO named pipes for streaming data between commands without temp files, enabling advanced shell scripting and pipeline patterns.136installs60Adf MasterMaster skill for Azure Data Factory covering pipeline design, linked services, datasets, activities, triggers, parameterization, monitoring, and enterprise ETL patterns on Microsoft Azure cloud.135installs61Advanced Features 2025Skill summarizing 2025 advanced Claude plugin marketplace features for agent builders. Helps teams wire MCP servers, hooks, subagents, and marketplace extensions into coding workflows with current patterns instead of legacy prompt-only setups.135installs62Azure Emulators 2025Azure emulators 2025 skill for local development against Azure Storage, messaging, and data services using current emulator tooling, connection configuration, containerized alternatives, and integration test patterns that mirror cloud behavior without live Azure costs.135installs63Ado Windows Git Bash CompatibilityHelps resolve Azure DevOps pipeline failures on Windows agents caused by Git Bash incompatibilities, covering path handling, script invocation, task configuration, and cross-platform CI shell best practices.134installs64Hyperforce 2025Hyperforce 2025 infrastructure skill explaining Salesforce multi-cloud placement, residency controls, and operational constraints for enterprise CRM deployments. Helps agents advise on region selection, compliance alignment, scaling, and migration off legacy single-stack hosting.134installs65Plugin Masterplugin-master guides creation of Claude Code marketplace plugins end to end—manifests, commands, hooks, skills, and packaging—so agent extensions install cleanly, expose predictable surfaces, and ship with marketplace-ready structure instead of ad hoc plugin folders.134installs66Advanced PatternsAdvanced patterns skill for Claude plugin marketplace projects covering agent tool design, hook strategies, composable skill structures, prompt workflows, extension packaging, and automation conventions for reliable Claude Code integrations.133installs67Deployment Stacks 2025Skill covering Azure Deployment Stacks 2025 for infrastructure launch. Teaches atomic multi-resource deployments, rollback, drift management, and environment promotion so IaC releases ship as cohesive stacks instead of fragile one-off template applies.133installs68Github Ai Features 2025Documents GitHub AI features for 2025, helping teams integrate Copilot, automated review, and Actions-based AI helpers into git workflows for faster, policy-aware agent-assisted software delivery.133installs69Microsoft Guidemicrosoft-guide equips agents to implement Microsoft and Azure integrations with accurate SDK usage, identity flows, deployment steps, and service configuration so SaaS and API products connect reliably to the Microsoft ecosystem without trial-and-error wiring.133installs70Bash 53 FeaturesBash 5.3 features skill documenting new shell capabilities for scripting and automation: updated builtins, parsing improvements, safer defaults, compatibility notes, and practical patterns for CLI tools, CI scripts, and agent-driven terminal workflows on modern Linux and macOS environments.132installs71Sprint 254 FeaturesSprint 254 features skill summarizing Salesforce release additions, deprecations, and admin changes so operators update integrations, permissions, and data models on schedule. Bridges vendor release notes into actionable upgrade tasks for live CRM and commerce orgs.132installs72Ssdt Cicd Best Practices 2025Guides SQL Server Data Tools teams through 2025 CI/CD best practices: compiling dacpacs, running automated validation, promoting artifacts across environments, and deploying schema changes with repeatable pipelines, approvals, and rollback safety for enterprise databases.132installs73Agentforce 2025Guides building Salesforce Agentforce 2025 autonomous agents including topic design, action configuration, grounding, guardrails, and deploying AI assistants integrated with Salesforce CRM and business workflows.131installs74Advanced Array PatternsDocuments advanced JavaScript and TypeScript array manipulation patterns including chaining, grouping, deduplication, partitioning, and performance-conscious collection transforms for cleaner application logic.130installs75Data Cloud 2025Data-cloud-2025 guides building modern cloud data platforms in Claude Code: ingestion, identity resolution, warehouse modeling, CDP activation, and governed analytics patterns for 2025 enterprise data stacks.130installs76Terraform TasksCovers practical Terraform tasks for provisioning and updating cloud infrastructure—modules, remote state, workspaces, variables, outputs, and IAM patterns—for repeatable, reviewable environment management across teams and deployment pipelines.130installs77Lightning 2025 FeaturesSummarizes Salesforce Lightning 2025 features for developers building enterprise SaaS UIs, including LWC patterns, platform updates, integration hooks, and standardized frontend practices on Salesforce.129installs78Cloudflare KnowledgeProvides practical Cloudflare platform knowledge for engineers integrating DNS, CDN, security, and edge compute into SaaS and API products, covering routing, caching, Workers, and operational deployment patterns.112installs79Markdown Stylemarkdown-style is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.98installs80Agent DevelopmentPlugin development guidance covering plugin architecture, skills, commands, agents, hooks, and MCP server integration. Includes testing and marketplace publishing patterns.91installs81Skill Developmentskill-development is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.90installs82Unity Shaders Renderingunity-shaders-rendering is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.90installs83Adf Ml AnalyticsPlugin guidance for Azure Data Factory pipeline JSON authoring with ML activities. Covers linked services, datasets, triggers, and expression syntax.88installs84Viral Video Short Formviral-video-short-form is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.85installs85Unity Moddingunity-modding is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.83installs86Unity Ui Developmentunity-ui-development is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.80installs87Azure Ml Foundry WorkspacePlugin for Azure resource provisioning covering AI Foundry, networking, deployment stacks, and debugging. Includes cost optimization patterns.79installs88Dax MasteryPlugin guidance for DAX query optimization in Power BI and Fabric analytics. Covers function patterns, performance tuning, and context handling.75installs89Power Query Mpower-query-m is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.75installs90Ffmpeg Audio Processingffmpeg-audio-processing is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.73installs91Unity Performanceunity-performance is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.73installs92Unity Networkingunity-networking is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.72installs93Unity Csharp Scriptingunity-csharp-scripting is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.71installs94Powerbi Corepowerbi-core is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.70installs95Unity Editor Toolingunity-editor-tooling is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.70installs96Rest Api Automationrest-api-automation is a Claude Code skill for backend & apis. It helps solo builders move faster with AI-assisted development.69installs97Tmdl Masterytmdl-mastery is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.69installs98Deployment AdminDeployment administration plugin covering orchestration, rollback, and environment management. Guides deployment strategies and monitoring.68installs99Ffmpeg Kinetic Captionsffmpeg-kinetic-captions is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.68installs100Performance Optimizationperformance-optimization is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.67installs101Programmatic Developmentprogrammatic-development is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.67installs102Validation Testingvalidation-testing is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted development.67installs103Fabric IntegrationPlugin for Microsoft Fabric integration covering warehouse, lakehouse, and analytics administration. Includes deployment and performance patterns.66installs104React Typescriptreact-typescript is a Claude Code skill for frontend development. It helps solo builders move faster with AI-assisted development.65installs105Python Opencvpython-opencv is a Claude Code skill for python. It helps solo builders move faster with AI-assisted development.64installs106Ffmpeg Opencv Integrationffmpeg-opencv-integration is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.63installs107Viral Video Animated Captionsviral-video-animated-captions is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.60installs108Viral Video Hook Templatesviral-video-hook-templates is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.60installs109Viral Video Long Formviral-video-long-form is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.59installs110Fal Video To Videofal-video-to-video is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.58installs111Ffmpeg Color Grading Chromakeyffmpeg-color-grading-chromakey is a Claude Code skill in the AI & Agent Building category.58installs112Adr BackfillDocumentation plugin providing guidance for architecture decision record (backfill). Routes architectural decisions to ADR format with templates and evaluation criteria.57installs113Fal Image To Videofal-image-to-video is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.57installs114Adr CritiqueDocumentation plugin providing guidance for architecture decision record (critique). Routes architectural decisions to ADR format with templates and evaluation criteria.56installs115Adr DiscoveryDocumentation plugin providing guidance for architecture decision record (discovery). Routes architectural decisions to ADR format with templates and evaluation criteria.56installs116Adr DraftingDocumentation plugin providing guidance for architecture decision record (drafting). Routes architectural decisions to ADR format with templates and evaluation criteria.56installs117C4 ModelGenerates a strictly canonical Simon Brown C4 model in LikeC4 DSL: one Context view, one Container view, optional Deployment, scaffolded across model.c4, views.c4, and likec4.config.js. Ships in the doc-master plugin beside the ADR skills - an 8-phase workflow takes architect-confirmed elements, runs an 11-item canonical-C4 lint, applies changes only after per-hunk diff approval, and flags name drift between ADRs and the model. Refuses component views, dynamic views, and custom kinds or styles outright.56installs118Fal Image To Imagefal-image-to-image is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.56installs119Ffmpeg Noise Reductionffmpeg-noise-reduction is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.56installs120Stripe Refund Dispute Lifecyclestripe-refund-dispute-lifecycle is a Claude Code skill in the AI & Agent Building category.56installs121Fal Text To Videofal-text-to-video is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.55installs122Ffmpeg Transitions Effectsffmpeg-transitions-effects is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.55installs123Python Ffmpegpython-ffmpeg is a Claude Code skill for python. It helps solo builders move faster with AI-assisted development.55installs124Ffmpeg Streamingffmpeg-streaming is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.53installs125Powershell 7.5 Featurespowershell-7.5-features is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.53installs126Python Asynciopython-asyncio is a Claude Code skill for python. It helps solo builders move faster with AI-assisted development.53installs127Fal Text To Imagefal-text-to-image is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.52installs128Ffmpeg Glitch Distortion Effectsffmpeg-glitch-distortion-effects is a Claude Code skill in the AI & Agent Building category.52installs129Nextjs Deploymentnextjs-deployment is a Claude Code skill for devops & ci/cd. It helps solo builders move faster with AI-assisted development.52installs130Nextjs Server Actionsnextjs-server-actions is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.52installs131Python Fastapipython-fastapi is a Claude Code skill for backend & apis. It helps solo builders move faster with AI-assisted development.52installs132Viral Video Hooks Retentionviral-video-hooks-retention is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.52installs133Viral Video Platform Algorithmsviral-video-platform-algorithms is a Claude Code skill in the AI & Agent Building category.52installs134Doc DiagnosticDocumentation diagnostic plugin that analyzes existing docs and recommends proper structure. Covers Markdown style, ADR routing, and formatting standards.51installs135Fal Audiofal-audio is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.51installs136Ffmpeg Karaoke Animated Textffmpeg-karaoke-animated-text is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.51installs137Ffmpeg Python Integration Referenceffmpeg-python-integration-reference is a Claude Code skill for python. It helps solo builders move faster with AI-assisted development.51installs138Ffmpeg Shapes Graphicsffmpeg-shapes-graphics is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.51installs139Ffmpeg Video Analysisffmpeg-video-analysis is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.51installs140Nextjs App Routernextjs-app-router is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.51installs141Nextjs Data Fetchingnextjs-data-fetching is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.51installs142Python Fundamentals 313python-fundamentals-313 is a Claude Code skill for python. It helps solo builders move faster with AI-assisted development.51installs143React Fundamentals 19react-fundamentals-19 is a Claude Code skill for frontend development. It helps solo builders move faster with AI-assisted development.51installs144React Hooks Completereact-hooks-complete is a Claude Code skill for frontend development. It helps solo builders move faster with AI-assisted development.51installs145React Patternsreact-patterns is a Claude Code skill for frontend development. It helps solo builders move faster with AI-assisted development.51installs146React State Managementreact-state-management is a Claude Code skill for frontend development. It helps solo builders move faster with AI-assisted development.51installs147Fal Model Guidefal-model-guide is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs148Ffmpeg Animation Timing Referenceffmpeg-animation-timing-reference is a Claude Code skill in the AI & Agent Building category.50installs149Ffmpeg Deinterlacing Telecineffmpeg-deinterlacing-telecine is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs150Ffmpeg Docker Containersffmpeg-docker-containers is a Claude Code skill for devops & ci/cd. It helps solo builders move faster with AI-assisted development.50installs151Ffmpeg Filter Complex Patternsffmpeg-filter-complex-patterns is a Claude Code skill in the AI & Agent Building category.50installs152Ffmpeg Fundamentals 2025ffmpeg-fundamentals-2025 is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs153Ffmpeg Hardware Accelerationffmpeg-hardware-acceleration is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs154Ffmpeg Modal Containersffmpeg-modal-containers is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs155Ffmpeg Pyav Integrationffmpeg-pyav-integration is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs156Ffmpeg Stabilization 360ffmpeg-stabilization-360 is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs157Ffmpeg Waveforms Visualizationffmpeg-waveforms-visualization is a Claude Code skill in the AI & Agent Building category.50installs158Modal Compute Knowledgemodal-compute-knowledge is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs159Modal Web Scheduling Knowledgemodal-web-scheduling-knowledge is a Claude Code skill in the AI & Agent Building category.50installs160Nextjs Authenticationnextjs-authentication is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs161Nextjs Cachingnextjs-caching is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs162Nextjs Middlewarenextjs-middleware is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs163Nextjs Modal Integrationnextjs-modal-integration is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs164Nextjs Routing Advancednextjs-routing-advanced is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs165Python Cloudflarepython-cloudflare is a Claude Code skill for python. It helps solo builders move faster with AI-assisted development.50installs166Python Github Actionspython-github-actions is a Claude Code skill for python. It helps solo builders move faster with AI-assisted development.50installs167Python Type Hintspython-type-hints is a Claude Code skill for python. It helps solo builders move faster with AI-assisted development.50installs168Python Video Pipelinepython-video-pipeline is a Claude Code skill for python. It helps solo builders move faster with AI-assisted development.50installs169React Formsreact-forms is a Claude Code skill for frontend development. It helps solo builders move faster with AI-assisted development.50installs170React Performancereact-performance is a Claude Code skill for frontend development. It helps solo builders move faster with AI-assisted development.50installs171React Testingreact-testing is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted development.50installs172Repo Healthrepo-health is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs173Stripe Webhook Idempotencystripe-webhook-idempotency is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs174Viral Video Platform Specsviral-video-platform-specs is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.50installs175Execution Plan AnalysisPlugin for T-SQL execution plan analysis covering indexing strategies, query optimization, and Azure SQL tuning. Uses Query Store and window functions.49installs176Ffmpeg Cicd Runnersffmpeg-cicd-runners is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.49installs177Ffmpeg Cloudflare Containersffmpeg-cloudflare-containers is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.49installs178Ffmpeg Command Syntaxffmpeg-command-syntax is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.49installs179Ffmpeg Webassembly Workersffmpeg-webassembly-workers is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.49installs180Modal Sandboxes Knowledgemodal-sandboxes-knowledge is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.49installs181Modal Storage Knowledgemodal-storage-knowledge is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.49installs182Python Gotchaspython-gotchas is a Claude Code skill for python. It helps solo builders move faster with AI-assisted development.49installs183Python Modalpython-modal is a Claude Code skill for python. It helps solo builders move faster with AI-assisted development.49installs184Python Package Managementpython-package-management is a Claude Code skill for python. It helps solo builders move faster with AI-assisted development.49installs185Python Testingpython-testing is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted development.49installs186Stripe Credit Audit Trailstripe-credit-audit-trail is a Claude Code skill for security. It helps solo builders move faster with AI-assisted development.49installs187Fal Api Referencefal-api-reference is a Claude Code skill for backend & apis. It helps solo builders move faster with AI-assisted development.48installs188Fal Optimizationfal-optimization is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.48installs189Fal Serverless Guidefal-serverless-guide is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.48installs190Stripe List Pagination Previous Attributesstripe-list-pagination-previous-attributes is a Claude Code skill in the AI & Agent Building category.48installs191Triggering Reliabilitytriggering-reliability is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.48installs192Tui Visual Designtui-visual-design is a Claude Code skill for design & ui/ux. It helps solo builders move faster with AI-assisted development.43installs193Tui Fundamentalstui-fundamentals is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.39installs194Input Handlinginput-handling is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.38installs195Rendering Layout Performancerendering-layout-performance is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.38installs196Tui Testing Debuggingtui-testing-debugging is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted development.38installs197Tui Troubleshootingtui-troubleshooting is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.38installs198Platform Compatibilityplatform-compatibility is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.36installs199Widgets State Security Distributionwidgets-state-security-distribution is a Claude Code skill for security. It helps solo builders move faster with AI-assisted development.36installs200Terminal Standardsterminal-standards is a Claude Code skill for ai & agent building. It helps you ship faster with AI-assisted development.27installs201Unicode Color Accessibilityunicode-color-accessibility is a Claude Code skill for ai & agent building. It helps you ship faster with AI-assisted development.27installs