everything-claude-code
A comprehensive configuration toolkit for Claude Code featuring battle-tested agents, skills, hooks, and automation workflows for software development.
Discover reusable agent skills, browse implementation details, and find the right skill for your workflow.
292 skills found
A comprehensive configuration toolkit for Claude Code featuring battle-tested agents, skills, hooks, and automation workflows for software development.
Production-grade testing strategy implementing feature flags, canary releases, synthetic monitoring, and chaos engineering for continuous reliability in live environments.
Apply effective software quality consultancy practices. Use when consulting on QA strategy, advising development teams, or establishing sustainable quality workflows.
Launch lgtm TUI to review markdown files, code plans, or documentation with line-by-line commenting, syntax highlighting, and collaborative feedback workflows.
A pre-flight release checklist system to verify build paths, tests, and CI status before tagging, preventing failed deployments and repetitive retagging cycles.
Language-agnostic debugging framework: scientific method, stack trace analysis, logging strategies, and advanced techniques like Git bisect and rubber ducking.
Guide for implementing features using architecture-first design, TDD, rich domain models, and Swift 6.2 patterns, ensuring a clean separation between Domain, Infrastructure, and App layers.
Master design system architecture: implement design tokens, multi-brand theming, component libraries, and automated design-to-code pipelines for scalable UI foundations.
CLI tools for Svelte 5 documentation lookup and code analysis. Automate Svelte component creation, debugging, and linting with real-time documentation retrieval and code autofixing.
Apply context-driven testing principles to adapt testing strategies based on project goals, risks, and constraints rather than relying on universal best practices.
Accessibility best practices and patterns for React applications to ensure WCAG compliance, semantic structure, and inclusive user experiences.
Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving existing harness code.