svenja-dev/claude-code-skills

Custom Claude Code CLI skills for B2B SaaS development: quality gates, TypeScript enforcement, multi-LLM advisor, and more

27 stars5 forksUpdated Jan 8, 2026
npx skills add svenja-dev/claude-code-skills

README

Claude Code Skills Collection

Author: Svenja-dev (@Svenja-dev) Website: fabrikIQ.com - AI-powered Manufacturing Analytics License: MIT Last Updated: December 2025


About Me

I'm a 50+ single mom of 11-year-old twins, working on this project alongside my day job. I don't have an engineering or programming background - just a Master's in Public Administration and one in European Administrative Management.

I'm proud of what I've built here.

If someone with my background can create production-tested skills, hooks, and a GDPR-compliant B2B SaaS, so can you. AI-assisted development has opened doors that were closed to many of us before.


A collection of production-tested Claude Code skills for B2B SaaS development, focusing on TypeScript, quality gates, and multi-LLM workflows. These skills were developed while building fabrikIQ, a GDPR-compliant manufacturing analytics platform.

Quick Start

Copy each skill's content into ~/.claude/skills/<skill-name>/SKILL.md

Skills Overview

SkillPurposeUse Case
code-quality-gate5-stage quality pipelinePrevent production failures
strict-typescript-modeEnforce type safetyTypeScript best practices
multi-llm-advisorGet multiple AI perspectivesArchitecture & debugging
gemini-image-genGenerate images via GeminiMarketing assets
qa-checklist6-phase QA before merge/deployProduction readiness
safe-git-guardPrevent destructive git operationsGit safety
ui-freezeProtect theme and design filesDesign consistency

Hooks (Automation)

HookTriggerPurpose
security-scan.tsPreToolUse -> BashBlocks dangerous git commands
pre-commit-quality.tsPreToolUse -> BashSecret scanning + TSC
post-edit-tsc-check.tsPostToolUse -> EditTypeScript validation
post-tool-use-tracker.tsPostToolUse -> EditTracks edited files
supervisor-trigger.tsUserPromptSubmitActivates QA mode

Commands (Slash Commands)

See commands/README.md for 19 slash commands including:

  • /think - Ultimate thinking mode
  • /supervisor - Multi-Agent QA mode
  • /qa - Run Quality Gates
  • /strategy-fan - Generate 4 strategies
  • /deploy-check - Pre-deployment verification

Installation

# Skills
cp -r skills/* ~/.claude/skills/

# Hooks
cp hooks/*.ts ~/.claude/hooks/
npm install -g tsx

# Commands
cp commands/*.md ~/.claude/commands/

Contributing

Found these useful? Open an issue or PR!

Contact: Reddit @Svenja-dev | Website: www.fabrikiq.com

License

MIT License - Use freely, attribution appreciated.

Publisher

svenja-devsvenja-dev

Statistics

Stars27
Forks5
Open Issues0
LicenseOther
CreatedDec 18, 2025