Browse Skills

9063 skills found

celebration-animation-generator.md
4
1 export celebration-animation-generator
2 dmccreary from "dmccreary/claude-skills"
3 This skill generates self-contained p5.js celebration animations for educational MicroSims. Use this skill when users request creating new celebration animations, particle effects, reward animations, or visual feedback for student achievements. The skill creates a new animation JavaScript file in /docs/sims/shared/animations/ and integrates it with the animation-lib-tester MicroSim for testing.
2026-01-05
error-handler.md
4
1 export error-handler
2 benshapyro from "benshapyro/cadre-devkit-claude"
3 Provides battle-tested error handling patterns for TypeScript and Python. Use when implementing error handling, creating try/catch blocks, or handling exceptions.
2026-01-05
jj-commit.md
4
1 export jj-commit
2 ahkohd from "ahkohd/dotfiles"
3 Generate conventional commit messages for jj by analyzing diffs, running tests first, and handling immutable commits
2026-01-05
querying-gpt52.md
4
1 export querying-gpt52
2 costiash from "costiash/CognivAgent"
3 Queries GPT-5.2 for high-reasoning code analysis, root-cause bug fixing, and complex coding questions. Provides P0-P3 prioritized analysis reports, architecture audits, and security reviews with configurable reasoning effort (none/low/medium/high/xhigh). 400K context, 128K output.
2026-01-05
software-testing-strategy.md
4
1 export software-testing-strategy
2 bostonaholic from "bostonaholic/dotfiles"
3 Strategic testing framework: testing pyramid, test design patterns, anti-patterns. Complements tdd-enforcement (tactical) with comprehensive strategy.
2026-01-05
owasp-top-10.md
4
1 export owasp-top-10
2 NickCrew from "NickCrew/claude-cortex"
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
webapp-sqlmap.md
4
1 export webapp-sqlmap
2 AgentSecOps from "AgentSecOps/SecOpsAgentKit"
3 Automated SQL injection detection and exploitation tool for web application security testing. Use when: (1) Testing web applications for SQL injection vulnerabilities in authorized assessments, (2) Exploiting SQL injection flaws to demonstrate impact, (3) Extracting database information for security validation, (4) Bypassing authentication mechanisms through SQL injection, (5) Identifying vulnerable parameters in web requests, (6) Automating database enumeration and data extraction.
2026-01-05
backend-auth-js.md
4
1 export backend-auth-js
2 petbrains from "petbrains/mvp-builder"
3 Authentication library for Next.js applications (NextAuth.js v5). Use when building Next.js 14+ apps that need OAuth providers (GitHub, Google, etc.), credentials login, or session management. Provides adapters for Prisma, Drizzle, and other databases. Choose Auth.js over Passport.js for Next.js App Router projects.
2026-01-05
multi-agent-e2e-validation.md
4
1 export multi-agent-e2e-validation
2 terrylica from "terrylica/cc-skills"
3 Multi-agent parallel E2E validation workflow for database refactors and system migrations. Use when validating QuestDB deployments, schema migrations, bulk data ingestion pipelines, or any database-centric refactor requiring comprehensive testing across environment, data flow, and query layers.
2026-01-05
testing-guidelines.md
4
1 export testing-guidelines
2 cuipengfei from "cuipengfei/prompts"
3 测试指南 - 测试设计和实现的原则与最佳实践。包含测试设计模板和断言最佳实践。
2026-01-05
quality.md
4
1 export quality
2 Vantle from "Vantle/Vantle"
3 Run a comprehensive code quality review. Checks security, performance, maintainability, project conventions (CLAUDE.md), architecture, and testing. Runs rustfmt and bazel test. Use /quality to check code quality or validate before committing.
2026-01-05
log-reader.md
4
1 export log-reader
2 terrylica from "terrylica/cc-skills"
3 Reads MetaTrader 5 log files to validate indicator execution, unit tests, and compilation errors. Use when user mentions Experts pane, MT5 logs, errors, or asks "did it work".
2026-01-05
reviewdog.md
4
1 export reviewdog
2 AgentSecOps from "AgentSecOps/SecOpsAgentKit"
3 Automated code review and security linting integration for CI/CD pipelines using reviewdog. Aggregates findings from multiple security and quality tools (SAST, linters, formatters) into unified code review comments on pull requests. Use when: (1) Integrating security scanning into code review workflows, (2) Automating security feedback on pull requests, (3) Consolidating multiple tool outputs into actionable review comments, (4) Enforcing secure coding standards in CI/CD pipelines, (5) Providing inline security annotations during development.
2026-01-05
cargo-test.md
4
1 export cargo-test
2 fasterthanlime from "fasterthanlime/.claude"
3 Use cargo nextest instead of cargo test for running Rust tests. This skill should be invoked whenever running tests in a Rust project. Cargo nextest provides superior test output, filtering with expression language, wrapper script integration, retries, and profiling capabilities. Always use `cargo nextest run` instead of `cargo test`.
2026-01-05
recon-nmap.md
4
1 export recon-nmap
2 AgentSecOps from "AgentSecOps/SecOpsAgentKit"
3 Network reconnaissance and security auditing using Nmap for port scanning, service enumeration, and vulnerability detection. Use when: (1) Conducting authorized network reconnaissance and asset discovery, (2) Enumerating network services and identifying running versions, (3) Detecting security vulnerabilities through NSE scripts, (4) Mapping network topology and firewall rules, (5) Performing compliance scanning for security assessments, (6) Validating network segmentation and access controls.
2026-01-05
ui-auditor.md
4
1 export ui-auditor
2 Jackela from "Jackela/Novel-Engine"
3 UI审查专家,使用Chrome DevTools像真实用户一样测试Novel-Engine应用
2026-01-05
supertester-otp-testing.md
4
1 export supertester-otp-testing
2 nshkrdotcom from "nshkrdotcom/supertester"
3 This skill should be used when teams need to adopt Supertester to build deterministic Elixir OTP tests with isolation, synchronization, and supervision coverage.
2026-01-05
testing-quality-assurance.md
4
1 export testing-quality-assurance
2 ikeniborn from "ikeniborn/familyBudget"
3 Автоматизация тестирования и проверки качества кода
2026-01-05
manage-react-hook-tests.md
4
1 export manage-react-hook-tests
2 talbenmoshe from "talbenmoshe/zdr-tools"
3 Create or update test files for React hooks. Use when user asks to "create hook tests", "test useMyHook", "generate tests for hook", "update hook tests", or mentions needing tests for a React hook. Generates vitest test files with renderHook, Fake context providers, and proper test structure.
2026-01-05
manage-react-component-tests.md
4
1 export manage-react-component-tests
2 talbenmoshe from "talbenmoshe/zdr-tools"
3 Create or update test files for React components. Use when user asks to "create component tests", "test MyComponent", "generate tests for component", "update component tests", or mentions needing tests for a React component. Generates vitest test files with render, mocked sub-components, and proper test structure focusing on logic and prop validation.
2026-01-05
kubernetes-security-policies.md
4
1 export kubernetes-security-policies
2 NickCrew from "NickCrew/claude-cortex"
3 Kubernetes security policies, RBAC, and Pod Security Standards for hardened cluster deployments. Use when implementing cluster security, defining network policies, or enforcing security compliance in Kubernetes environments.
2026-01-05
bun-dev.md
4
1 export bun-dev
2 outfitter-dev from "outfitter-dev/agents"
3 Bun runtime patterns including native APIs, SQLite, testing, HTTP server, WebSocket, file handling, and shell operations. Use when working with Bun runtime, bun:sqlite, Bun.serve, bun:test, or when Bun, --bun flag, SQLite, or Bun-specific patterns mentioned.
2026-01-05
pytm.md
4
1 export pytm
2 AgentSecOps from "AgentSecOps/SecOpsAgentKit"
3 Python-based threat modeling using pytm library for programmatic STRIDE analysis, data flow diagram generation, and automated security threat identification. Use when: (1) Creating threat models programmatically using Python code, (2) Generating data flow diagrams (DFDs) with automatic STRIDE threat identification, (3) Integrating threat modeling into CI/CD pipelines and shift-left security practices, (4) Analyzing system architecture for security threats across trust boundaries, (5) Producing threat reports with STRIDE categories and mitigation recommendations, (6) Maintaining threat models as code for version control and automation.
2026-01-05
container-hadolint.md
4
1 export container-hadolint
2 AgentSecOps from "AgentSecOps/SecOpsAgentKit"
3 Dockerfile security linting and best practice validation using Hadolint with 100+ built-in rules aligned to CIS Docker Benchmark. Use when: (1) Analyzing Dockerfiles for security misconfigurations and anti-patterns, (2) Enforcing container image security best practices in CI/CD pipelines, (3) Detecting hardcoded secrets and credentials in container builds, (4) Validating compliance with CIS Docker Benchmark requirements, (5) Integrating shift-left container security into developer workflows, (6) Providing remediation guidance for insecure Dockerfile instructions.
2026-01-05