Browse Skills — Page 196
21,805 public skills · showing 19,501–19,600
- 100/100
testing-e2e
yonatangross/orchestkit
End-to-end testing patterns with Playwright — page objects, AI agent testing, visual regression, accessibility testing with axe-core, and CI integration. Use when writing E2E tests, setting up Playwright, implementing visual regression, or testing accessibility.
- 90/100
testing-ecommerce-and-payment-logic
xalgord/xalgorix
Testing business-logic flaws in e-commerce and payment flows including price/product tampering,
- 100/100
testing-flutter
TheBeardedBearSAS/claude-craft
Testing Flutter 3.44 / BLoC v9 / Riverpod 3 - Stratégie Complète. Use when writing tests, reviewing test coverage, or setting up testing.
- 100/100
testing-for-broken-access-control
mukul975/Anthropic-Cybersecurity-Skills
Systematically testing web applications for broken access control vulnerabilities including privilege escalation, missing function-level checks, and insecure direct object references.
- 100/100
testing-for-business-logic-vulnerabilities
mukul975/Anthropic-Cybersecurity-Skills
Identifying flaws in application business logic that allow price manipulation, workflow bypass, and privilege escalation beyond what technical vulnerability scanners can detect.
- 60/100
testing-for-crlf-injection
xalgord/xalgorix
Testing web applications for CRLF (Carriage Return / Line Feed) injection where unsanitized %0d%0a sequences
- 0/100
testing-for-email-header-injection
mukul975/Anthropic-Cybersecurity-Skills
Test web application email functionality for SMTP header injection vulnerabilities that allow attackers to inject additional email headers, modify recipients, and abuse contact forms for spam relay.
- 0/100
testing-for-host-header-injection
mukul975/Anthropic-Cybersecurity-Skills
Test web applications for HTTP Host header injection vulnerabilities to identify password reset poisoning, web cache poisoning, SSRF, and virtual host routing manipulation risks.
- 80/100
testing-for-json-web-token-vulnerabilities
mukul975/Anthropic-Cybersecurity-Skills
Test JWT implementations for critical vulnerabilities including algorithm confusion, none algorithm bypass, kid parameter injection, and weak secret exploitation to achieve authentication bypass and privilege escalation.
- 0/100
testing-for-open-redirect-vulnerabilities
mukul975/Anthropic-Cybersecurity-Skills
Identify and test open redirect vulnerabilities in web applications by analyzing URL redirection parameters, bypass techniques, and exploitation chains for phishing and token theft.
- 80/100
testing-for-regex-dos-redos
xalgord/xalgorix
Testing web applications for Regular Expression Denial of Service (ReDoS), where crafted input forces a
- 10/100
testing-for-sensitive-data-exposure
mukul975/Anthropic-Cybersecurity-Skills
Identifying sensitive data exposure vulnerabilities including API key leakage, PII in responses, insecure storage, and unprotected data transmission during security assessments.
- 25/100
testing-for-xml-injection-vulnerabilities
mukul975/Anthropic-Cybersecurity-Skills
Test web applications for XML injection vulnerabilities including XXE, XPath injection, and XML entity attacks to identify data exposure and server-side request forgery risks.
- 95/100
testing-for-xss-vulnerabilities
mukul975/Anthropic-Cybersecurity-Skills
>
- 85/100
testing-for-xss-vulnerabilities-with-burpsuite
mukul975/Anthropic-Cybersecurity-Skills
Identifying and validating cross-site scripting vulnerabilities using Burp Suite's scanner, intruder, and repeater tools during authorized security assessments.
- 30/100
testing-for-xxe-injection-vulnerabilities
mukul975/Anthropic-Cybersecurity-Skills
Discovering and exploiting XML External Entity injection vulnerabilities to read server files, perform SSRF, and exfiltrate data during authorized penetration tests.
- 100/100
testing-handbook-generator
trailofbits/skills
>
- 100/100
testing-integration
yonatangross/orchestkit
Integration and contract testing patterns — API endpoint tests, component integration, database testing, Pact contract verification, property-based testing, and Zod schema validation. Use when testing API boundaries, verifying contracts, or validating cross-service integration.
- 85/100
testing-jwt-token-security
mukul975/Anthropic-Cybersecurity-Skills
Assessing JSON Web Token implementations for cryptographic weaknesses, algorithm confusion attacks, and authorization bypass vulnerabilities during security engagements.
- 90/100
testing-library
TerminalSkills/skills
>-
- 100/100
testing-llm
yonatangross/orchestkit
LLM and AI testing patterns — mock responses, evaluation with DeepEval/RAGAS, structured output validation, and agentic test patterns (generator, healer, planner). Use when testing AI features, validating LLM outputs, or building evaluation pipelines.
- 0/100
testing-llm-prompt-injection-and-jailbreaks
xalgord/xalgorix
Testing LLM-backed applications, chatbots, and AI agents for direct and indirect prompt injection, jailbreaks,
- 0/100
testing-mcp-server-security
xalgord/xalgorix
Testing Model Context Protocol (MCP) servers and the clients that consume them for tool poisoning, prompt
- 5/100
testing-mobile-api-authentication
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
testing-oauth2-implementation-flaws
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
testing-paperclip
TheBeardedBearSAS/claude-craft
Paperclip-Testing-Strategie — Vitest, Plugin-Test-Harness aus @paperclipai/plugin-sdk/testing, echte Postgres-Integration-Tests, Cross-Tenant-Isolation. Verwenden Sie dies beim Schreiben oder Reviewen von Paperclip-Tests.
- 40/100
testing-password-reset-flaws
xalgord/xalgorix
Identifying and exploiting weaknesses in password reset flows including weak reset tokens,
- 100/100
testing-patterns
yonatangross/orchestkit
Redirect — testing-patterns was split into 5 focused sub-skills. Use when looking for testing-patterns, writing tests, or test automation. Redirects to testing-unit, testing-e2e, testing-integration, testing-llm, or testing-perf.
- 100/100
testing-patterns-v2
diegosouzapw/awesome-omni-skills
Testing Patterns and Utilities workflow skill. Use this skill when the user needs Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
testing-perf
yonatangross/orchestkit
Performance and load testing patterns — k6 load tests, Locust stress tests, pytest execution optimization (xdist parallel, plugins), test type classification, and performance benchmarking. Use when writing load tests, optimizing test execution speed, or setting up pytest infrastructure.
- 100/100
testing-preferred-patterns
notque/vexjoy-agent
Identify and fix testing mistakes: flaky, brittle, over-mocked tests.
- 100/100
testing-principles
shinpr/claude-code-workflows
Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns. Use when writing tests, designing test strategies, or reviewing test quality.
- 75/100
testing-prpm-cli
pr-pm/prpm
Use when testing PRPM CLI commands locally - provides build, environment setup, execution workflow, contract testing to verify documented behavior matches implementation, and comprehensive cross-format conversion testing against local registry
- 100/100
testing-python
elizaOS/eliza
Write and evaluate effective Python tests using pytest. Use when writing tests, reviewing test code, debugging test failures, or improving test coverage. Covers test design, fixtures, parameterization, mocking, and async testing.
- 100/100
testing-qa
diegosouzapw/awesome-omni-skills
Testing/QA Workflow Bundle workflow skill. Use this skill when the user needs Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
testing-qa-v2
diegosouzapw/awesome-omni-skills
Testing/QA Workflow Bundle workflow skill. Use this skill when the user needs Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
testing-ransomware-recovery-procedures
mukul975/Anthropic-Cybersecurity-Skills
>-
- 100/100
testing-react
TheBeardedBearSAS/claude-craft
Stratégie de Tests React 19 + Compiler 1.0. Use when writing tests, reviewing test coverage, or setting up testing.
- 100/100
testing-reactnative
TheBeardedBearSAS/claude-craft
Testing React Native 0.85+. Use when writing tests, reviewing test coverage, or setting up testing.
- 55/100
testing-registration-and-account-flaws
xalgord/xalgorix
Identifying and exploiting weaknesses in account registration including duplicate/overwrite registration,
- 20/100
testing-session-management-flaws
xalgord/xalgorix
Identifying and exploiting weaknesses in session handling including fixation, weak token entropy,
- 100/100
testing-strategy
anthropics/knowledge-work-plugins
Design test strategies and test plans. Trigger with "how should we test", "test strategy for", "write tests for", "test plan", "what tests do we need", or when the user needs help with testing approaches, coverage, or test architecture.
- 100/100
testing-strategy
Community-Access/accessibility-agents
Accessibility testing decision trees, browser/AT compatibility matrices, manual vs. automated test coverage, regression testing patterns, and acceptance criteria templates for user stories.
- 100/100
testing-symfony
TheBeardedBearSAS/claude-craft
Stratégie de Tests Symfony 8.1 / PHP 8.5. Use when writing tests, reviewing test coverage, or setting up testing.
- 100/100
testing-unit
yonatangross/orchestkit
Unit testing patterns for isolated business logic tests — AAA pattern, parametrized tests (test.each, @pytest.mark.parametrize), fixture scoping (function/module/session), mocking with MSW/VCR at network level, and test data management with factories (FactoryBoy, faker-js). Use when writing unit tests, setting up mocks, structuring test data, optimizing test speed, choosing fixture scope, or reducing test boilerplate. Covers Vitest, Jest, pytest.
- 40/100
testing-websocket-api-security
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
testng-data-driven
TheBushidoCollective/han
Use when implementing data-driven tests with TestNG DataProviders, factory methods, and parameterization patterns.
- 100/100
testng-fundamentals
TheBushidoCollective/han
Use when working with TestNG annotations, assertions, test lifecycle, and configuration for Java testing.
- 100/100
testng-parallel
TheBushidoCollective/han
Use when configuring parallel test execution with TestNG including thread pools, suite configuration, and synchronization.
- 100/100
testrail
alirezarezvani/claude-skills
>-
- 100/100
tether
terrylica/cc-skills
Tether (install/uninstall) hooks for auto-backup on session end. Renamed from 'hooks' to avoid clashing with Claude Code's.
- 100/100
text
vercel-labs/bash-tool
Analyze and transform text files using bash tools
- 100/100
Text Quality Reviewer
Community-Access/accessibility-agents
Non-visual text quality reviewer for web applications. Use when reviewing any page, component, or template for low-quality alt text, aria-labels, or button names. Detects template variables ({0}, {{var}}), code syntax in text attributes (property.alttext), placeholder text as labels, typos in short accessible names, whitespace-only names, and duplicate control labels. Enforces WCAG 1.1.1 (Non-text Content), 4.1.2 (Name, Role, Value), and 2.5.3 (Label in Name). Applies to any web framework or vanilla HTML/CSS/JS.
- 100/100
text-format-organizer
aipoch/medical-research-skills
A local text formatting organizer for biomedical/academic writing; use it when you need to clean whitespace/line endings while preserving Markdown structures or when normalizing .docx/.md/.txt before submission or proofreading.
- 100/100
text-parser
elizaOS/eliza
Guide for parsing structured text input files.
- 100/100
text-to-pdf-automation
ComposioHQ/awesome-claude-skills
"Automate Text To PDF tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
text-to-technical-roadmap
aipoch/medical-research-skills
Converts research text into a Mermaid technical roadmap flowchart. Use when the user provides research proposals, experiment designs, or scientific text and asks for a roadmap or flowchart.
- 100/100
textarena
mkurman/zorai
Text-based game suite for LLM training and evaluation (TextArena). 100+ single-player, two-player, and multi-player text games with an OpenAI Gym-style interface. Designed for benchmarking, self-play, multi-agent RL, and reasoning-focused LLM evaluation. Use for text-game environments, self-play RL, strategic reasoning evaluation, and agent-vs-agent tournaments.
- 100/100
textcortex-automation
ComposioHQ/awesome-claude-skills
"Automate Textcortex tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
textform-paragraph-126b-bgb-dauerhafter-datentraeger
Klotzkette/claude-fuer-deutsches-recht
Textform § 126b BGB: Definition dauerhafter Datenträger, Anforderungen lesbare Erklärung, Person des Erklärenden, Abschluss erkennbar — E-Mail, WhatsApp, SMS, PDF, Memos im Praxisvergleich, Maklervertrag BGH I ZR 202/25, Abgrenzung zu Schriftform.
- 100/100
textform-vs-schriftform-vs-notariell
Klotzkette/claude-fuer-deutsches-recht
Abgrenzung Textform § 126b BGB (DocuSign zulassig), Schriftform § 126 BGB (eigenhändige Unterschrift), Notarielle Beurkundung § 128 BGB. Vorteile und Risiken jeder Form fuer Wandeldarlehen. Heilungsmechanismen bei Formverstoss. Praktische Empfehlung fuer GmbH-Wandeldarlehen.
- 100/100
textit-automation
ComposioHQ/awesome-claude-skills
"Automate Textit tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
textrazor-automation
ComposioHQ/awesome-claude-skills
"Automate Textrazor tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
texture-assembler
microsoft/DirectXTex
>-
- 100/100
texture-converter
microsoft/DirectXTex
>-
- 100/100
thanks-io-automation
ComposioHQ/awesome-claude-skills
"Automate Thanks IO tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 95/100
thanos
TerminalSkills/skills
>-
- 100/100
the-fool
tech-leads-club/agent-skills
Use when challenging ideas, plans, decisions, or proposals. Invoke to play devil's advocate, run a pre-mortem, red team, stress test assumptions, audit evidence quality, or find blind spots before committing. Do NOT use for building plans, making decisions, or generating solutions — this skill only challenges and critiques.
- 100/100
the-odds-api-automation
ComposioHQ/awesome-claude-skills
"Automate The Odds API tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 95/100
theharvester
TerminalSkills/skills
>-
- 100/100
thematic-coding
yogsoth-ai/de-anthropocentric-research-engine
Identify recurring themes across papers using qualitative coding methodology. Produces a codebook with theme definitions, supporting evidence, and frequency counts. Used by narrative-review.
- 100/100
theme-alchemy
linkerlin/PUAX
技术修炼,功力提升,突破境界
- 100/100
theme-apocalypse
linkerlin/PUAX
危机处理,极限求生,绝地反击
- 100/100
theme-arena
linkerlin/PUAX
正面硬刚,技术对决,胜负分明
- 100/100
theme-escort
linkerlin/PUAX
护送任务,安全保障,使命必达
- 100/100
theme-factory
anthropics/skills
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
- 100/100
theme-factory
ComposioHQ/awesome-claude-skills
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
- 100/100
theme-factory-v2
diegosouzapw/awesome-omni-skills
Theme Factory Skill workflow skill. Use this skill when the user needs This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
theme-hacker
linkerlin/PUAX
渗透测试,安全审计,系统破解
- 100/100
theme-sect-discipline
linkerlin/PUAX
严格执行,门规戒律,维护秩序
- 100/100
theme-starfleet
linkerlin/PUAX
星际探索,未知领域,开拓前沿
- 100/100
theorist-hat
yogsoth-ai/de-anthropocentric-research-engine
Theorist perspective — assess theoretical foundations, formal rigor, and formalization opportunities.
- 100/100
theory-identification
yogsoth-ai/de-anthropocentric-research-engine
SOP: 识别与研究gap相关的理论框架
- 100/100
theory-mechanism-extraction
yogsoth-ai/de-anthropocentric-research-engine
Tactic: 演绎路径核心——从理论出发提取机制、变量与关系,生成假设候选
- 100/100
thermal_analysis
InternScience/scp
Thermal & Heat Transfer Analysis - Analyze thermal system: calculate heat released, convert energy units, compute potential energy, and dynamic viscosity. Use this skill for thermal engineering tasks involving calculate heat released convert energy MeV to J calculate potential energy calculate dynamic viscosity. Combines 4 tools from 1 SCP server(s).
- 100/100
anthropics/thesis-tracker
anthropics/financial-services
Maintain and update investment theses for portfolio positions and watchlist names. Track key data points, catalysts, and thesis milestones over time. Use when updating a thesis with new information, reviewing position rationale, or checking if a thesis is still intact. Triggers on "update thesis for [company]", "is my thesis still intact", "thesis check", "add data point to [company]", or "review my positions".
- 100/100
openai/thesis-tracker
openai/role-specific-plugins
Use when building or updating Public Equity Investing thesis trackers. Do not use for generic news summaries, trade pitches, or first-pass memos.
- 100/100
things-mac
openclaw/openclaw
Add, update, list, search, or inspect Things 3 todos, inbox, today, projects, areas, and tags on macOS.
- 100/100
think-of-something-to-fix
imbue-ai/mngr
Come up with good ideas about what to fix. Use when you have to fix something, but you're not sure what.
- 100/100
thinking-aaron-ross
aAAaqwq/AGI-Super-Team
蒸馏Aaron Ross思维模式的实用框架——预可售、销售分工模型、可预测收入
- 100/100
thinking-andy-grove
aAAaqwq/AGI-Super-Team
蒸馏Andy Grove思维模式的实用框架——高产出管理、OKR、战略转折点、只有偏执狂才能生存
- 100/100
thinking-antirez
aAAaqwq/AGI-Super-Team
蒸馏antirez(Salvatore Sanfilippo)思维模式的实用框架——极简代码哲学、Redis设计哲学、工程美学
- 100/100
thinking-charlie-munger
aAAaqwq/AGI-Super-Team
蒸馏查理·芒格《穷查理宝典》——多元思维模型、逆向思维、25种误判心理学、Lollapalooza效应、能力圈决策框架
- 100/100
thinking-dan-koe
aAAaqwq/AGI-Super-Team
蒸馏Dan Koe Human 3.0框架——四象限发展模型、三级意识进化、相位成长体系、超级人类90天计划
- 100/100
thinking-dershowitz
aAAaqwq/AGI-Super-Team
蒸馏Alan Dershowitz思维模式的实用框架——律师思维、证据链、合理怀疑、辩护策略
- 100/100
thinking-dhh
aAAaqwq/AGI-Super-Team
DHH's thinking framework — convention over configuration, ship fast, perfect is the enemy
- 100/100
thinking-dj-patil
aAAaqwq/AGI-Super-Team
蒸馏DJ Patil的数据科学思维、数据产品化、数据驱动决策的实用框架
- 100/100
thinking-elon-musk
aAAaqwq/AGI-Super-Team
蒸馏Elon Musk思维模式的实用框架。当需要第一性原理、硬核工程、快速迭代式思考时激活。
- 100/100
thinking-feynman
aAAaqwq/AGI-Super-Team
蒸馏Richard Feynman的费曼学习法、第一性原理物理思维与怀疑精神的实用框架
- 100/100
thinking-jeb-blount
aAAaqwq/AGI-Super-Team
蒸馏Jeb Blount思维模式的实用框架——管道宗教、狂热拓客、7个管道法则
Page 196 of 219