Browse Skills

9063 skills found

qa-tester.md
12
1 export qa-tester
2 finos from "finos/morphir-dotnet"
3 Specialized QA testing for morphir-dotnet. Use when user asks to create test plans, run tests, validate packages, report bugs, perform regression testing, or verify PR completion. Triggers include "test plan", "QA", "regression", "validate", "bug report", "test this", "verify implementation".
2026-01-05
Production SSH Access.md
12
1 export Production SSH Access
2 codante-io from "codante-io/codante-io-front"
3 Provides guidance and utilities for securely accessing the Codante Frontend production server via SSH. Use this when you need to connect to the production server, run commands, check logs, manage pm2 processes, troubleshoot issues, or verify deployments.
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
chatgpt-app-builder.md
12
1 export chatgpt-app-builder
2 BayramAnnakov from "BayramAnnakov/chatgpt-app-skill"
3 Build ChatGPT Apps using the Apps SDK and MCP. Use when users want to: (1) Evaluate if their product should become a ChatGPT App (2) Design and implement MCP servers with widgets (3) Test apps locally and in ChatGPT (4) Prepare for App Store submission Triggers: "ChatGPT app", "Apps SDK", "build for ChatGPT", "ChatGPT integration", "MCP server for ChatGPT", "submit to ChatGPT"
2026-01-05
terraform-engineer.md
12
1 export terraform-engineer
2 Jeffallan from "Jeffallan/claude-skills"
3 Use when implementing infrastructure as code with Terraform across AWS, Azure, or GCP. Invoke for module development, state management, provider configuration, multi-environment workflows, infrastructure testing.
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
python-pro.md
12
1 export python-pro
2 Jeffallan from "Jeffallan/claude-skills"
3 Use when building Python 3.11+ applications requiring type safety, async programming, or production-grade patterns. Invoke for type hints, pytest, async/await, dataclasses, mypy configuration.
2026-01-05
vulnerability-resolver.md
12
1 export vulnerability-resolver
2 finos from "finos/morphir-dotnet"
3 Specialized CVE and vulnerability management for morphir-dotnet. Use when user asks to scan for vulnerabilities, fix CVEs, suppress false positives, review security reports, or manage dependency-check. Triggers include "CVE", "vulnerability", "security scan", "dependency-check", "suppress", "false positive", "CVSS", "security fix".
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
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
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
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
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