github.com/alirezarezvani/claude-skills
| Skill | Added | Review |
|---|---|---|
sql-database-assistant engineering/skills/sql-database-assistant/SKILL.md Use when the user asks to write SQL queries, optimize database performance, generate migrations, explore database schemas, or work with ORMs like Prisma, Drizzle, TypeORM, or SQLAlchemy. | 72 72 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
spec-driven-workflow engineering/skills/spec-driven-workflow/SKILL.md Use when the user asks to write specs before code, define acceptance criteria, plan features before implementation, generate tests from specifications, or follow spec-first development practices. | 61 61 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
slo-architect engineering/skills/slo-architect/SKILL.md Use when defining, reviewing, or operating SLOs/SLIs/error budgets. Triggers on "define an SLO", "what should our SLO be", "error budget", "burn rate", "SLI", "service level objective", "Google SRE workbook", "multi-window burn-rate alert", or any reliability-target question. Ships SLO designer, error-budget calculator with multi-window burn-rate thresholds, and SLO reviewer that catches the common bugs (target too aggressive, window too short, conflicting SLOs, no SLI definition). 4 references on SLO principles + SLI design + error budget math + composition with feature-flags-architect/chaos-engineering/kubernetes-operator. NOT a generic observability skill — specifically the SLO discipline. | 74 74 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
skill-tester engineering/skills/skill-tester/SKILL.md Validate, test, and score the quality of skills within the claude-skills ecosystem. Comprehensive meta-skill: structure validation, Python script testing (syntax + imports + runtime + output format), multi-dimensional quality scoring with letter grades and tier classification (BASIC/STANDARD/POWERFUL). Use when authoring a new skill, auditing existing skills for tier promotion, setting up pre-commit hooks for skill quality, or integrating skill QA into CI. | 72 72 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
sample-text-processor engineering/skills/skill-tester/assets/sample-skill/SKILL.md Reference BASIC-tier skill used as a fixture by skill-tester. Counts words and characters and applies basic text transformations. Use when validating skill-tester itself or when you need a minimal, known-good skill layout to copy. Not a production skill. | 54 54 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
skill-security-auditor engineering/skills/skill-security-auditor/SKILL.md Security audit and vulnerability scanner for AI agent skills before installation. Use when: (1) evaluating a skill from an untrusted source, (2) auditing a skill directory or git repo URL for malicious code, (3) pre-install security gate for Claude Code plugins, OpenClaw skills, or Codex skills, (4) scanning Python scripts for dangerous patterns like os.system, eval, subprocess, network exfiltration, (5) detecting prompt injection in SKILL.md files, (6) checking dependency supply chain risks, (7) verifying file system access stays within skill boundaries. Triggers: "audit this skill", "is this skill safe", "scan skill for security", "check skill before install", "skill security check", "skill vulnerability scan". | 72 72 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
ship-gate engineering/skills/ship-gate/SKILL.md Pre-production audit that scans a codebase for security, database, deployment, code quality, AI/LLM, dependency, frontend, and observability issues. Intercepts deploy commands and blocks until critical items pass. Stack-agnostic. Use for "run ship gate", "am I ready to ship", "pre-launch audit", "can I deploy", "push to production", "go live checklist", "preflight check". Not for CI/CD setup or infra provisioning. | 70 70 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
self-eval engineering/skills/self-eval/SKILL.md Honestly evaluate AI work quality using a two-axis scoring system. Use after completing a task, code review, or work session to get an unbiased assessment. Detects score inflation, forces devil's advocate reasoning, and persists scores across sessions. | 68 68 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
secrets-vault-manager engineering/skills/secrets-vault-manager/SKILL.md Use when the user asks to set up secret management infrastructure, integrate HashiCorp Vault, configure cloud secret stores (AWS Secrets Manager, Azure Key Vault, GCP Secret Manager), implement secret rotation, or audit secret access patterns. | 64 64 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
runbook-generator engineering/skills/runbook-generator/SKILL.md Generate operational runbooks from a service name — deployment, incident response, maintenance, and rollback workflows. Templated structure customizable per environment. Use when documenting on-call procedures for a new service, standardizing incident response across teams, or producing runbooks before launching to production. | 69 69 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
rag-architect engineering/skills/rag-architect/SKILL.md Use when the user asks to design a RAG pipeline, choose a chunking strategy or embedding model, pick a vector database, or evaluate retrieval quality (precision@k, recall@k, NDCG). Examples: 'design a RAG system for our docs', 'what chunk size should I use for this corpus', 'evaluate my retriever against ground truth'. NOT for general LLM cost tuning (use llm-cost-optimizer) or agent loops over retrieval (use agenthub). | 80 80 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
pr-review-expert engineering/skills/pr-review-expert/SKILL.md Use when the user asks to review pull requests, analyze code changes, check for security issues in PRs, or assess code quality of diffs. | 68 68 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
performance-profiler engineering/skills/performance-profiler/SKILL.md Systematic performance profiling for Node.js, Python, and Go applications. Identifies CPU, memory, and I/O bottlenecks, generates flamegraphs, analyzes bundle sizes, optimizes database queries, runs load tests with k6 and Artillery. Always measures before and after. Use when investigating a slow endpoint, planning a performance budget, or hunting a memory leak in production. | 68 68 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
observability-designer engineering/skills/observability-designer/SKILL.md Design production-ready observability strategies combining metrics, logs, and traces. Includes SLI/SLO design, golden-signals monitoring, alert optimization. Use when adding observability to a new service, refactoring alerting that is too noisy, or designing an SLO program before scaling production load. | 60 60 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
monorepo-navigator engineering/skills/monorepo-navigator/SKILL.md Navigate, manage, and optimize monorepos. Covers Turborepo, Nx, pnpm workspaces, and Lerna. Cross-package impact analysis, selective builds/tests on affected packages, remote caching, dependency graph visualization, and structured multi-repo to monorepo migrations. Use when setting up a new monorepo, optimizing CI for a large workspace, debugging cross-package dependency issues, or planning a multi-repo consolidation. | 68 68 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
migration-architect engineering/skills/migration-architect/SKILL.md Zero-downtime migration planning, compatibility validation, and rollback strategy generation. Tools for system, database, and infrastructure migrations with minimal business impact. Use when planning a database migration, infrastructure cutover, system replacement, or any high-risk transition that needs explicit rollback paths. | 64 64 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
mcp-server-builder engineering/skills/mcp-server-builder/SKILL.md Design and ship production-ready MCP (Model Context Protocol) servers from OpenAPI contracts instead of hand-written tool wrappers. Python and TypeScript support, schema validation, safe evolution. Use when exposing an existing API as an MCP server, building tool integrations for Claude or Codex or Cursor, or scaffolding an MCP project from scratch. | 73 73 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
kubernetes-operator engineering/skills/kubernetes-operator/SKILL.md Use when building a Kubernetes Operator — custom controllers that reconcile CRD state. Triggers on "build an operator", "CRD design", "reconcile loop", "controller-runtime", "kubebuilder", "operator-sdk", "metacontroller", "KOPF", "operator capability levels", or "custom resource". Ships CRD validator, reconcile-loop linter, and OperatorHub capability auditor (all stdlib Python), 4 references on the operator pattern + CRD design + reconcile patterns + tooling landscape, and a /operator-audit slash command. NOT a generic k8s skill — specifically the Operator pattern. | 74 74 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
interview-system-designer engineering/skills/interview-system-designer/SKILL.md This skill should be used when the user asks to "design interview processes", "create hiring pipelines", "calibrate interview loops", "generate interview questions", "design competency matrices", "analyze interviewer bias", "create scoring rubrics", "build question banks", or "optimize hiring systems". Use for designing role-specific interview loops, competency assessments, and hiring calibration systems. | 72 72 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
git-worktree-manager engineering/skills/git-worktree-manager/SKILL.md Run parallel feature work safely with Git worktrees. Standardizes branch isolation, port allocation, environment sync, and cleanup so each worktree behaves like an independent local app. Optimized for multi-agent workflows where each agent or terminal session owns one worktree. Use when running multiple feature branches simultaneously, isolating experimental work, or coordinating multi-agent development across the same repo. | 65 65 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
full-page-screenshot engineering/skills/full-page-screenshot/SKILL.md Use when the user asks to capture a full-page screenshot, long screenshot, or complete page capture of a web page. Handles SPA scroll containers, lazy-loaded images, and very tall pages via Chrome DevTools Protocol with zero external dependencies. | 79 79 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
focused-fix engineering/skills/focused-fix/SKILL.md Use when the user asks to fix, debug, or make a specific feature/module/area work end-to-end. Triggers: 'make X work', 'fix the Y feature', 'the Z module is broken', 'focus on [area]'. Not for quick single-bug fixes — this is for systematic deep-dive repair across all files and dependencies. | 67 67 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
feature-flags-architect engineering/skills/feature-flags-architect/SKILL.md Use when adding, retiring, or auditing feature flags. Triggers on "add a flag", "ship behind a flag", "rollout plan", "kill switch", "stale flags", "flag debt", "LaunchDarkly", "GrowthBook", "Statsig", "Unleash", "Flipt", or any progressive-delivery question. Ships flag debt scanner, rollout planner, and kill-switch auditor (all stdlib Python), 4 references on flag taxonomy + provider trade-offs + rollout strategies + lifecycle, plus a /flag-cleanup slash command. | 76 76 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
env-secrets-manager engineering/skills/env-secrets-manager/SKILL.md Manage environment-variable hygiene and secrets safety across local development and production. Practical auditing, drift awareness, rotation readiness. Use when auditing .env files for committed secrets, planning a credential rotation, debugging missing-env-var production incidents, or hardening a new project against secrets leakage. | 60 60 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 | |
engineering-advanced-skills engineering/skills/engineering-advanced-skills/SKILL.md Index of 37 advanced engineering agent skills for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Use when browsing or choosing among the POWERFUL-tier engineering skills: agent design, RAG, MCP servers, CI/CD, database design, observability, security auditing, changelog/release automation, reliability (SLO/chaos/flags/operators), platform ops. | 69 69 Impact — No eval scenarios have been run Securityby — The risk profile of this skill Version: 19392f7 |