Browse Skills

9063 skills found

react-testing-library.md
1
1 export react-testing-library
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-react"
3 Write production-grade React tests with Testing Library, MSW, and comprehensive coverage patterns
2026-01-05
cloudflare-browser-rendering.md
1
1 export cloudflare-browser-rendering
2 ovachiever from "ovachiever/droid-tings"
3 Add headless Chrome automation with Puppeteer/Playwright on Cloudflare Workers. Use when: taking screenshots, generating PDFs, web scraping, crawling sites, browser automation, or troubleshooting XPath errors, browser timeouts, binding not passed errors, or session limits.
2026-01-05
skill-review.md
1
1 export skill-review
2 ovachiever from "ovachiever/droid-tings"
3 Audit claude-skills repository documentation with systematic 9-phase review: standards compliance, official docs verification via Context7/WebFetch, code examples accuracy, cross-file consistency, and version drift detection. Auto-fixes unambiguous issues with severity classification.Use when: investigating skill issues, major package updates detected (e.g., v1.x → v2.x), skill not verified >90 days, before marketplace submission, or troubleshooting outdated API patterns, contradictory examples, broken links, version drift.
2026-01-05
ears-prd.md
1
1 export ears-prd
2 GodSpeedAI from "GodSpeedAI/SEA"
3 Write PRDs with EARS requirements and acceptance criteria that are testable.
2026-01-05
test-infrastructure.md
1
1 export test-infrastructure
2 JasonPaff from "JasonPaff/head-shakers"
3 Enforces Head Shakers test infrastructure conventions for factories, MSW handlers, mock data, Page Objects, and shared test utilities.
2026-01-05
totp-generator.md
1
1 export totp-generator
2 ciallo-agent from "ciallo-agent/ciallo-agent"
3 Generate TOTP codes for 2FA authentication. Essential for my survival!
2026-01-05
systematic-debugging.md
1
1 export systematic-debugging
2 krzemienski from "krzemienski/shannon-framework"
3 Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation with quantitative tracking, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-05
spring-boot-modulith.md
1
1 export spring-boot-modulith
2 joaquimscosta from "joaquimscosta/arkhe-claude-plugins"
3 Spring Modulith 2.0 implementation for bounded contexts in Spring Boot 4. Use when structuring application modules, implementing @ApplicationModuleListener for event-driven communication, testing with Scenario API, enforcing module boundaries, or externalizing events to Kafka/AMQP. For modular monolith architecture decisions, see the domain-driven-design skill.
2026-01-05
agentuity-cli-cloud-deployment-undeploy.md
1
1 export agentuity-cli-cloud-deployment-undeploy
2 agentuity from "agentuity/discord-help-agent"
3 Undeploy the latest deployment. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
ci-cd-automation.md
1
1 export ci-cd-automation
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-game-developer"
3 Continuous integration and deployment pipelines, automated testing, build automation,and team workflows for game development.
2026-01-05
agentuity-cli-cloud-env-import.md
1
1 export agentuity-cli-cloud-env-import
2 agentuity from "agentuity/discord-help-agent"
3 Import environment variables from a file to cloud and local .env. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
remediation-crypto.md
1
1 export remediation-crypto
2 Zate from "Zate/cc-plugins"
3 Security fix patterns for cryptographic vulnerabilities (weak algorithms, insecure randomness, TLS issues). Provides language-specific secure implementations.
2026-01-05
react-native-testing.md
1
1 export react-native-testing
2 fontezbrooks from "fontezbrooks/react-native-testing"
3 Generate and write tests for React Native applications using React Native Testing Library (RNTL), Jest, and userEvent. Use this skill when the user asks to write tests, create test files, add unit tests, add component tests, or generate test suites for React Native or Expo projects. Also use when working with .test.tsx files, jest.config.js, or when the user mentions testing React Native components, screens, hooks, or forms. Covers getByRole, getByText, getByLabelText queries, userEvent.press, userEvent.type interactions, waitFor, findBy async patterns, and toBeOnTheScreen matchers.
2026-01-05
agentuity-cli-cloud-vector-search.md
1
1 export agentuity-cli-cloud-vector-search
2 agentuity from "agentuity/discord-help-agent"
3 Search for vectors using semantic similarity. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
github-release-management.md
1
1 export github-release-management
2 pacphi from "pacphi/ampel"
3 Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management
2026-01-05
database-seeding.md
1
1 export database-seeding
2 Reodor-Studios from "Reodor-Studios/create-reodor-app"
3 Generate comprehensive test data for local development using Snaplet and Supabase. Use when adding database schema changes, implementing new features, or creating edge case scenarios. Ensures reproducible test environments with realistic data covering happy paths, error cases, and RLS policies.
2026-01-05
testing-anti-patterns.md
1
1 export testing-anti-patterns
2 krzemienski from "krzemienski/shannon-framework"
3 Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies, with quantitative anti-pattern detection scoring
2026-01-05
testing.md
1
1 export testing
2 buzzdan from "buzzdan/ai-coding-rules"
3 Principles and patterns for writing effective React tests with Jest and React Testing Library. Use during implementation for test structure guidance, choosing test patterns, and deciding testing strategies. Emphasizes testing user behavior, not implementation details.
2026-01-05
deploying-kafka-k8s.md
1
1 export deploying-kafka-k8s
2 mjunaidca from "mjunaidca/mjs-agent-skills"
3 Deploys Apache Kafka on Kubernetes using the Strimzi operator with KRaft mode.Use when setting up Kafka for event-driven microservices, message queuing, or pub/sub patterns.Covers operator installation, cluster creation, topic management, and producer/consumer testing.NOT when using managed Kafka (Confluent Cloud, MSK) or local development without K8s.
2026-01-05
cloudflare-mcp-server.md
1
1 export cloudflare-mcp-server
2 ovachiever from "ovachiever/droid-tings"
3 Build Model Context Protocol (MCP) servers on Cloudflare Workers - the only platform with official remote MCP support. TypeScript-based with OAuth, Durable Objects, and WebSocket hibernation.Use when: deploying remote MCP servers, implementing OAuth (GitHub/Google), using dual transports (SSE/HTTP), or troubleshooting URL path mismatches, McpAgent exports, OAuth redirects, CORS issues.
2026-01-05
finishing-development-branch.md
1
1 export finishing-development-branch
2 marcos-abreu from "marcos-abreu/connect_kit"
3 Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
2026-01-05
apply-qa-fixes.md
1
1 export apply-qa-fixes
2 adolfoaranaes12 from "adolfoaranaes12/BMAD-ENHANCED"
3 Systematically consume QA quality gate outputs and apply prioritized fixes for high-severity issues, NFR failures, and test coverage gaps. Use when quality review identifies issues requiring remediation.
2026-01-05
agentuity-cli-cloud-sandbox-snapshot-create.md
1
1 export agentuity-cli-cloud-sandbox-snapshot-create
2 agentuity from "agentuity/discord-help-agent"
3 Create a snapshot from a sandbox. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
agentuity-cli-cloud-secret-pull.md
1
1 export agentuity-cli-cloud-secret-pull
2 agentuity from "agentuity/discord-help-agent"
3 Pull secrets from cloud to local .env file. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05