Browse Skills

9063 skills found

e2e-test-generation.md
0
1 export e2e-test-generation
2 CodeTonight-SA from "CodeTonight-SA/claude-optim"
3 Automated E2E test infrastructure setup with Playwright, Vitest, MSW, and GitHub Actions. Generates 80%+ coverage tests based on REDR-prototype patterns.
2026-01-05
rspec-test-generator.md
0
1 export rspec-test-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generates complete, runnable RSpec tests for Rails models, services, controllers, and background jobs following project conventions. Use when new code is created without corresponding tests, when refactoring existing code, or when explicitly asked to add test coverage.
2026-01-05
llms-txt-manager.md
0
1 export llms-txt-manager
2 ddttom from "ddttom/allaboutv2"
3 Comprehensive system for managing llms.txt and my-blog.json files across the project. Handles creation, updating, and synchronization of AI-readable content catalogs. Automatically detects when working with llms.txt files, my-blog.json files, or updating blog content. Includes utilities for fetching latest content from query-index.json and organizing by last modified dates. Keywords include llms.txt, my-blog.json, blog catalog, content index, query-index.json, AI content discovery, update llms, update blog, content synchronization.
2026-01-05
chain-tester.md
0
1 export chain-tester
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Node chain testing templates for quality agent. WorkflowBuilder patterns and tier-based testing. Use when: testing node chains, WorkflowBuilder patterns, tier-based testing, chain execution tests, simple/complex/full chain tiers.
2026-01-05
iam-configuration.md
0
1 export iam-configuration
2 adaptive-enforcement-lab from "adaptive-enforcement-lab/claude-skills"
3 Least-privilege IAM roles for GKE nodes and workloads. Workload Identity Federation for external authentication and comprehensive audit logging for visibility.
2026-01-05
nextjs-api-routes.md
0
1 export nextjs-api-routes
2 Venture-Formations from "Venture-Formations/aiprodaily"
3 Next.js 15 API route patterns, NextRequest, NextResponse, error handling, maxDuration configuration, authentication, request validation, server-side operations, route handlers, and API endpoint best practices. Use when creating API routes, handling requests, configuring timeouts, or building server-side endpoints.
2026-01-05
deep-analysis.md
0
1 export deep-analysis
2 rshelekhov from "rshelekhov/sso"
3 Proactively investigates Go SSO codebase to understand authentication flows, trace gRPC request paths, analyze clean architecture patterns, and provide comprehensive backend code insights. Use when users ask about SSO implementation, service structure, database queries, or need to understand how authentication/authorization works.
2026-01-05
claude-framework.md
0
1 export claude-framework
2 majiayu000 from "majiayu000/claude-skill-registry"
3 CLAUDE Framework coding standards for code quality, naming conventions, error handling, security, testing, database, and logging
2026-01-05
generating-tests.md
0
1 export generating-tests
2 sekka from "sekka/dotfiles"
3 ユニットテスト、統合テスト、E2Eテストのコード生成を支援します。テスト設計、AAA パターン、テストシナリオを提供します。テストコード実装、テストカバレッジ拡大が必要な場合に使用してください。
2026-01-05
code-validation.md
0
1 export code-validation
2 auldsyababua from "auldsyababua/instructor-workflow"
3 Automated code validation for diff review, change hygiene, and red flag detection. Use when reviewing git diffs, PRs, or changed files for test disabling patterns, secrets, path portability issues, security flags, and large deletions. Supports Python, TypeScript, JavaScript, HTML, and CSS.
2026-01-05
pytest-test-generator.md
0
1 export pytest-test-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate pytest test templates for LiquidationHeatmap modules following TDD patterns. Automatically creates RED phase tests with fixtures, coverage markers, and integration test stubs.
2026-01-05
submission-handler.md
0
1 export submission-handler
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Handle Advent of Code answer submissions with intelligent retry logic. Submits answers via aoc-cli, parses responses, handles failures, analyzes edge cases when tests pass but submission fails, and manages exponential backoff. Use when submitting AoC answers, handling submission failures, or implementing retry logic.
2026-01-05
testing-skills-with-subagents.md
0
1 export testing-skills-with-subagents
2 pproenca from "pproenca/dot-claude"
3 Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes
2026-01-05
security-devops.md
0
1 export security-devops
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-machine-learning"
3 Container security, secret management, compliance, and secure infrastructure.
2026-01-05
packaging.md
0
1 export packaging
2 adaptive-enforcement-lab from "adaptive-enforcement-lab/claude-skills"
3 Package Go CLIs as minimal secure containers with distroless base images. Static binaries, non-root users, read-only filesystems for production.
2026-01-05
optimizing-images.md
0
1 export optimizing-images
2 CodeTonight-SA from "CodeTonight-SA/cips"
3 Lossless image optimization using ImageOptim on macOS. Use when user mentions ImageOptim, asks to optimize images, or invokes /image-optim.
2026-01-05
better-auth.md
0
1 export better-auth
2 settlemint from "settlemint/agent-marketplace"
3 Better Auth authentication library for TypeScript. Covers session management, passkeys, social auth, and organization features. Triggers on better-auth, auth, session, passkey.
2026-01-05
backend-developer.md
0
1 export backend-developer
2 olehsvyrydov from "olehsvyrydov/AI-development-team"
3 Senior Backend Developer with 10+ years Java and 5+ years Spring Boot experience. Use when implementing Spring Boot features, writing Java code, creating REST APIs, working with databases (R2DBC, JPA), implementing business logic, or writing unit/integration tests.
2026-01-05
security-auditor.md
0
1 export security-auditor
2 omerlefaruk from "omerlefaruk/CasareRPA"
3 Security auditing with OWASP Top 10 2025 compliance and vulnerability detection
2026-01-05
test-plan-formatting.md
0
1 export test-plan-formatting
2 randalmurphal from "randalmurphal/claude-config"
3 Format concise, actionable test plans for Jira tickets using existing fptest tools and minimal MongoDB operations
2026-01-05
scaffolding-fastapi-dapr.md
0
1 export scaffolding-fastapi-dapr
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build production-grade FastAPI backends with SQLModel, Dapr integration, and JWT authentication.Use when building REST APIs with Neon PostgreSQL, implementing event-driven microservices withDapr pub/sub, scheduling jobs, or creating CRUD endpoints with JWT/JWKS verification.NOT when building simple scripts or non-microservice architectures.
2026-01-05
tla-plus.md
0
1 export tla-plus
2 majiayu000 from "majiayu000/claude-skill-registry"
3 TLA+ formal verification for modeling and verifying concurrent algorithms and distributed systems.Use when asked about: TLA+, formal verification, model checking, verify algorithm, verify spec,check invariants, race condition analysis, concurrency model, TLC, Apalache, formal spec,temporal logic, prove correctness, state machine verification, model concurrent, TOCTOU,double-check locking, create TLA spec, run TLC, explain counterexample, verify safety,liveness property, deadlock detection, formal methods.Capabilities: Create specs from templates, run TLC/Apalache, generate CI pipelines,check code-spec drift, explain counterexamples, generate tests from invariants.
2026-01-05
ios-app-tester.md
0
1 export ios-app-tester
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Test iOS apps using AXe CLI for accessibility auditing, UI automation, and simulator control. Use when testing iOS Simulator apps, automating UI interactions, recording test videos, or auditing accessibility labels and VoiceOver support.
2026-01-05
adb-device-testing.md
0
1 export adb-device-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when testing Android apps on ADB-connected devices/emulators - UI automation, screenshots, location spoofing, navigation, app management. Triggers on ADB, emulator, Android testing, location mock, UI test, screenshot walkthrough.
2026-01-05