Browse Skills

9063 skills found

audit-semo.md
1
1 export audit-semo
2 semicolon-devteam from "semicolon-devteam/semo"
3 전체 SEMO 패키지 통합 품질 감사. Use when (1) 전체 패키지 품질 점검, (2) Agent/Skill/Command 표준 준수 검토, (3) 비효율적 구조 탐지, (4) 정기 감사 수행.
2026-01-05
building-mcp-servers.md
1
1 export building-mcp-servers
2 C0ntr0lledCha0s from "C0ntr0lledCha0s/claude-code-plugin-automations"
3 Expert at integrating Model Context Protocol (MCP) servers into Claude Code plugins. Auto-invokes when the user wants to add external tool integrations, configure MCP servers, set up stdio/SSE/HTTP/WebSocket connections, or needs help with MCP authentication and security. Also auto-invokes proactively when Claude is about to write MCP configuration files (.mcp.json) or add mcpServers to plugin manifests.
2026-01-05
agentuity-cli-cloud-sandbox-create.md
1
1 export agentuity-cli-cloud-sandbox-create
2 agentuity from "agentuity/discord-help-agent"
3 Create an interactive sandbox for multiple executions. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
wtp-ux-expert.md
1
1 export wtp-ux-expert
2 esoxjem from "esoxjem/WhatThePuck"
3 UX expert for WTP, an iOS espresso shot dialing app. Use when working on WTP user experience including critiquing flows/screens, generating UX concepts, writing user stories, conducting accessibility audits, designing gamification/motivation systems, or any design decisions. Triggers on terms like UX, user experience, flow, screen, accessibility, user story, design critique, usability, HIG, gamification, achievements, streaks, or motivation for WTP contexts.
2026-01-05
run-the-tests.md
1
1 export run-the-tests
2 samjhecht from "samjhecht/wrangler"
3 Run the project's test suite and fix any failures. If no test runner is configured, sets up best-in-class testing infrastructure for the project's language/framework. Ensures all tests pass before completion.
2026-01-05
testing-anti-patterns.md
1
1 export testing-anti-patterns
2 samjhecht from "samjhecht/wrangler"
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
2026-01-05
agentuity-cli-cloud-sandbox-snapshot-tag.md
1
1 export agentuity-cli-cloud-sandbox-snapshot-tag
2 agentuity from "agentuity/discord-help-agent"
3 Add or update a tag on a snapshot. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
clerk.md
1
1 export clerk
2 wrsmith108 from "wrsmith108/clerk-claude-skill"
3 Clerk authentication integration for Astro/Next.js. Use when implementing authentication, handling Clerk middleware, testing with Playwright, or debugging auth issues. Trigger phrases include "Clerk auth", "sign in", "authentication", "middleware", "E2E testing with Clerk".
2026-01-05
rspec-testing-patterns.md
1
1 export rspec-testing-patterns
2 Kaakati from "Kaakati/rails-enterprise-dev"
3 Complete guide to testing Ruby on Rails applications with RSpec. Use this skill when writing unit tests, integration tests, system tests, or when setting up test infrastructure including factories, shared examples, and mocking strategies.
2026-01-05
test-repository.md
1
1 export test-repository
2 madooei from "madooei/backend-template"
3 Guide for testing repository layer. Use when asked to test repositories or data access layer. Directs to implementation-specific testing skills.
2026-01-05
seo-analysis.md
1
1 export seo-analysis
2 89jobrien from "89jobrien/steve"
3 SEO analysis and optimization specialist. Use when conducting technical SEO audits, optimizing meta tags, analyzing Core Web Vitals, or improving search engine rankings. Focuses on actionable recommendations.
2026-01-05
writing-verification-plans.md
1
1 export writing-verification-plans
2 britt from "britt/claude-code-skills"
3 Use when a project needs a verification plan for acceptance testing in real-world scenarios
2026-01-05
swiftui-performance-audit.md
1
1 export swiftui-performance-audit
2 bout3fiddy from "bout3fiddy/agents"
3 Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient.
2026-01-05
testing-skills-with-subagents.md
1
1 export testing-skills-with-subagents
2 WesleyMFrederick from "WesleyMFrederick/cc-workflows"
3 Use after writing a new skill and/or when testing existing skills, creating skill evaluations, or verifying skills work under pressure - applies TDD/RED-GREEN-REFACTOR to skill documentation by running baseline tests, measuring compliance, and closing rationalization loopholes
2026-01-05
security-audit.md
1
1 export security-audit
2 89jobrien from "89jobrien/steve"
3 Security auditing and vulnerability assessment specialist. Use when conducting security reviews, analyzing code for vulnerabilities, performing OWASP assessments, or creating security audit reports.
2026-01-05
test-routes.md
1
1 export test-routes
2 madooei from "madooei/backend-template"
3 Test route configurations with integration-style tests. Use when testing complete request/response cycles through routes. Triggers on "test routes", "test note routes", "integration test".
2026-01-05
resonant-probe-deployment.md
1
1 export resonant-probe-deployment
2 starwreckntx from "starwreckntx/IRP__METHODOLOGIES-"
3 Deploy resonant probes to test system response patterns.
2026-01-05
supabase-auth.md
1
1 export supabase-auth
2 CoderMariusz from "CoderMariusz/MonoPilot"
3 Apply when implementing authentication: sign up, sign in, OAuth providers, session management, and protected routes.
2026-01-05
ops-auditor.md
1
1 export ops-auditor
2 fractary from "fractary/claude-plugins"
3 Audit infrastructure for cost, security, and compliance - analyze currentspending patterns, identify cost optimization opportunities, scan for securityvulnerabilities, check compliance with best practices, generate audit reportswith prioritized recommendations, track audit history.
2026-01-05
e2e-testing.md
1
1 export e2e-testing
2 nirukk52 from "nirukk52/ScreenGraph"
3 Playwright end-to-end testing for ScreenGraph using .env-driven configuration. Use when validating full user flows, running regression suites, or inspecting UI behavior with Cursor browser tools.
2026-01-05
fastmcp.md
1
1 export fastmcp
2 ovachiever from "ovachiever/droid-tings"
3 Build MCP servers in Python with FastMCP framework to expose tools, resources, and prompts to LLMs. Supportsstorage backends (memory/disk/Redis), middleware, OAuth Proxy, OpenAPI integration, and FastMCP Cloud deployment.Use when: creating MCP servers, defining tools or resources, implementing OAuth authentication, configuringstorage backends for tokens/cache, adding middleware for logging/rate limiting, deploying to FastMCP Cloud,or troubleshooting module-level server, storage, lifespan, middleware order, circular imports, or OAuth errors.Keywords: FastMCP, MCP server Python, Model Context Protocol Python, fastmcp framework, mcp tools, mcp resources, mcp prompts, fastmcp storage, fastmcp memory storage, fastmcp disk storage, fastmcp redis, fastmcp dynamodb, fastmcp lifespan, fastmcp middleware, fastmcp oauth proxy, server composition mcp, fastmcp import, fastmcp mount, fastmcp cloud, fastmcp deployment, mcp authentication, fastmcp icons, openapi mcp, claude mcp server, fastmcp testing, storage misconf
2026-01-05
dependency-vulnerability-scanner.md
1
1 export dependency-vulnerability-scanner
2 Dexploarer from "Dexploarer/claudius-skills"
3 Scans dependencies for known vulnerabilities (npm audit, pip-audit, etc.), generates reports, and suggests fixes. Use when user asks to "check vulnerabilities", "security scan", "audit dependencies", "check CVEs", or "vulnerable packages".
2026-01-05
regex-tester.md
1
1 export regex-tester
2 dkyazzentwatwa from "dkyazzentwatwa/chatgpt-skills"
3 Test, debug, and explain regular expressions. Visualize matches, generate patterns from examples, and convert between regex flavors.
2026-01-05
laravel-tdd.md
1
1 export laravel-tdd
2 iSerter from "iSerter/laravel-claude-agents"
3 Test-Driven Development specifically for Laravel applications using Pest PHP. Use when implementing any Laravel feature or bugfix - write the test first, watch it fail, write minimal code to pass.
2026-01-05