claude-code-skills
Quality gates, testing, and PR automation for TypeScript projects
All Skills in This Repository (23)
Pure Emerald Level Indicatorsclarify-spec
Generates structured JSON task definitions from vague instructions via clarifying questions.
prompt-architect
Converts vague requirements into structured, best-practice prompts for Claude 4.x.
kaizen
Applies Lean Kaizen methods to analyze and document software problems.
multi-agent-patterns
Distribute tasks across multiple language-model agents using supervisor, swarm, or hierarchical coordination patterns.
preview-testing
Automate end-to-end and security testing for Vercel Preview Deployments with Playwright.
safe-git-guard
Enforce backups and confirmations before destructive Git operations.
multi-llm-advisor
Provides second opinions from Codex 5.1 Pro and Gemini 3 Pro for architecture, code review, and debugging.
ui-freeze
Locks critical UI files and requires explicit confirmation before modifications.
qa-checklist
Automate six-phase QA checks for code changes before merging and deploying.
tdd-strict
Enforce strict test-driven development by blocking code generation until tests exist.
linkedin-engagement
Generate region-specific LinkedIn posts, articles, and comments for manufacturing B2B audiences.
strict-typescript-mode
Enforce explicit types and strict compiler options in TypeScript projects.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-skills?▼
Run `npx skills add Svenja-dev/claude-code-skills --all -g -y` in your terminal to install all skills globally.
What does this collection do for TypeScript projects?▼
It adds quality gates, strict typing rules, TDD enforcement, E2E preview testing, and security scans that catch errors before they reach production.
Can it automate pull requests and merges?▼
Yes. The auto-pr-pipeline skill validates changes, commits selectively, creates or updates PRs, handles review feedback, and arms auto-merge or merge queues.
Does it prevent destructive Git commands?▼
Yes. The safe-git-guard skill blocks force pushes and hard resets, and requires backups plus explicit confirmation before any destructive operation.
Do I need programming experience to use these skills?▼
Basic familiarity helps, but the skills guide your agent through each workflow step by step, so you mainly describe what you want in plain language.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core