🔒

Testing & Security

Testing frameworks, security tools, and best practices

9063 skills in this category

model-manager

Test, validate, and add new AI models to the eval suite. Use when user asks to add new models, test model access, check pricing, or update models.yml.

sunholo-data/ailang
13
1
Actualizado 1w ago

gem-builder

Marketplace

Comprehensive guide for building production-quality Ruby gems. Use when creating new gems, structuring gem architecture, implementing configuration patterns, setting up testing, or preparing for publishing. Covers all gem types - libraries, CLI tools, Rails engines, and API clients.

majesticlabs-dev/majestic-marketplace
13
0
Actualizado 1w ago

testing-anti-patterns

Marketplace

Use when writing or changing tests, adding mocks - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

withzombies/hyperpowers
13
1
Actualizado 1w ago

ln-364-code-quality-auditor

Marketplace

Code quality audit worker (L3). Checks cyclomatic complexity, deep nesting, long methods, god classes, O(n²) algorithms, N+1 queries, magic numbers, decentralized constants, duplicate constants. Returns findings with severity, location, effort, recommendations.

levnikolaevich/claude-code-skills
13
1
Actualizado 1w ago

cloudflare-coder

Marketplace

This skill guides provisioning Cloudflare infrastructure with OpenTofu/Terraform. Use when managing zones, DNS records, WAF rules, SSL settings, Page Rules, or cache configuration.

majesticlabs-dev/majestic-marketplace
13
0
Actualizado 1w ago

ln-368-concurrency-auditor

Marketplace

Concurrency audit worker (L3). Checks race conditions, missing async/await, resource contention, thread safety, deadlock potential. Returns findings with severity, location, effort, recommendations.

levnikolaevich/claude-code-skills
13
1
Actualizado 1w ago

ln-373-test-value-auditor

Marketplace

Risk-Based Value audit worker (L3). Calculates Usefulness Score = Impact (1-5) × Probability (1-5) for each test. Returns KEEP/REVIEW/REMOVE decisions based on thresholds (≥15 KEEP, 10-14 REVIEW, <10 REMOVE).

levnikolaevich/claude-code-skills
13
1
Actualizado 1w ago

e2e-testing

Write and run end-to-end tests with Playwright for user flows, page interactions, and visual regression. Use when testing user journeys, ensuring UI functionality works correctly.

sgcarstrends/sgcarstrends
13
1
Actualizado 1w ago

ln-361-security-auditor

Marketplace

Security audit worker (L3). Scans codebase for hardcoded secrets, SQL injection, XSS, insecure dependencies, missing input validation. Returns findings with severity (Critical/High/Medium/Low), location, effort, and recommendations.

levnikolaevich/claude-code-skills
13
1
Actualizado 1w ago

tdd-bug-fix

Enforce TDD when fixing bugs - write a failing test first, then make it pass. Use when about to fix a bug, correct broken behavior, or resolve an issue in production code. Activates for phrases like "let me fix", "I'll fix this", "same issue as", "the problem is", or when editing code after identifying a bug.

kurko/dotfiles
13
9
Actualizado 1w ago

avo-coder

Marketplace

Use when building Avo admin interfaces. Creates resources, actions, filters, and dashboards following Avo conventions. Fetches latest docs dynamically.

majesticlabs-dev/majestic-marketplace
13
0
Actualizado 1w ago

web-browser

Marketplace

Browser automation using browser-cdp CLI. Control Chrome, Brave, or Edge browsers for testing, scraping, and web interaction. Uses your real browser (not test mode) for authentic sessions.

majesticlabs-dev/majestic-marketplace
13
0
Actualizado 1w ago

ln-362-build-auditor

Marketplace

Build health audit worker (L3). Checks compiler/linter errors, deprecation warnings, type errors, failed tests, build configuration issues. Returns findings with severity (Critical/High/Medium/Low), location, effort, and recommendations.

levnikolaevich/claude-code-skills
13
1
Actualizado 1w ago

event-sourcing-coder

Marketplace

Record domain events and dispatch to inbox handlers for side effects, audit trails, and activity feeds. Use when building activity logs, syncing external services, or decoupling event creation from processing. Triggers on event recording, audit trails, activity feeds, or inbox patterns.

majesticlabs-dev/majestic-marketplace
13
0
Actualizado 1w ago

break-filter-js-from-html

This skill provides guidance for XSS filter bypass tasks where the goal is to craft HTML payloads that execute JavaScript despite sanitization filters. Use this skill when tasks involve bypassing HTML sanitizers (like BeautifulSoup), exploiting parser differentials between server-side sanitizers and browsers, or security testing/CTF challenges involving XSS filter evasion.

letta-ai/skills
13
1
Actualizado 1w ago

fixing-bugs

Marketplace

Use when encountering a bug - complete workflow from discovery through debugging, bd issue, test-driven fix, verification, and closure

withzombies/hyperpowers
13
1
Actualizado 1w ago

security-audit

Audit code for security vulnerabilities (SQL injection, XSS, OWASP Top 10). Use when adding authentication logic, handling user input, or before production deployments.

sgcarstrends/sgcarstrends
13
1
Actualizado 1w ago

finishing-a-development-branch

Marketplace

Use when implementation complete and tests pass - closes bd epic, presents integration options (merge/PR/keep/discard), executes choice

withzombies/hyperpowers
13
1
Actualizado 1w ago

openssl-selfsigned-cert

Guides the creation of self-signed SSL/TLS certificates using OpenSSL, including key generation, certificate creation, combined PEM files, and verification scripts. This skill should be used when tasks involve generating self-signed certificates, creating SSL certificate infrastructure, or writing certificate verification scripts.

letta-ai/skills
13
1
Actualizado 1w ago

tdd-workflow

Marketplace

This skill implements test-driven development workflow using the red-green-refactor cycle. Use when building new features or fixing bugs that require test coverage. Framework-agnostic methodology that works with any testing framework and programming language. Triggers on requests to implement features using TDD, write tests first, or follow test-driven development practices.

majesticlabs-dev/majestic-marketplace
13
0
Actualizado 1w ago