Browse Skills

9063 skills found

docker-optimizer.md
0
1 export docker-optimizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Reviews Dockerfiles for best practices, security issues, and image size optimizations including multi-stage builds and layer caching. Use when working with Docker, containers, or deployment.
2026-01-05
css-uiux-audit.md
0
1 export css-uiux-audit
2 Snoopiam from "Snoopiam/claude_all_skills"
3 Comprehensive CSS and UI/UX code review, issue identification, and automated fixing with documentation. Use when reviewing stylesheets, analyzing UI/UX patterns, auditing frontend code quality, fixing CSS issues, or documenting style improvements. Triggers on requests like "review my CSS", "audit UI/UX", "fix styling issues", "improve my styles", or "document CSS fixes".
2026-01-05
test-generator.md
0
1 export test-generator
2 omerlefaruk from "omerlefaruk/CasareRPA"
3 Generate comprehensive pytest test suites for CasareRPA components, including nodes, controllers, use cases, and domain entities. Use when: creating new tests, testing nodes, controller tests, use case tests, domain entity tests, test coverage needed, pytest test generation.
2026-01-05
tdd-solver.md
0
1 export tdd-solver
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement Advent of Code solutions using Test-Driven Development. Generates test cases from puzzle examples, writes failing tests first, implements solutions incrementally, and iterates until all tests pass. Use when solving AoC puzzles, implementing solutions with TDD, or when user mentions test-driven development or writing tests.
2026-01-05
test-builder.md
0
1 export test-builder
2 zh1227 from "zh1227/zh1227.github.io"
3 智能测试代码生成工具,支持单元测试、集成测试、E2E测试的快速创建。支持Python(pytest/unittest)、JavaScript(Jest/Mocha)、Java(JUnit)、Go(testing)等主流测试框架。适用于生成测试、写测试、测试用例、单元测试、集成测试等场景。
2026-01-05
loop-test.md
0
1 export loop-test
2 fourcolors from "fourcolors/antmachine"
3 Use to regression test the full OODA loop. Validates phase transitions,artifact handoffs, and resumption. Maintainer tooling - invoke explicitlywith "use loop-test to verify the system".
2026-01-05
app-architecture.md
0
1 export app-architecture
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-android"
3 MVVM pattern, Clean Architecture, Repository pattern, dependency injection, SOLID principles. Use when designing app architecture.
2026-01-05
main-orchestrator.md
0
1 export main-orchestrator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Decomposes requirements into executable tasks and coordinates domain orchestrators (frontend, backend, data, test, devops). Use when receiving PRDs, user requirements, or feature requests that span multiple domains. Acts as CEO of the AI development system.
2026-01-05
testing-strategy.md
0
1 export testing-strategy
2 tuckerandrew21 from "tuckerandrew21/EFT-Tracker"
3 Testing strategy and test pyramid for EFT-Tracker. Guides when to write unit, integration, E2E, or smoke tests. Includes MSW patterns, Playwright best practices, and contract testing. Activates when user mentions: test, unit test, integration test, E2E, Playwright, MSW, coverage, mock, test pyramid, vitest.
2026-01-05
computer-and-information-systems-manager.md
0
1 export computer-and-information-systems-manager
2 selfdriven-octo from "selfdriven-octo/skillzeb"
3 Ability to plan, direct, and oversee the development, operation, and governance of information systems to meet organisational objectives. Includes aligning technology strategy with business needs, managing teams and resources, ensuring system reliability and security, overseeing budgets and vendors, and governing risk and compliance. Applies across public and private sector contexts and is independent of specific technologies or platforms, with human accountability retained for strategic decisions, assurance, and outcomes.
2026-01-05
deep-analysis.md
0
1 export deep-analysis
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analytical thinking patterns for comprehensive evaluation, code audits, security analysis, and performance reviews. Provides structured templates for thorough investigation with extended thinking support.
2026-01-05
cc-development-workflow.md
0
1 export cc-development-workflow
2 ImproperSubset from "ImproperSubset/hh-agentics"
3 This skill should be used when starting any feature or bug fix, exploring unfamiliar code, making commits or PRs, or when unsure which agent or approach to use. Covers agent routing, git discipline, testing workflow, and proactive quality practices.
2026-01-05
fastapi-integration-testing.md
0
1 export fastapi-integration-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Provides a comprehensive guide and templates for creating integration tests for FastAPI applications. Use this skill when you need to set up or write integration tests involving a database, authentication, file uploads, or error handling. It includes patterns for pytest fixtures, test client usage, and test data factories.
2026-01-05
authentication-setup.md
0
1 export authentication-setup
2 nathanonn from "nathanonn/next-sololedger"
3 This skill should be used when setting up email OTP authentication with JWT sessions, password management, rate limiting, CSRF protection, and audit logging in a Next.js application. Use this skill when implementing a production-ready authentication system that matches the reference implementation pattern with Resend email, Prisma ORM, PostgreSQL, bcrypt password hashing, and jose JWT tokens.
2026-01-05
fpkit-component-builder.md
0
1 export fpkit-component-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Build React components using @fpkit/acss library patterns. Scaffolds complete component structures (tsx, types, scss, stories, tests), validates CSS variables follow naming conventions (--component-property with rem units), enforces TypeScript patterns, accessibility standards (WCAG 2.1 AA), and Storybook documentation. Use when building new components, generating boilerplate, or refactoring to use fpkit primitives. Includes automation scripts, reference guides, and templates.
2026-01-05
scaffold-domain.md
0
1 export scaffold-domain
2 semicolon-devteam from "semicolon-devteam/docs"
3 Creates a new domain following DDD architecture pattern with all 4 layers (Repository, API Client, Hooks, Components), boilerplate files, and test stubs. Use when starting a new feature domain.
2026-01-05
testing-patterns.md
0
1 export testing-patterns
2 buildworksai from "buildworksai/EUCORA"
3 Testing strategies and best practices
2026-01-05
fastapi-async-patterns.md
0
1 export fastapi-async-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create async FastAPI endpoints with proper error handling, dependency injection, service/repository patterns, and type safety. Includes async database queries, pagination, filtering, and Gemini integration.
2026-01-05
supabase-auth-ssr-setup.md
0
1 export supabase-auth-ssr-setup
2 hopeoverture from "hopeoverture/worldbuilding-app-skills"
3 This skill should be used when configuring Supabase Auth for server-side rendering with Next.js App Router, including secure cookie handling, middleware protection, route guards, authentication utilities, and logout flow. Apply when setting up SSR auth, adding protected routes, implementing middleware authentication, configuring secure sessions, or building login/logout flows with Supabase.
2026-01-05
convex-auth.md
0
1 export convex-auth
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Convex Auth - authentication, user management, protected functions, and session handling
2026-01-05
shopify-cli.md
0
1 export shopify-cli
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive guide for Shopify CLI app development lifecycle. Use when working with Shopify apps - initializing projects, managing TOML configurations, running local development (shopify app dev), deploying extensions, setting up multi-environment workflows (dev/staging/prod), or automating CI/CD pipelines. Includes helper scripts for common tasks like environment setup, config validation, webhook testing, and deployment automation.
2026-01-05
git-commit-push.md
0
1 export git-commit-push
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when the user wants to commit their work to git and push to GitHub. It guides through reviewing changes, crafting meaningful commit messages following project conventions (including Conventional Commits when detected), creating commits with security checks, and pushing to remote repositories.
2026-01-05
uloop-hello-world.md
0
1 export uloop-hello-world
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Returns a simple 'Hello World' message. Use this tool for testing MCP connection.
2026-01-05
e2e-testing.md
0
1 export e2e-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 End-to-end browser testing patterns with Playwright. Use when writing integration tests, user flow testing, or browser automation.
2026-01-05