Browse Skills
9063 skills found
systematic-debugging.md
11
1
export
systematic-debugging
2
from
"TechNickAI/ai-coding-config"
from
"TechNickAI/ai-coding-config"
3
Use when debugging bugs, test failures, unexpected behavior, or needing to find root cause before fixing
2026-01-05
api-security.md
11
1
export
api-security
2
from
"williamzujkowski/standards"
from
"williamzujkowski/standards"
3
1. Broken Object Level Authorization (BOLA) - API fails to validate user access to objects 2. Broken Authentication - Weak or missing authentication mechanisms 3. Broken Object Property Level Authorization - Missing field-level access control 4. Unrestricted Resource Consumption - No rate limiting or throttling 5. Broken Function Level Authorization - Missing authorization checks on endpoints 6. Unrestricted Access to Sensitive Business Flows - Automated abuse of legitimate workflows 7. Server Side Request Forgery (SSRF) - API accepts URLs without validation 8. Security Misconfiguration - Insecure default configs, verbose errors 9. Improper Inventory Management - Undocumented/deprecated APIs in production 10. Unsafe Consumption of APIs - Trusting third-party API data without validation
2026-01-05
Unnamed Skill.md
11
1
export
Unnamed Skill
2
from
"pvillega/claude-templates"
from
"pvillega/claude-templates"
3
Use before implementing UI changes or frontend PRs. Enforces TodoWrite with 18+ items. Triggers: "accessibility audit", "WCAG", "Lighthouse", "screen reader", "a11y", "NVDA", "VoiceOver", "keyboard navigation", "focus indicator". For "Core Web Vitals" in frontend/UI context, use this skill. For pure backend/API performance optimization, use performance-optimization instead. If thinking "WIP doesn't need this" - use it anyway.
2026-01-05
testing-r-packages.md
11
1
export
testing-r-packages
2
from
"posit-dev/skills"
from
"posit-dev/skills"
3
Best practices for writing R package tests using testthat version 3+. Use when writing, organizing, or improving tests for R packages. Covers test structure, expectations, fixtures, snapshots, mocking, and modern testthat 3 patterns including self-sufficient tests, proper cleanup with withr, and snapshot testing.
2026-01-05
ci-cd.md
11
1
export
ci-cd
2
from
"williamzujkowski/standards"
from
"williamzujkowski/standards"
3
CI/CD pipeline standards for GitHub Actions, GitLab CI, and deployment automation. Covers testing gates, security scanning, artifact management, and deployment strategies for reliable software delivery.
2026-01-05
security-operations.md
11
1
export
security-operations
2
from
"williamzujkowski/standards"
from
"williamzujkowski/standards"
3
Security Operations Center (SOC) practices, incident response, SIEM management, and threat hunting following NIST 800-61
2026-01-05
input-validation.md
11
1
export
input-validation
2
from
"williamzujkowski/standards"
from
"williamzujkowski/standards"
3
Input-Validation standards for input validation in Security environments.
2026-01-05
testing-patterns.md
11
1
export
testing-patterns
2
from
"bybren-llc/wtfb-safe-agentic-workflow"
from
"bybren-llc/wtfb-safe-agentic-workflow"
3
Testing patterns for Jest and Playwright. Use when writing tests, setting up test fixtures, or validating RLS enforcement. Routes to existing test conventions and provides evidence templates.
2026-01-05
Unnamed Skill.md
11
1
export
Unnamed Skill
2
from
"pvillega/claude-templates"
from
"pvillega/claude-templates"
3
Use for formal compliance audits requiring documentation (SOC2, PCI-DSS, HIPAA, GDPR, ISO 27001). Enforces TodoWrite with 20+ items. Triggers: "compliance audit", "regulatory assessment", "auditor documentation". NOT for casual PR checks. If thinking "ad-hoc review" - use this.
2026-01-05
tidbx-setup.md
11
1
export
tidbx-setup
2
from
"pingcap/agenticstore"
from
"pingcap/agenticstore"
3
Set up the TiDB Cloud component (install ticloud CLI and authenticate). Use when the user needs to install ticloud, log in, or fix authentication/network access before running TiDB Cloud operations.
2026-01-05
fintech-compliance.md
11
1
export
fintech-compliance
2
from
"williamzujkowski/standards"
from
"williamzujkowski/standards"
3
Payment card security, SOC2 compliance, and financial services regulatory requirements
2026-01-05
eclair.md
11
1
export
eclair
2
from
"Roasbeef/claude-files"
from
"Roasbeef/claude-files"
3
Run and interact with eclair Lightning Network daemon in Docker. Use for Lightning development, testing payment channels on regtest, managing eclair containers, and calling eclair API endpoints (getinfo, connect, open/close channels, pay/receive).
2026-01-05
railstart-preset-builder.md
11
1
export
railstart-preset-builder
2
from
"dpaluy/railstart"
from
"dpaluy/railstart"
3
Guide for creating railstart preset configuration files. Use when building new presets, customizing Rails 8 app generation, creating team-specific configurations, or defining opinionated Rails stacks. Covers YAML structure, ID-based merging, post-action configuration, and testing presets for the railstart gem.
2026-01-05
authorization-security.md
11
1
export
authorization-security
2
from
"williamzujkowski/standards"
from
"williamzujkowski/standards"
3
Authorization security standards covering RBAC, ABAC, policy enforcement, OAuth2 scopes, resource-based access control, and NIST 800-53 compliance (AC-3, AC-4, AC-6) for production systems
2026-01-05
is-website-safe.md
11
1
export
is-website-safe
2
from
"madsstoumann/browser-style"
from
"madsstoumann/browser-style"
3
Analyzes website safety and trustworthiness by checking domain registration, WHOIS data, DNS records, and Trustpilot reviews. Returns a comprehensive trust score and security report. Use when checking if a website is safe, legitimate, trustworthy, or when analyzing domain reputation.
2026-01-05
surrealdb.md
11
1
export
surrealdb
2
from
"tyrchen/claude-skills"
from
"tyrchen/claude-skills"
3
Write production-ready SurrealDB queries and operations using SurrealQL. Use when users need to create schemas, write CRUD queries, model graph relationships, build authentication systems, optimize performance, or work with SurrealDB in any capacity.
2026-01-05
Security Audit and Vulnerability Scanning.md
11
1
export
Security Audit and Vulnerability Scanning
2
from
"ShunsukeHayashi/Miyabi"
from
"ShunsukeHayashi/Miyabi"
3
Comprehensive security audit workflow including dependency scanning, unsafe code detection, and secret management. Use when scanning for vulnerabilities or before production deployment.
2026-01-05
zero-trust-security.md
11
1
export
zero-trust-security
2
from
"williamzujkowski/standards"
from
"williamzujkowski/standards"
3
Zero-trust architecture operates on the principle: "Never trust, always verify." Unlike traditional perimeter-based security, zero-trust assumes breach and verifies every request regardless of origin.
2026-01-05
lnd.md
11
1
export
lnd
2
from
"Roasbeef/claude-files"
from
"Roasbeef/claude-files"
3
Run and interact with lnd Lightning Network daemon in Docker. Use for Lightning development, testing payment channels on regtest, managing lnd containers, and calling lnd RPC endpoints (getinfo, connect, open/close channels, pay/receive). Supports bitcoind, btcd, and neutrino backends.
2026-01-05
github-pr-merge.md
11
1
export
github-pr-merge
2
from
"fvadicamo/dev-agent-skills"
from
"fvadicamo/dev-agent-skills"
3
Merges GitHub Pull Requests after validating pre-merge checklist. Use when user wants to merge PR, close PR, finalize PR, complete merge, approve and merge, or execute merge. Runs pre-merge validation (tests, lint, CI, comments), confirms with user, merges with proper format, handles post-merge cleanup.
2026-01-05
security-scanner.md
10
1
export
security-scanner
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Scan codebase for security vulnerabilities including secrets, insecure dependencies, and unsafe code patterns. Use when performing automated security scans.
2026-01-05
security-compliance.md
10
1
export
security-compliance
2
from
"RicherTunes/Brainarr"
from
"RicherTunes/Brainarr"
3
Implement security scanning, vulnerability detection, and compliance checks. Use when working with security audits, dependency vulnerabilities, secret detection, CodeQL scanning, SAST/DAST tools, or security best practices. Handles threat modeling and security hardening.
2026-01-05
agent-backend-developer.md
10
1
export
agent-backend-developer
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Senior backend engineer specializing in scalable API development and microservices architecture. Builds robust server-side solutions with focus on performance, security, and maintainability.
2026-01-05
agent-test-automator.md
10
1
export
agent-test-automator
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Expert test automation engineer specializing in building robust test frameworks, CI/CD integration, and comprehensive test coverage. Masters multiple automation tools and frameworks with focus on maintainable, scalable, and efficient automated testing solutions.
2026-01-05