Browse Skills
9063 skills found
typescript-testing.md
107
1
export
typescript-testing
2
from
"shinpr/claude-code-workflows"
from
"shinpr/claude-code-workflows"
3
Production-ready development workflows for Claude Code, powered by specialized AI agents.
2026-02-01
testing-principles.md
107
1
export
testing-principles
2
from
"shinpr/claude-code-workflows"
from
"shinpr/claude-code-workflows"
3
Production-ready development workflows for Claude Code, powered by specialized AI agents.
2026-02-01
regex-builder.md
107
1
export
regex-builder
2
from
"jMerta/codex-skills"
from
"jMerta/codex-skills"
3
Codex CLI skills catalog
2026-01-29
bug-triage.md
107
1
export
bug-triage
2
from
"jMerta/codex-skills"
from
"jMerta/codex-skills"
3
Codex CLI skills catalog
2026-01-29
test-driven-development-tdd.md
106
1
export
test-driven-development-tdd
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
System for managing collections of agent skills. Switch between skillsets seamlessly!
2026-02-02
pytest-testing-assistant.md
106
1
export
pytest-testing-assistant
2
from
"dmitriiweb/extract-emails"
from
"dmitriiweb/extract-emails"
3
Extract emails and links to linkedin accounts from URLs
2026-01-02
systematic-debugging.md
106
1
export
systematic-debugging
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
System for managing collections of agent skills. Switch between skillsets seamlessly!
2026-02-02
testing-anti-patterns.md
106
1
export
testing-anti-patterns
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
System for managing collections of agent skills. Switch between skillsets seamlessly!
2026-02-02
creating-debug-tests-and-iterating.md
106
1
export
creating-debug-tests-and-iterating
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
System for managing collections of agent skills. Switch between skillsets seamlessly!
2026-02-02
finishing-a-development-branch.md
106
1
export
finishing-a-development-branch
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
System for managing collections of agent skills. Switch between skillsets seamlessly!
2026-02-02
webapp-testing.md
106
1
export
webapp-testing
2
from
"tilework-tech/nori-profiles"
from
"tilework-tech/nori-profiles"
3
System for managing collections of agent skills. Switch between skillsets seamlessly!
2026-02-02
srtd-dev.md
102
1
export
srtd-dev
2
from
"t1mmen/srtd"
from
"t1mmen/srtd"
3
🪄 Supabase migrations made magical: Live-reloading SQL + Sane, reviewable diffs + Maintainable templates = Delightful DX
2026-02-01
emacs-testing.md
100
1
export
emacs-testing
2
from
"jinnovation/kele.el"
from
"jinnovation/kele.el"
3
🥤 Spritzy Kubernetes cluster management for Emacs
2026-01-23
svelte-testing.md
99
1
export
svelte-testing
2
from
"spences10/sveltest"
from
"spences10/sveltest"
3
Fix and create Svelte 5 tests with vitest-browser-svelte and Playwright. Use when fixing broken tests, debugging failures, writing unit/SSR/e2e tests, or working with vitest/Playwright.
2026-02-01
ark-dashboard-testing.md
98
1
export
ark-dashboard-testing
2
from
"dwmkerr/dotfiles"
from
"dwmkerr/dotfiles"
3
My personal setup. Vim, Tmux, Shells, etc.
2026-01-09
secure-coding.md
97
1
export
secure-coding
2
from
"baz-scm/awesome-reviewers"
from
"baz-scm/awesome-reviewers"
3
Ready-to-use system prompts for Agentic Code Review.
2026-02-01
testing-debugging.md
97
1
export
testing-debugging
2
from
"baz-scm/awesome-reviewers"
from
"baz-scm/awesome-reviewers"
3
Ready-to-use system prompts for Agentic Code Review.
2026-02-01
devflow-tdd-enforcer.md
96
1
export
devflow-tdd-enforcer
2
from
"Dimon94/cc-devflow"
from
"Dimon94/cc-devflow"
3
🚀 One-command requirement development flow for Claude Code - Complete workflow system with sub-agents, quality gates, and intelligent automation
2026-01-25
test-driven-development.md
93
1
export
test-driven-development
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Implement test-driven development (TDD) workflow using the red-green-refactor cycle. Use when writing new features, fixing bugs, or refactoring existing code. Always write the failing test first, then implement minimal code to pass, then refactor. Essential for ensuring code reliability, preventing regressions, improving design through testability requirements, documenting expected behavior through tests, enabling confident refactoring, and maintaining high code quality standards throughout the development process.
2026-01-13
refactoring.md
93
1
export
refactoring
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Improve code structure, readability, and maintainability without changing external behavior through systematic refactoring techniques like extracting functions, removing duplication, simplifying conditionals, and applying design patterns. Use when reducing technical debt, extracting functions or classes, removing code duplication, simplifying complex conditionals, renaming for clarity, applying design patterns, improving code organization, reducing coupling, increasing cohesion, or maintaining test coverage during structural improvements.
2026-01-13
security-patterns.md
93
1
export
security-patterns
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Implement comprehensive security patterns to protect applications against OWASP Top 10 vulnerabilities including XSS, CSRF, SQL injection, authentication bypass, and data exposure. Use when handling user data, implementing authentication and authorization, validating input, encrypting sensitive data, preventing injection attacks, securing API endpoints, managing sessions and tokens, implementing rate limiting, configuring security headers, or building security-critical features that require defense-in-depth protection.
2026-01-13
accessibility-wcag.md
93
1
export
accessibility-wcag
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Build accessible web applications following WCAG 2.1/2.2 guidelines with proper semantic HTML, ARIA attributes, keyboard navigation, screen reader support, and inclusive design. Use when implementing ARIA labels and roles, ensuring keyboard navigation, supporting screen readers, providing text alternatives for images, managing focus, creating accessible forms, building inclusive UI components, testing with accessibility tools, meeting WCAG compliance levels, or designing for users with disabilities.
2026-01-13
debugging-systematic.md
93
1
export
debugging-systematic
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Apply systematic root cause analysis and debugging methodologies to diagnose and fix bugs, test failures, and unexpected behavior. Use when encountering production issues, investigating test failures, diagnosing performance problems, tracing error sources through call stacks, analyzing logs and stack traces, reproducing inconsistent bugs, debugging race conditions, investigating memory leaks, or applying scientific method to problem-solving before proposing fixes.
2026-01-13
convex-backend.md
93
1
export
convex-backend
2
from
"korallis/Droidz"
from
"korallis/Droidz"
3
Build real-time, reactive backend applications with Convex using TypeScript queries, mutations, and actions with automatic reactivity and optimistic updates. Use when building real-time collaborative applications, implementing reactive data synchronization, writing serverless backend functions, creating queries that auto-update, implementing mutations with transactional guarantees, handling file uploads with Convex storage, implementing authentication with Convex Auth, designing reactive database schemas, or building applications requiring instant data synchronization.
2026-01-13