Svenja-dev/claude-code-skills

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

License:MITLanguage:Python275

Deep Analysis

针对 B2B SaaS 开发的生产级 Claude Code 技能套件,集成质量控制、类型安全、多 LLM 工作流和自动化钩子

Core Features

Technical Implementation

Highlights
  • 实战检验:在 GDPR 合规的 manufacturing analytics 平台中使用
  • 非专业背景开发者创作:证明 AI 辅助开发的可达性
  • 完整自动化生态:覆盖安全扫描、类型检查、编辑后验证到部署检查的全流程
Use Cases
  • 防止生产故障(代码质量守把)
  • TypeScript 最佳实践强制实施
  • 架构设计和调试决策参考
  • 生产部署前的多阶段验收
  • 多 AI 模型协作工作流
Limitations
  • 需要安装 tsx 运行时支持钩子
  • 钩子集成度高,可能有学习曲线
  • 针对 TypeScript 项目优化,对其他语言支持有限
  • 部分功能依赖外部 API 配置
Tech Stack
TypeScriptNode.jstsxGemini APIGit hooksClaude Code CLI

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

Skill Purpose Use Case
code-quality-gate 5-stage quality pipeline Prevent production failures
strict-typescript-mode Enforce type safety TypeScript best practices
multi-llm-advisor Get multiple AI perspectives Architecture & debugging
gemini-image-gen Generate images via Gemini Marketing assets
qa-checklist 6-phase QA before merge/deploy Production readiness
safe-git-guard Prevent destructive git operations Git safety
ui-freeze Protect theme and design files Design consistency

Hooks (Automation)

Hook Trigger Purpose
security-scan.ts PreToolUse -> Bash Blocks dangerous git commands
pre-commit-quality.ts PreToolUse -> Bash Secret scanning + TSC
post-edit-tsc-check.ts PostToolUse -> Edit TypeScript validation
post-tool-use-tracker.ts PostToolUse -> Edit Tracks edited files
supervisor-trigger.ts UserPromptSubmit Activates 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.