Browse Skills

20307 skills found

git-commit-assistant.md
106
1 export git-commit-assistant
2 dmitriiweb from "dmitriiweb/extract-emails"
3 Extract emails and links to linkedin accounts from URLs
2026-01-02
uv-package-management-assistant.md
106
1 export uv-package-management-assistant
2 dmitriiweb from "dmitriiweb/extract-emails"
3 Extract emails and links to linkedin accounts from URLs
2026-01-02
lean4-memories.md
104
1 export lean4-memories
2 cameronfreer from "cameronfreer/lean4-skills"
3 Claude skills for Lean 4 theorem proving
2026-02-01
ui-ux-pro-max.md
104
1 export ui-ux-pro-max
2 julianromli from "julianromli/opencode-template"
3 opencode-template
2026-01-31
requesting-code-review.md
102
1 export requesting-code-review
2 t1mmen from "t1mmen/srtd"
3 🪄 Supabase migrations made magical: Live-reloading SQL + Sane, reviewable diffs + Maintainable templates = Delightful DX
2026-02-01
srtd-dev.md
102
1 export srtd-dev
2 t1mmen from "t1mmen/srtd"
3 🪄 Supabase migrations made magical: Live-reloading SQL + Sane, reviewable diffs + Maintainable templates = Delightful DX
2026-02-01
understand-codebase.md
102
1 export understand-codebase
2 vinta from "vinta/hal-9000"
3 Opinionated macOS development environment automation
2026-01-30
symbolication-setup.md
100
1 export symbolication-setup
2 nexus-labs-automation from "nexus-labs-automation/mobile-observability"
3 Claude Code plugin for mobile app observability: crash reporting, performance monitoring, and instrumentation for iOS, Android, and React Native
2026-01-31
network-tracing.md
100
1 export network-tracing
2 nexus-labs-automation from "nexus-labs-automation/mobile-observability"
3 Claude Code plugin for mobile app observability: crash reporting, performance monitoring, and instrumentation for iOS, Android, and React Native
2026-01-31
instrumentation-planning.md
100
1 export instrumentation-planning
2 nexus-labs-automation from "nexus-labs-automation/mobile-observability"
3 Claude Code plugin for mobile app observability: crash reporting, performance monitoring, and instrumentation for iOS, Android, and React Native
2026-01-31
svelte-testing.md
99
1 export svelte-testing
2 spences10 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
documentation.md
97
1 export documentation
2 baz-scm from "baz-scm/awesome-reviewers"
3 Ready-to-use system prompts for Agentic Code Review.
2026-02-01
secure-coding.md
97
1 export secure-coding
2 baz-scm 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 baz-scm from "baz-scm/awesome-reviewers"
3 Ready-to-use system prompts for Agentic Code Review.
2026-02-01
data-ml.md
97
1 export data-ml
2 baz-scm from "baz-scm/awesome-reviewers"
3 Ready-to-use system prompts for Agentic Code Review.
2026-02-01
code-readability.md
97
1 export code-readability
2 baz-scm from "baz-scm/awesome-reviewers"
3 Ready-to-use system prompts for Agentic Code Review.
2026-02-01
devops-cloud.md
97
1 export devops-cloud
2 baz-scm from "baz-scm/awesome-reviewers"
3 Ready-to-use system prompts for Agentic Code Review.
2026-02-01
team-collaboration.md
97
1 export team-collaboration
2 baz-scm from "baz-scm/awesome-reviewers"
3 Ready-to-use system prompts for Agentic Code Review.
2026-02-01
code-refactoring.md
97
1 export code-refactoring
2 baz-scm from "baz-scm/awesome-reviewers"
3 Ready-to-use system prompts for Agentic Code Review.
2026-02-01
codebase-analyzer.md
96
1 export codebase-analyzer
2 severity1 from "severity1/claude-code-auto-memory"
3 Claude Code plugin that automatically maintains CLAUDE.md files
2026-01-30
constitution-guardian.md
96
1 export constitution-guardian
2 Dimon94 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 korallis 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 korallis 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 korallis 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