Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

martinholovsky/claude-skills-generator

52 skills18.7k installs2.3k starsGitHub

Install

npx skills add https://github.com/martinholovsky/claude-skills-generator

Skills in this repo

1Sqlite Database ExpertThe SQLite Database Expert skill guides embedded database work for Tauri and desktop applications using rusqlite, sea-query, and r2d2 connection pooling. It requires reading references/security-examples.md before any user-input SQL and references/advanced-patterns.md for migrations, FTS5, WAL mode, and performance tuning. Core principles enforce parameterized queries only, transaction safety, TDD with in-memory SQLite tests, and versioned migrations with rollback capability. Implementation patterns cover initialization PRAGMAs including foreign_keys ON and journal_mode WAL, named parameter queries, multi-step transfer transactions, and FTS5 virtual tables with sync triggers and highlight snippets. Security mapping cites OWASP injection controls, whitelists dynamic column selection, and documents SQLite 3.44.0 plus mitigations. Recommended dependencies include rusqlite 0.31 plus, sea-query 0.30 plus, and r2d2 pools. The workflow runs failing tests first for repositories and migration helpers before shipping schema changes to production databases.2.6kinstalls2GsapThe gsap skill is designed for gSAP animations for JARVIS HUD transitions and effects. GSAP Animation Skill > File Organization: This skill uses split structure. Overview This skill provides GSAP (GreenSock Animation Platform) expertise for creating smooth, professional animations in the JARVIS AI Assistant HUD. Invoke when the user asks about gsap or related SKILL.md workflows.1.3kinstalls3Windows Ui AutomationThe windows-ui-automation skill is designed for expert in Windows UI Automation (UIA) and Win32 APIs for desktop automation. Specializes in accessible, secure automation of Windows applications including element discovery,. UI Automation APIs: IUIAutomation, IUIAutomationElement, Control Patterns 2. Win32 Integration: SendInput, SetForegroundWindow, EnumWindows 3. Invoke when the user asks about windows ui automation or related SKILL.md workflows.1.2kinstalls4Ui Ux Expertui-ux-expert is an accessibility implementation skill from martinholovsky/claude-skills-generator backed by a comprehensive WCAG 2.2 reference document. The guide spans complete success criteria, color and contrast rules, keyboard navigation patterns, screen reader implementation, ARIA patterns, form accessibility, and testing with assistive technologies. Developers invoke ui-ux-expert when shipping interfaces that must work for screen reader users and keyboard-only navigation, not just visually polished layouts. The skill functions as an expert reviewer and implementation checklist rather than a generic visual design palette. It targets compliance-oriented frontend work where accessibility defects would block release or create legal exposure.785installs5Cicd Expertcicd-expert is an agent skill from martinholovsky/claude-skills-generator that bundles pipeline examples across six platform areas: GitLab CI, Jenkins, advanced matrix builds, monorepo strategies, Docker build optimization, and GitOps with ArgoCD. Developers reach for cicd-expert when a repository needs .gitlab-ci.yml stages, Jenkins declarative pipelines, multi-platform matrix jobs, monorepo path filters, hardened Docker builds, or ArgoCD application manifests. The skill emphasizes production-grade patterns including security scanning stages, registry tagging, overlay2 Docker drivers, and GitOps promotion flows rather than toy CI snippets. Use it while wiring continuous integration that must scale across services, containers, and Kubernetes deployments.621installs6Tauritauri is a high-risk Claude Code skill for cross-platform desktop development with Tauri, combining Rust backend code with web frontend technologies. The skill splits guidance across SKILL.md plus 3 reference files for security examples, advanced patterns, and STRIDE threat modeling, with validation gates for domain expertise. Developers reach for tauri when scaffolding Tauri apps that must meet OWASP-oriented security requirements, handle CVE-aware hardening, and follow plugin and IPC patterns without reinventing desktop architecture from scratch.523installs7Webglwebgl is a martinholovsky/claude-skills-generator skill at version 1.0.0 rated MEDIUM risk for GPU-accelerated JARVIS HUD effects. It covers WebGL 2.0 support from Chrome 56+, Firefox 51+, Safari 15+, and Edge 79+, safe shader compilation, context-loss recovery, holographic fragment shaders, particle instancing, and a WebGLResourceManager enforcing a 256MB texture memory cap with draw-call and triangle budgets. Vitest tests in tests/webgl/ validate shader compilation and context loss, with references/ holding advanced patterns and security examples. Developers reach for webgl when building custom GLSL post-processing, real-time data visualization, or secure fallback paths instead of unbounded GPU allocation in AI assistant interfaces.518installs8Tailwindcsstailwindcss is a Claude Code skill (version 1.1.0, risk level LOW) providing Tailwind CSS expertise for JARVIS AI Assistant interfaces with utility-first styling. It covers holographic UI panels, responsive HUD layouts, animation utilities, and custom JARVIS theme configuration using a split structure with references for advanced patterns. Developers reach for tailwindcss when building sci-fi HUD dashboards that need consistent Tailwind utilities instead of bespoke CSS files. Primary outputs are component class compositions and theme config rather than generic marketing pages.483installs9Rabbitmq Expertrabbitmq-expert is a martinholovsky/claude-skills-generator skill positioning the agent as an elite RabbitMQ administrator and developer. It covers message broker architecture, exchange patterns, clustering, high availability, production monitoring, pub/sub design, throughput tuning, and reliability troubleshooting. Core principles include TDD-first message flow verification with test consumers and performance-aware tuning of prefetch, batching, and connection pooling from the start. Developers reach for rabbitmq-expert when designing queue systems, implementing event-driven microservices, diagnosing cluster issues, or optimizing consumer throughput and delivery guarantees in production RabbitMQ deployments.466installs10Celery Expertcelery-expert is an advanced Claude Code skill for Python backend engineers building production async job systems. The skill covers Celery task definition, broker configuration for Redis and RabbitMQ, worker routing, retry and rate-limit policies, Celery Beat periodic scheduling, and workflow patterns including chains, groups, and chords. Developers reach for celery-expert when offloading email sends, report generation, or ETL from request paths, or when tuning queue performance and Flower monitoring. The skill also addresses security best practices for task serialization, broker credentials, and production observability.411installs11Wake Word Detectionwake-word-detection in martinholovsky/claude-skills-generator guides developers through adding always-listening wake-word detection that starts voice assistants, hands-free commands, or agent sessions. The skill covers selecting or training wake-word models, wiring microphone capture pipelines, tuning sensitivity versus false positives, and connecting detected phrases to downstream speech or agent handlers. Agents apply it when building smart speakers, mobile voice UIs, kiosk assistants, or IoT devices that must idle efficiently until a keyword is spoken. The workflow addresses background audio constraints, platform permissions, and battery impact on mobile targets. Developers reach for wake-word-detection when prototyping Alexa-style invocation, custom hotwords for internal tools, or agent sessions that start without button presses. Triggers include wake word setup, voice activation, hands-free agent start, or reducing false triggers on always-on microphone streams.387installs12Glslglsl is a Claude skill from martinholovsky/claude-skills-generator focused on writing OpenGL Shading Language vertex and fragment shaders for real-time graphics pipelines. The skill supports WebGL integrations, Three.js material customization, and game engine shader workflows where GPU programs drive visual effects, generative art, and accelerated interface rendering. Developers reach for glsl when fragment math, noise functions, lighting models, or post-processing passes need hand-authored shader code rather than off-the-shelf materials. The skill targets the shader source artifacts—.glsl or engine-specific shader files—that compile on the GPU during build and iteration.341installs13Web Audio Apiweb-audio-api (version 1.0.0) in martinholovsky/claude-skills-generator teaches Web Audio API patterns for HUD feedback, voice input, spatial audio, and real-time visualization in browser apps. It documents AudioContext lifecycle rules—user-gesture initialization, suspended-state resume, and close-on-unmount cleanup—plus composables for oscillators, gain nodes, AnalyserNode visualization, PannerNode spatial audio, and getUserMedia microphone capture with permission handling. Browser support tables cover Chrome, Firefox, and Safari AudioContext and AudioWorklet minimum versions. Developers reach for web-audio-api when adding confirm, alert, and error beeps, voice-processing nodes, or Vitest-tested audio composables without memory leaks from per-sound AudioContext creation. The skill enforces TDD with Vitest mocks, volume clamping, buffer pooling, and accessibility fallbacks when microphone access is denied.330installs14Devsecops Expertdevsecops-expert is a DevSecOps engineering skill from martinholovsky/claude-skills-generator that specializes in secure CI/CD pipelines, shift-left security, and compliance as code. It covers GitHub Actions and GitLab CI security gates, artifact signing, and the SLSA framework, plus SAST with Semgrep and CodeQL, DAST with OWASP ZAP, and SCA with Snyk and Dependabot. Infrastructure scanning guidance includes Checkov, tfsec, and Terrascan for IaC policies. Developers reach for devsecops-expert when implementing container security, secrets management, supply-chain hardening, or automated policy enforcement ahead of production deploys.327installs15Javascript Expertjavascript-expert is an advanced agent skill from martinholovsky/claude-skills-generator for building and debugging JavaScript and TypeScript features across browser UI, Node services, bundlers, and module systems. The skill covers modern ES6+ and ESNext features, Promises, async/await, event loop behavior, ESM and CommonJS modules, and runtimes including Node.js, Deno, and Bun. Developers reach for javascript-expert when implementing async flows, optimizing performance, or hardening client and server JavaScript. The skill is configured for Sonnet and triggers on application development, async handling, and secure JS implementation tasks.312installs16Applescriptapplescript is a security-focused Claude Code skill from martinholovsky/claude-skills-generator for macOS automation with AppleScript and JavaScript for Automation (JXA). The skill guides agents through osascript execution, application scripting dictionaries, input sanitization with quoted form of, blocked-pattern filtering for dangerous do shell script calls, application blocklists, and timeout-enforced subprocess runs integrated with pytest. It documents SecureAppleScriptRunner patterns, SafeScriptBuilder interpolation, JXA alternatives, script caching with osacompile, and batch tell-application blocks to minimize app activations. Developers reach for applescript when automating Finder, Mail, Calendar, or System Events for local tooling, desktop glue, or operator workflows on Mac hardware where Python subprocess wrappers need hardened AppleScript generation. The skill flags MEDIUM-to-HIGH risk because automation can execute shell commands and control system-wide applications, and it ships reference docs for threat modeling plus a TDD workflow that writes failing security tests before implementation.296installs17Macos Accessibilitymacos-accessibility is an Apple platform accessibility skill for implementing VoiceOver compatibility, accessibility labels, and keyboard navigation in macOS and Mac Catalyst applications. The skill guides developers through making core user flows completable by assistive technology users, covering semantic labels, focus order, and keyboard shortcuts. It fits native Swift or Catalyst projects where App Store accessibility expectations or enterprise compliance require verified assistive support. Developers reach for macos-accessibility when building or auditing macOS UI so VoiceOver and keyboard-only users can navigate primary workflows.294installs18Typescript Experttypescript-expert is an agent skill from martinholovsky/claude-skills-generator configured with model sonnet for elite TypeScript development guidance. The skill covers advanced type systems—generics, conditional types, mapped types, and template literal types—plus strict mode, nullable types, discriminated unions, and type guards. Developers reach for typescript-expert when building type-safe applications, refactoring JavaScript to TypeScript, or implementing complex type definitions in React apps, Node APIs, browser extensions, and shared libraries. The readme lists modern features including decorators, utility types, and satisfies expressions. Output includes strict tsconfig recommendations, generic API contracts, and module boundary patterns that prevent type leakage across package edges.264installs19Talos Os ExpertTalos OS expert from martinholovsky/claude-skills-generator guides Claude on immutable Kubernetes with Talos Linux—cluster provisioning, upgrades, networking, security defaults, and day-2 operations for production SaaS infrastructure.260installs20Speech To Textspeech-to-text is an agent skill from martinholovsky/claude-skills-generator that guides integration of audio transcription into applications and agent workflows. The skill covers both cloud speech-to-text APIs and on-device model options for transcribing spoken input into text. Developers reach for speech-to-text when building voice command interfaces, live captioning, meeting transcription features, or agent pipelines that accept microphone input. Output includes API integration code, streaming transcription handlers, and error-handling patterns for audio buffers. The skill fits Node.js backends, React frontends, and mobile apps that need speech as an input modality alongside text chat.259installs21Graph Database ExpertDeep guidance for graph database backends: modeling vertices and relationships, writing efficient traversals, choosing indexes, bulk import strategies, and deciding when property graphs outperform relational or document stores for connected data.254installs22WebsocketWebSocket skill from martinholovsky/claude-skills-generator helps Claude build real-time systems—connection lifecycle, messaging patterns, authentication, reconnection logic, and scalable bidirectional communication for SaaS and game backends.251installs23FastapiWalks through building FastAPI services: project layout, typed request and response models, dependency injection, async endpoints, middleware, and auto-generated OpenAPI for SaaS and internal APIs.249installs24Database Design ExpertStructured database design coaching for relational systems: entity modeling, normalization choices, indexing for concrete queries, constraints, migration sequencing, and performance considerations for SaaS and API backends at scale.247installs25RustProvides Rust development guidance for building fast, memory-safe backends, CLIs, and libraries with idiomatic ownership patterns, async runtimes, robust error types, Cargo workflows, and testing practices suited to production services.245installs26Async ProgrammingCovers async programming fundamentals and pitfalls: structuring event-driven code, coordinating concurrent operations, handling failures and cancellation, and applying patterns in APIs, agents, and terminal tools.244installs27Surrealdb ExpertSurrealDB expert guidance for multi-model apps: designing schemas, writing SurrealQL, modeling relations and graphs, configuring SDK access, and tuning indexes for SaaS and agent data layers.240installs28Api ExpertTeaches API design and implementation best practices: modeling resources, choosing HTTP semantics, securing endpoints, documenting contracts, and keeping backends consistent for SaaS and agent consumers.239installs29Fastapi ExpertAdvanced FastAPI playbook for production APIs: securing routes, testing comprehensively, optimizing async database access, adding observability, and structuring apps that scale for SaaS and agent backends.239installs30Threejs TresjsTeaches building interactive 3D browser experiences with Three.js and TresJS in Vue, covering scene graphs, asset pipelines, lighting, animation, user interaction, and WebGL performance practices for demos, games, and immersive marketing sites.228installs31Cilium ExpertExpert guidance for deploying and operating Cilium on Kubernetes: CNI installation, L3/L4/L7 network policies, service mesh features, identity-aware security, Hubble flows, and troubleshooting eBPF datapath issues in cloud-native environments.223installs32Appsec ExpertExpert appsec skill for structured security reviews: identify injection, broken access control, misconfigurations, and supply-chain risks with actionable remediations before shipping web or API products.222installs33Llm IntegrationHands-on LLM integration patterns for builders: choosing providers, implementing chat and embedding APIs, structured tool calls, RAG hooks, streaming UX, observability, and resilient fallbacks for SaaS features and agent workflows.221installs34Browser AutomationSkill for building dependable browser automation: drive headless browsers, stabilize flaky UIs with robust waits and selectors, and integrate scripted navigation into agents, tests, or workflow extensions.218installs35Text To SpeechCovers text-to-speech integration for apps and agents, including provider selection, SSML tuning, streaming audio delivery, caching, voice branding, and accessibility-friendly narration pipelines for content and conversational products.216installs36PythonPython skill from martinholovsky/claude-skills-generator helps Claude produce idiomatic Python for APIs, CLIs, and agents—covering structure, typing, async patterns, dependencies, testing, and maintainable backend code across common frameworks.214installs37Vue NuxtGuides Vue 3 and Nuxt 3 application development with file-based routing, composables, server routes, Pinia state, SSR and SSG rendering modes, and integration patterns for SaaS dashboards, ecommerce storefronts, and content sites.213installs38Prompt EngineeringGuides creation of production-grade prompts for Claude Code skills and autonomous agents, covering system instructions, tool schemas, few-shot examples, safety constraints, and iterative refinement so generated skills behave consistently across tasks.211installs39Graphql ExpertGraphQL expert skill from martinholovsky/claude-skills-generator equips Claude to architect typed API layers, write efficient resolvers, and apply federation, caching, and security patterns for production GraphQL services.205installs40TypescriptDelivers TypeScript best practices for full-stack web apps, emphasizing strict compiler settings, expressive types, shared schemas between client and server, safe refactors, and patterns that keep large SaaS and extension codebases maintainable.200installs41Async ExpertProvides deep guidance on asynchronous programming for backends: choose concurrency models, structure async APIs and workers, avoid common pitfalls, and implement scalable non-blocking services and integrations.199installs42Cloud Api IntegrationPractical patterns for integrating major cloud provider APIs into backends: authentication flows, SDK selection, resilient HTTP clients, webhook handling, pagination, rate limits, and service-specific pitfalls across compute, storage, and messaging.190installs43Sqlcipher Encrypted Database ExpertSQLCipher encrypted database expert from martinholovsky/claude-skills-generator teaches Claude to implement encrypted SQLite with SQLCipher—key derivation, migrations, platform hooks, and secure local persistence for mobile and SaaS backends.190installs44Cross Platform Build ExpertCross-platform build expert for assembling reliable compile-and-package pipelines targeting mobile, CLI, and extension distributions. Covers toolchain matrices, platform-specific flags, reproducible CI jobs, signing workflows, and integration of native SDKs into a single automated build system.189installs45PiniaPinia skill from martinholovsky/claude-skills-generator guides Claude through Vue 3 centralized state with Pinia—store design, typed actions and getters, composable integration, and maintainable patterns for scalable frontends.185installs46DbusDocuments D-Bus development on Linux: connecting to session or system buses, publishing or consuming interfaces, handling signals and method calls, and integrating CLI or backend tools with desktop and OS services.181installs47Model QuantizationGuides model quantization for LLMs: choosing bit widths, calibrating weights, evaluating quality loss, exporting optimized checkpoints, and deploying leaner inference for agents and API services.179installs48Auto Update Systems ExpertExpert skill for production auto-update architectures across SaaS web clients, mobile apps, and CLI/desktop binaries. Guides update servers, client checkers, signature trust chains, staged rollouts, delta delivery, compatibility enforcement, and post-release iteration from real-world failure signals.177installs49Harbor ExpertOperational expertise for Harbor container registries: project structure, authentication, vulnerability scanning, replication rules, garbage collection, storage configuration, and securing image supply chains in Kubernetes and CI pipelines.176installs50Kanidm ExpertSpecialist help for Kanidm identity platforms: deploying directories, configuring OIDC/OAuth clients, mapping groups to app roles, bridging Unix identities, and applying security policies for SSO across SaaS and API services.176installs51Linux At Spi2Niche Linux accessibility guidance using AT-SPI2: wiring assistive technology interfaces into desktop UIs, defining roles and states, managing focus and events, and validating screen reader compatibility for GTK, Qt, and native toolkit applications.176installs52Ci/Cd Pipeline Security ExpertCI/CD pipeline security expert for securing automated build and deploy workflows in SaaS, API, and agent projects. Covers runner hardening, secret management, dependency pinning, artifact signing, SLSA-style provenance, branch protection, and enforceable security gates before release.149installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

martinholovsky/claude-skills-generator · 52 skills · Skillselion