
martinholovsky/claude-skills-generator
5 skills5.4k installs190 starsGitHub
Install
npx skills add https://github.com/martinholovsky/claude-skills-generatorSkills in this repo
1Sqlite Database ExpertSQLite Database Expert is an agent skill for solo builders shipping desktop or Tauri apps that store data locally. It enforces a read-the-references-first protocol: advanced patterns for migrations, FTS5, CTEs, window functions, connection pooling, and WAL mode live in one track, while any query touching user input must go through security examples for parameterization, encryption considerations, and validation. The skill positions SQLite as embedded, single-file persistence where migration mistakes mean data loss and string-concatenated SQL means injection risk. It is intermediate-to-advanced in practice because you are expected to follow explicit triggers before implementing. Use it during build when you are adding local search, evolving schema versions, or optimizing read paths—not when you only need a hosted Postgres tutorial. Outputs are secure query patterns, migration plans, and FTS-aware designs aligned with desktop deployment constraints.1.8kinstalls2Windows Ui AutomationWindows UI Automation is an agent skill focused on advanced, security-conscious patterns for automating native Windows applications via the UI Automation COM API. Solo builders shipping internal tools, RPA-style agents, or test harnesses for legacy Win32 apps can copy structured Python patterns instead of brittle coordinate clicking. The skill centers on SecureAutomationSession: initialize CUIAutomation, enforce permission tiers, validate target processes, audit every session, and tear down reliably. Find-and-interact flows run through guards and validators so agents do not spray input across the desktop. Use it while integrating agent workflows on Windows during Build, and again during Ship testing when you need repeatable UI regression against real executables. It assumes a Windows host and comfort with COM automation—not cross-platform Playwright-only stacks. Deliverables are session-safe automation modules you can embed in CLIs or agent tools with clearer failure modes when limits or process trust checks fail.1.1kinstalls3GsapGSAP Advanced Patterns is an agent skill that teaches production-grade GreenSock Animation Platform usage for solo builders shipping web interfaces. It focuses on complex timeline orchestration with labeled segments, custom easing registration, physics-style spring motion, and SVG morphing via MorphSVGPlugin. Install it when you want agent-guided code for cinematic landing pages, dashboard micro-interactions, or component transitions instead of ad-hoc CSS-only motion. The skill fits Claude Code or Cursor sessions where you already have DOM or SVG targets and need repeatable patterns—master timelines, snap eases, and springTo wrappers—rather than reading scattered GSAP docs. It does not replace performance budgeting or reduced-motion accessibility work; pair those checks separately after patterns are in place.1.1kinstalls4Ui Ux ExpertUI UX Expert is a deep accessibility implementation companion for solo builders who own their own frontend. The bundled reference treats WCAG 2.2 as the baseline: perceivable, operable, understandable, and robust interfaces with concrete guidance on contrast, focus management, keyboard traps, ARIA roles, and form labeling. It connects patterns to how screen readers and other assistive technologies actually announce UI, and it documents testing steps so you can validate work beyond visual inspection. The material is suited to React-heavy or component-driven stacks where repeated widgets—modals, menus, data tables—tend to fail the same WCAG checks. Use it while implementing new screens, refactoring legacy markup, or preparing a release candidate. It is reference-dense rather than a one-click generator; expect checklists, violation callouts, and pattern-level fixes you can apply in your codebase with your agent.707installs5Cicd ExpertCI/CD Expert is a reference-oriented agent skill that packages realistic continuous integration and delivery examples for platforms solo builders actually touch—chiefly GitLab CI and Jenkins—with extensions for matrix builds, monorepos, Docker layer caching, and ArgoCD GitOps. Instead of inventing a pipeline from scratch in chat, you invoke it when you need a vetted stage layout: security scanning before build, cached installs, SARIF artifacts, MR-only dependency gates, and deploy verification. The skill fits indie SaaS, APIs, and CLI repos where one person owns the whole path to production. It does not replace your cloud account setup or secrets management policy; it gives you YAML and structural patterns you adapt to your registry, runner tags, and environments. Pair it with your repo’s actual test commands and hosting choice so the agent can tailor variables, only/except rules, and promotion steps without skipping the security stage ordering shown in the samples.560installs