Browse Skills

9063 skills found

java-architect.md
12
1 export java-architect
2 Jeffallan from "Jeffallan/claude-skills"
3 Use when building enterprise Java applications with Spring Boot 3.x, microservices, or reactive programming. Invoke for WebFlux, JPA optimization, Spring Security, cloud-native patterns.
2026-01-05
chaos-engineer.md
12
1 export chaos-engineer
2 Jeffallan from "Jeffallan/claude-skills"
3 Use when designing chaos experiments, implementing failure injection frameworks, or conducting game day exercises. Invoke for chaos experiments, resilience testing, blast radius control, game days, antifragile systems.
2026-01-05
laravel-specialist.md
12
1 export laravel-specialist
2 Jeffallan from "Jeffallan/claude-skills"
3 Use when building Laravel 10+ applications requiring Eloquent ORM, API resources, or queue systems. Invoke for Laravel models, Livewire components, Sanctum authentication, Horizon queues.
2026-01-05
test-master.md
12
1 export test-master
2 Jeffallan from "Jeffallan/claude-skills"
3 Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing.
2026-01-05
testing-code.md
12
1 export testing-code
2 rysweet from "rysweet/MicrosoftHackathon2025-AgenticCoding"
3 Generates and improves tests following TDD principles. Activates when new features are implemented, test coverage is low, or user requests tests. Ensures comprehensive test coverage with unit, integration, and edge case tests.
2026-01-05
fastapi-expert.md
12
1 export fastapi-expert
2 Jeffallan from "Jeffallan/claude-skills"
3 Use when building high-performance async Python APIs with FastAPI and Pydantic V2. Invoke for async SQLAlchemy, JWT authentication, WebSockets, OpenAPI documentation.
2026-01-05
secure-code-guardian.md
12
1 export secure-code-guardian
2 Jeffallan from "Jeffallan/claude-skills"
3 Use when implementing authentication/authorization, securing user input, or preventing OWASP Top 10 vulnerabilities. Invoke for authentication, authorization, input validation, encryption, OWASP Top 10 prevention.
2026-01-05
security-audit.md
12
1 export security-audit
2 huseyindeniz from "huseyindeniz/vite-react-dapp-template"
3 Security vulnerability analysis to detect hardcoded secrets, dangerous patterns, and unsafe code practices.
2026-01-05
javascript-coding-standards.md
11
1 export javascript-coding-standards
2 williamzujkowski from "williamzujkowski/standards"
3 JavaScript/ES6+ coding standards following Airbnb guidelines, modern patterns, React best practices, and comprehensive Jest testing. Use for JavaScript projects requiring clean, maintainable, production-ready code with modern tooling.
2026-01-05
skill-evaluator.md
11
1 export skill-evaluator
2 bjulius from "bjulius/skill-evaluator"
3 Comprehensive evaluation toolkit for analyzing Claude skills across security, quality, utility, and compliance dimensions. This skill should be used when users need to evaluate a skill before installation, review before publishing, or assess overall quality and safety. Performs 5-layer security analysis, validates structure and documentation, checks compliance with skill-creator guidelines, and generates markdown reports with scoring and recommendations.
2026-01-05
test-skill-multifile.md
11
1 export test-skill-multifile
2 kcaldas from "kcaldas/genie"
3 Test skill demonstrating progressive file loading with multiple resources
2026-01-05
rust-coding-standards.md
11
1 export rust-coding-standards
2 williamzujkowski from "williamzujkowski/standards"
3 Master Rust's ownership system, type safety, and zero-cost abstractions for building safe, concurrent, and performant systems. Covers borrowing, lifetimes, traits, error handling, async/await, and testing patterns.
2026-01-05
authentication-security.md
11
1 export authentication-security
2 williamzujkowski from "williamzujkowski/standards"
3 Authentication security standards covering OAuth2 flows (authorization code, PKCE), JWT best practices (RS256, expiration), MFA (TOTP, WebAuthn), session management, and NIST 800-63B compliance for production systems
2026-01-05
code-reviewer.md
11
1 export code-reviewer
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Review code for best practices, bugs, security issues, and improvements. Use when reviewing code, checking PRs, or analyzing code quality.
2026-01-05
performance-testing-standards.md
11
1 export performance-testing-standards
2 williamzujkowski from "williamzujkowski/standards"
3 Performance testing standards for load, stress, spike, and soak testing. Covers k6 and JMeter implementation, SLI/SLO definitions, CI/CD integration, and bottleneck analysis. Use when validating system behavior under load, establishing baselines, or capacity planning.
2026-01-05
security-headers.md
11
1 export security-headers
2 madsstoumann from "madsstoumann/browser-style"
3 Analyzes HTTP security headers for a given URL and provides a comprehensive security score. Checks for critical headers like HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, and Permissions-Policy. Returns detailed scoring and recommendations.
2026-01-05
test-helper.md
11
1 export test-helper
2 kcaldas from "kcaldas/genie"
3 Write comprehensive, idiomatic tests following best practices and project conventions. Use this when writing unit tests, integration tests, or test fixtures. Helps ensure proper test structure, mocking, assertions, and coverage.
2026-01-05
Holochain Development.md
11
1 export Holochain Development
2 happenings-community from "happenings-community/requests-and-offers"
3 This skill should be used when developing Holochain hApps, setting up development environments, creating zomes, implementing hREA integration, or writing multi-agent tests with Tryorama
2026-01-05
go-coding-standards.md
11
1 export go-coding-standards
2 williamzujkowski from "williamzujkowski/standards"
3 Go coding standards following idiomatic Go patterns, error handling, concurrency best practices, and modern Go tooling. Use for Go projects requiring clean, efficient, production-ready code with comprehensive testing.
2026-01-05
security-audit.md
11
1 export security-audit
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 RLS validation, security audits, OWASP compliance, and vulnerability scanning. Use when validating RLS policies, auditing API routes, or scanning for security issues.
2026-01-05
Dependency Management for Cargo and npm.md
11
1 export Dependency Management for Cargo and npm
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Manage Rust and Node.js dependencies including adding, updating, auditing, and resolving conflicts. Use when updating dependencies or resolving version conflicts.
2026-01-05
cel-k8s.md
11
1 export cel-k8s
2 tyrchen from "tyrchen/claude-skills"
3 Write production-ready CEL (Common Expression Language) code for Kubernetes ValidatingAdmissionPolicies, CRD validation rules, and security policies. Use when users need to create admission policies, validate Kubernetes resources, enforce security constraints, or write CEL expressions for Kubernetes.
2026-01-05
integration-testing.md
11
1 export integration-testing
2 williamzujkowski from "williamzujkowski/standards"
3 Integration testing standards for API testing, database testing, and service-to-service communication. Covers test containers, Docker Compose, API mocking, and contract testing for reliable integration suites.
2026-01-05
playwright-browser.md
11
1 export playwright-browser
2 TechNickAI from "TechNickAI/ai-coding-config"
3 Use when automating browsers, testing pages, taking screenshots, checking UI, verifying login flows, or testing responsive behavior
2026-01-05