Browse Skills

9063 skills found

test-manager.md
1
1 export test-manager
2 Leo910032 from "Leo910032/temp2"
3 Comprehensive test management system for running tests, tracking results, and maintaining test documentation. Runs test files, parses results, creates test reports, maintains test index, and integrates with docs-manager to link tests to documentation. Use when running tests, checking test coverage, creating test documentation, or verifying test results.
2026-01-05
agentuity-cli-cloud-deploy.md
1
1 export agentuity-cli-cloud-deploy
2 agentuity from "agentuity/discord-help-agent"
3 Deploy project to the Agentuity Cloud. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
varlock.md
1
1 export varlock
2 wrsmith108 from "wrsmith108/varlock-claude-skill"
3 Secure environment variable management with Varlock. Use when handling secrets, API keys, credentials, or any sensitive configuration. Ensures secrets are never exposed in terminals, logs, traces, or Claude's context. Trigger phrases include "environment variables", "secrets", ".env", "API key", "credentials", "sensitive", "Varlock".
2026-01-05
owasp-top-10.md
1
1 export owasp-top-10
2 NickCrew from "NickCrew/claude-ctx-plugin"
3 OWASP Top 10 security vulnerabilities with detection and remediation patterns. Use when conducting security audits, implementing secure coding practices, or reviewing code for common security vulnerabilities.
2026-01-05
agentuity-cli-cloud-sandbox-execution-list.md
1
1 export agentuity-cli-cloud-sandbox-execution-list
2 agentuity from "agentuity/discord-help-agent"
3 List executions for a sandbox. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
governance.md
1
1 export governance
2 wrsmith108 from "wrsmith108/governance-claude-skill"
3 Engineering standards and code governance enforcement. Triggers during code review discussions, PR descriptions, commit preparation, and when discussing code quality. Ensures compliance with standards.md and runs audit checks. Trigger phrases include "code review", "review this", "commit", "standards", "compliance", "code quality", "best practices", "before I merge".
2026-01-05
secure-error-handling.md
1
1 export secure-error-handling
2 harperaa from "harperaa/secure-claude-skills"
3 Implement secure error handling to prevent information leakage and provide appropriate error responses. Use this skill when you need to handle errors in API routes, prevent stack trace exposure, implement environment-aware error messages, or use the error handler utilities. Triggers include "error handling", "handle errors", "error messages", "information leakage", "stack trace", "handleApiError", "production errors", "error responses".
2026-01-05
testing-msw.md
1
1 export testing-msw
2 CoderMariusz from "CoderMariusz/MonoPilot"
3 Apply when mocking API calls in tests or development: intercepting requests, simulating error states, and testing loading states.
2026-01-05
e2e-scenario-creator.md
1
1 export e2e-scenario-creator
2 MaciWP from "MaciWP/CV_Astro"
3 Create E2E test scenarios with Playwright, Cypress. User flows, authentication, visual regression. Keywords - e2e testing, playwright, cypress, end to end, user flows, integration testing, visual testing
2026-01-05
learning-objectives.md
1
1 export learning-objectives
2 mjunaidca from "mjunaidca/robolearn"
3 Generate measurable learning outcomes aligned with Bloom's taxonomy and CEFR proficiency levels for educational content.Use this skill when educators need to define what students will achieve, create learning objectivesfor curriculum planning, or ensure objectives are specific and testable rather than vague.This skill helps break down complex topics into progressively building learning goals with clearassessment methods and success criteria.
2026-01-05
dhh-philosophy-rails-doctrine.md
1
1 export dhh-philosophy-rails-doctrine
2 sjnims from "sjnims/iron-chef-claude-rails"
3 This skill should be used when the user asks about "Rails philosophy", "the Rails way", "Rails doctrine", "DHH's approach", "Rails conventions", "fat models skinny controllers", "majestic monolith", "service objects", or discusses architectural patterns and best practices for Rails applications. Load this skill when providing guidance on Rails architectural decisions, code organization, or when determining whether an approach aligns with Rails philosophy.
2026-01-05
testing-mobile-responsive.md
1
1 export testing-mobile-responsive
2 jls42 from "jls42/leapmultix"
3 Tests mobile compatibility and responsive design (touch, viewports, mobile performance). Use after responsive CSS modifications, touch controls, or before releases
2026-01-05
java-testing-advanced.md
1
1 export java-testing-advanced
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-java"
3 Advanced testing - Testcontainers, contract testing, mutation testing, property-based
2026-01-05
vitest-test-scaffolder.md
1
1 export vitest-test-scaffolder
2 okgoogle13 from "okgoogle13/careercopilot"
3 Scaffolds Vitest unit tests for React components and hooks. Use when creating tests for frontend components.
2026-01-05
debug-mode.md
1
1 export debug-mode
2 nicobailon from "nicobailon/debug-mode"
3 Hypothesis-driven debugging with hybrid dual-track parallel execution (Opus 4.5 + GPT 5.2). Spawns two independent chains of subagents where each reviews and improves upon its own previous work, then synthesizes findings from both tracks. Use when debugging hard-to-reproduce bugs, CI/E2E test failures, flaky tests, or when standard fixes have failed.
2026-01-05
complete-skill.md
1
1 export complete-skill
2 sfmskywalker from "sfmskywalker/agentskillsdotnet"
3 A comprehensive skill with all possible fields and resource types for testing complete parsing
2026-01-05
request-test.md
1
1 export request-test
2 semicolon-devteam from "semicolon-devteam/semo"
3 QA 테스트 요청 스킬. Use when (1) 태스크카드 테스트 요청,(2) QA 담당자 할당, (3) 테스트 범위 지정, (4) Slack 알림 전송.
2026-01-05
code-review.md
1
1 export code-review
2 ANcpLua from "ANcpLua/ancplua-claude-plugins"
3 Perform comprehensive code reviews covering security, style, performance, and best practices. Use when reviewing code changes before commit or merge, auditing existing code, or checking for vulnerabilities.
2026-01-05
test-driven-development.md
1
1 export test-driven-development
2 xbklairith from "xbklairith/kisune"
3 Use when implementing features/bugfixes to enforce strict TDD discipline - enforces RED (write failing test), GREEN (minimal code), REFACTOR cycle with no exceptions. Prevents "test after" trap, catches rationalizations. Activates when user says "implement", "let's code", "write this feature", mentions "TDD", or during spec-driven execution phase.
2026-01-05
security-headers.md
1
1 export security-headers
2 harperaa from "harperaa/secure-claude-skills"
3 Configure security headers to defend against clickjacking, XSS, MIME confusion, and SSL stripping attacks. Use this skill when you need to set up Content-Security-Policy, X-Frame-Options, HSTS, configure middleware headers, or understand browser security features. Triggers include "security headers", "CSP", "content security policy", "X-Frame-Options", "HSTS", "clickjacking", "MIME confusion", "middleware headers".
2026-01-05
responsive-architect.md
1
1 export responsive-architect
2 deve1993 from "deve1993/Quickfy-website"
3 Expert in mobile-first responsive design, breakpoint systems, container queries, fluid typography, touch interactions, viewport optimization, and cross-device testing
2026-01-05
prototyping.md
1
1 export prototyping
2 spjoshis from "spjoshis/claude-code-plugins"
3 Master prototyping with interactive mockups, user flows, animations, and high-fidelity prototypes for user testing.
2026-01-05
qa-test.md
1
1 export qa-test
2 semicolon-devteam from "semicolon-devteam/semo"
3 QA 테스트 관리 스킬. Use when (1) 할당된 테스트 목록 확인,(2) 테스트 결과 업데이트, (3) 테스트 완료 보고.
2026-01-05
storybook.md
1
1 export storybook
2 iButters from "iButters/ClaudeCodePlugins"
3 Storybook 8 for React component documentation and testing. Use for creating stories, documenting components with Controls/Actions, visual testing, and MDX documentation. Triggers on requests for Storybook stories, component documentation, visual testing, or interactive component demos.
2026-01-05