Browse Skills

9063 skills found

health-checks.md
0
1 export health-checks
2 vanman2024 from "vanman2024/dev-lifecycle-marketplace"
3 Post-deployment validation and health check scripts for validating HTTP endpoints, APIs, MCP servers, SSL/TLS certificates, and performance metrics. Use when deploying applications, validating deployments, testing endpoints, checking SSL certificates, running performance tests, or when user mentions health checks, deployment validation, endpoint testing, performance testing, or uptime monitoring.
2026-01-05
docs-seeker.md
0
1 export docs-seeker
2 Hieubkav from "Hieubkav/wincellarCloneBackend"
3 Searching internet for technical documentation using llms.txt standard, GitHub repositories via Repomix, and parallel exploration. Use when user needs: (1) Latest documentation for libraries/frameworks, (2) Documentation in llms.txt format, (3) GitHub repository analysis, (4) Documentation without direct llms.txt support, (5) Multiple documentation sources in parallel
2026-01-05
deploy-bot.md
0
1 export deploy-bot
2 unarmedpuppy from "unarmedpuppy/polyjuiced"
3 Safe deployment of Polymarket trading bot with regression tests and active trade protection
2026-01-05
specimin-refactor.md
0
1 export specimin-refactor
2 timsvoice from "timsvoice/specimin"
3 Execute surgical code refactors using single, named refactoring patterns with test verification. Use only when user explicitly requests to refactor code or perform a specific refactoring pattern. Analyzes complexity, establishes test baseline, previews changes with quality checks, executes refactoring, and verifies tests still pass.
2026-01-05
markdowntown-testing.md
0
1 export markdowntown-testing
2 joelklabo from "joelklabo/markdowntown-cli"
3 Use this when running or adding tests (compile/lint/unit/E2E), updating test utilities, or working with Playwright/visual testing in markdowntown.
2026-01-05
gke-cluster-configuration.md
0
1 export gke-cluster-configuration
2 adaptive-enforcement-lab from "adaptive-enforcement-lab/claude-skills"
3 Private GKE cluster setup, Workload Identity, and Shielded Nodes with Binary Authorization using Terraform.
2026-01-05
disaster-recovery.md
0
1 export disaster-recovery
2 surrealwolf from "surrealwolf/proxmox-ve-mcp"
3 Implement disaster recovery and backup strategies for Proxmox. Create and manage backups, test recovery procedures, and ensure business continuity for your infrastructure.
2026-01-05
cote-reviewer.md
0
1 export cote-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 When reviewing coding test solutions. This Skill reviews coding test solutions and provides feedback. it adds an evaluation section to the README.md file in the problem-solving folder, including areas for improvement, strengths, and other application ideas based on the provided template. Use this skill when user requests "코테 리뷰", "풀이 리뷰", "리뷰 작성", "리뷰를 작성해줘", "코드 리뷰", or any similar coding test review request.
2026-01-05
risk-assessor.md
0
1 export risk-assessor
2 euCann from "euCann/OSCAL-GRC-SKILLS"
3 Perform comprehensive risk assessments on OSCAL systems including threat modeling, vulnerability analysis, risk scoring, and POA&M generation. Use this skill to evaluate security posture and prioritize remediation efforts.
2026-01-05
gh-cli.md
0
1 export gh-cli
2 ymat19 from "ymat19/dotfiles"
3 Use GitHub CLI (gh) to interact with GitHub repositories, pull requests, issues, CI/CD workflows, and security alerts. Use when the user asks about remote repository status, workflow runs, PR/issue management, or GitHub operations.
2026-01-05
github-actions.md
0
1 export github-actions
2 JohnnyVicious from "JohnnyVicious/copilot-cli-examples"
3 Create, configure, and optimize GitHub Actions including action types, triggers, runners, security practices, and marketplace integration
2026-01-05
qa-specialist-captain.md
0
1 export qa-specialist-captain
2 Claymore-Q from "Claymore-Q/SAVVY"
3 QA Specialist Captain - Advanced testing, UAT coordination, and compliance validation
2026-01-05
effect-layers-services.md
0
1 export effect-layers-services
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Define services, provide layers, compose dependencies, and switch live/test. Use for DI boundaries and app composition.
2026-01-05
tdd-refactor-phase.md
0
1 export tdd-refactor-phase
2 rubrical-studios from "rubrical-studios/process-docs"
3 Guide experienced developers through REFACTOR phase of TDD cycle - improving code quality while maintaining green tests
2026-01-05
http-api-cloudbase.md
0
1 export http-api-cloudbase
2 binggg from "binggg/GALAXY-VORTEX"
3 Use CloudBase HTTP API to access CloudBase platform features (database, authentication, cloud functions, cloud hosting, cloud storage, AI) via HTTP protocol from backends or scripts that are not using SDKs.
2026-01-05
skill-authoring.md
0
1 export skill-authoring
2 randalmurphal from "randalmurphal/claude-config"
3 Best practices for creating and updating Claude Code skills including YAML frontmatter structure, description patterns for discoverability, content organization, progressive disclosure, and testing strategies. Use when creating new skills or updating existing skills to follow proven patterns.
2026-01-05
tester-detective.md
0
1 export tester-detective
2 involvex from "involvex/involvex-claude-marketplace"
3 ⚡ PRIMARY TOOL for: 'what's tested', 'find test coverage', 'audit test quality', 'missing tests', 'edge cases', 'test patterns'. Uses claudemem v0.3.0 AST with callers analysis for test discovery. GREP/FIND/GLOB ARE FORBIDDEN.
2026-01-05
haptics.md
0
1 export haptics
2 Jslock56 from "Jslock56/FFFBeatdown"
3 Ensure optimal haptic feedback throughout the app. Use when adding interactions, reviewing code, or auditing haptics usage. Keywords: haptics, feedback, vibration, touch, UX, interaction.
2026-01-05
risk-assessor.md
0
1 export risk-assessor
2 TakukiN from "TakukiN/security_analysis_agent_skills"
3 Security risk assessment from specifications, manuals, and design documents. Threat modeling (STRIDE/DREAD), asset identification, risk matrix generation, and CRA pre-compliance evaluation. Use for upstream security analysis before implementation. Triggers on: risk assessment, threat modeling, security review, design review, specification analysis, STRIDE, DREAD, attack tree, security requirements, pre-implementation security.
2026-01-05
global-validation.md
0
1 export global-validation
2 pdovhomilja from "pdovhomilja/dovhomilja-cz"
3 Implement comprehensive input validation on both client and server sides with clear error messages, type checking, and sanitization to prevent security vulnerabilities. Use this skill when validating user input, implementing form validation, checking data types and formats, sanitizing input to prevent injection attacks (SQL, XSS, command injection), validating business rules, providing field-specific error messages, implementing server-side validation for all entry points (API endpoints, web forms, background jobs), using client-side validation for immediate user feedback, applying allowlists over blocklists, validating ranges and required fields, or ensuring consistent validation across the application. Apply this skill when handling any user input, building forms, creating API endpoints, or reviewing code for security and data integrity.
2026-01-05
analyze-project.md
0
1 export analyze-project
2 jrc1883 from "jrc1883/popkit-claude"
3 Use when starting work on an unfamiliar project or needing to understand a codebase - performs comprehensive analysis discovering architecture, patterns, dependencies, testing coverage, and improvement opportunities. Do NOT use on projects you already know well or for targeted questions about specific files - use direct exploration instead for focused queries.
2026-01-05
testing-test-writing.md
0
1 export testing-test-writing
2 mshafei721 from "mshafei721/Turbocat"
3 Write focused, strategic tests for core user flows with behavior-based testing, clear naming, and proper mocking of external dependencies. Use this skill when writing unit tests, integration tests, or end-to-end tests. When working on files in tests/, __tests__/, spec/, or *.test.ts, *.spec.ts files. When deciding what to test during feature development. When naming test cases descriptively. When mocking databases, APIs, or external services. When focusing on testing behavior rather than implementation details.
2026-01-05
vitest-config-generator.md
0
1 export vitest-config-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate Vitest configuration files for fast unit testing of JavaScript/TypeScript projects. Triggers on "create vitest config", "generate vitest configuration", "vitest setup", "unit test config".
2026-01-05
oracle-dba.md
0
1 export oracle-dba
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Oracle DBA and DevOps expertise for Autonomous Database (ADB) on OCI. This skill should be used when managing Oracle Autonomous Databases, writing optimized SQL/PLSQL, configuring security (TDE, Database Vault, Data Safe), implementing HA/DR (Data Guard, PITR), using OCI CLI for database operations, or integrating with Oracle MCP servers for AI-assisted database management. Covers Oracle Database versions 19c, 21c, 23ai, and 26ai.
2026-01-05