Browse Skills

9063 skills found

gemini-visual.md
0
1 export gemini-visual
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Visual and front-end development assistant powered by Google Gemini 3. Use for UI analysis, design comparison, accessibility audits, color palette extraction, screenshot-to-code conversion, generating UI assets, and text-based design assistance from briefs.
2026-01-05
feature-dev-complete.md
0
1 export feature-dev-complete
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Complete feature development lifecycle from research to deployment. Uses Gemini Search for best practices, architecture design, Codex prototyping, comprehensive testing, and documentation generation. Full 12-stage workflow.
2026-01-05
nextjs-a11y-and-seo-audit.md
0
1 export nextjs-a11y-and-seo-audit
2 AgentiveCity from "AgentiveCity/SkillFactory"
3 Use this skill to analyze, improve, and enforce accessibility (a11y) + SEO best practices for Next.js projects using App Router, TypeScript, Tailwind & shadcn/ui. Applies when auditing components, routes, pages, metadata, semantics, or performance-impacting SEO issues.
2026-01-05
post-ticket-completion.md
0
1 export post-ticket-completion
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Handle post-ticket completion tasks including test exports, planning doc updates, and learning reflection. Use this skill after a ticket's tests all pass and 6-final.md exists.
2026-01-05
test-gen.md
0
1 export test-gen
2 deeksmith-cpu from "deeksmith-cpu/Frontera-Platform"
3 Generate tests following Frontera test patterns. Use when user says "write tests", "add tests", "test this", "create unit tests", "generate tests", or asks to test a component/function/API.
2026-01-05
dependency-upgrade.md
0
1 export dependency-upgrade
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
2026-01-05
django-allauth.md
0
1 export django-allauth
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Configure django-allauth with headless API, MFA, social authentication, and CORS for React frontends. This skill should be used when setting up authentication for a new Django project or adding django-allauth to an existing project that needs a React frontend integration. (project)
2026-01-05
dr-rule-builder.md
0
1 export dr-rule-builder
2 tekgrunt from "tekgrunt/boot-test"
3 Use this skill when the user needs help creating, testing, validating, or troubleshooting Detection & Response (D&R) rules in LimaCharlie.
2026-01-05
practical-ui-agent.md
0
1 export practical-ui-agent
2 ezhulati from "ezhulati/texaslobbyorg"
3 AI agent skill for implementing evidence-based UI improvements. Use when tasked with UI audits, design system implementation, accessibility fixes, or frontend optimization. Provides step-by-step workflows, code patterns, and validation criteria for automated execution. Triggers on UI review, accessibility audit, design system setup, CSS refactoring, form optimization, button hierarchy, color contrast, spacing system, typography scale, or WCAG compliance tasks.
2026-01-05
writing-skills.md
0
1 export writing-skills
2 pproenca from "pproenca/dot-claude"
3 Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
2026-01-05
auth-implementation-patterns.md
0
1 export auth-implementation-patterns
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.
2026-01-05
condition-wait.md
0
1 export condition-wait
2 pproenca from "pproenca/dot-claude-old"
3 Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
2026-01-05
using-git-worktrees.md
0
1 export using-git-worktrees
2 jrc1883 from "jrc1883/popkit-claude"
3 Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification. Verifies .gitignore, runs project setup, confirms clean test baseline. Do NOT use for quick fixes or small changes - worktrees add overhead; use simple branch switching for trivial changes.
2026-01-05
deployment-readiness.md
0
1 export deployment-readiness
2 blakebauman from "blakebauman/cf-monorepo"
3 Comprehensive deployment validation for Cloudflare Workers, ensuring production readiness through automated checks of code quality, configuration, security, and environment setup.
2026-01-05
backend-queries.md
0
1 export backend-queries
2 Software-Design-Club from "Software-Design-Club/todo-app"
3 Write secure, performant database queries using parameterized queries, eager loading, proper indexing, and transactions. Use this skill when writing database query code, ORM query methods, SQL statements, or data fetching logic. Use this when preventing SQL injection with parameterized queries, optimizing queries to avoid N+1 problems with eager loading, selecting specific columns instead of SELECT *, implementing database transactions for related operations, adding query timeouts, or caching expensive queries. Use this when working on repository files, service files with database access, query builder code, or any file that retrieves or manipulates data from databases.
2026-01-05
fastapi-auth-patterns.md
0
1 export fastapi-auth-patterns
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 Implement and validate FastAPI authentication strategies including JWT tokens, OAuth2 password flows, OAuth2 scopes for permissions, and Supabase integration. Use when implementing authentication, securing endpoints, handling user login/signup, managing permissions, integrating OAuth providers, or when user mentions JWT, OAuth2, Supabase auth, protected routes, access control, role-based permissions, or authentication errors.
2026-01-05
instance-resource-design.md
0
1 export instance-resource-design
2 colingwuyu from "colingwuyu/optaic-trading"
3 Guide for designing Instance resources in OptAIC. Use when creating DatasetInstance, SignalInstance, ExperimentInstance, ModelInstance, PortfolioOptimizerInstance, or BacktestInstance. Covers definition references, config patterns, composition, flow execution pairing, and scheduling.
2026-01-05
plan-driven-workflow.md
0
1 export plan-driven-workflow
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Follow plan.md-driven development workflow with strict TDD discipline. Use when the user says "go", references plan.md, asks to proceed with next test or task, create implementation plan, or needs step-by-step test-driven development from a plan file. Enforces one test at a time with explicit user control.
2026-01-05
app-integrations-setup.md
0
1 export app-integrations-setup
2 nathanonn from "nathanonn/next-sololedger"
3 This skill should be used when setting up organization-level app integrations (Reddit, Notion, LinkedIn, WordPress) with OAuth flows, encrypted token storage, API client wrappers, and usage logging in a Next.js App Router application. Use this skill when implementing external provider connections for a multi-tenant app with secure credential management, token refresh, and admin-controlled integration features.
2026-01-05
bug-fixer-batch-test-failure-resolution.md
0
1 export bug-fixer-batch-test-failure-resolution
2 Proaptus from "Proaptus/proagentic-dfx"
3 Efficiently fix large batches (10-15+) of existing bugs by reading failing tests, fixing code in batches, and validating once per batch. Use when user has multiple failing tests, says "fix bugs/failing tests", or bug report shows many issues. NOT for test-first development (use TDD skill instead).
2026-01-05
bigquery-etl-core.md
0
1 export bigquery-etl-core
2 majiayu000 from "majiayu000/claude-skill-registry"
3 The core skill for working within the bigquery-etl repository. Use this skill when understanding project structure, conventions, and common patterns. Works with model-requirements, query-writer, metadata-manager, sql-test-generator, and bigconfig-generator skills.
2026-01-05
env-config-validator.md
0
1 export env-config-validator
2 hopeoverture from "hopeoverture/worldbuilding-app-skills"
3 Validate environment configuration files across local, staging, and production environments. Ensure required secrets, database URLs, API keys, and public variables are properly scoped and set. Use this skill when setting up environments, validating configuration, checking for missing secrets, auditing environment variables, ensuring proper scoping of public vs private vars, or troubleshooting environment issues. Trigger terms include env, environment variables, secrets, configuration, .env file, environment validation, missing variables, config check, NEXT_PUBLIC, env vars, database URL, API keys.
2026-01-05
api-testing.md
0
1 export api-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Test and debug Next.js API routes, validate responses, check authentication, and troubleshoot API errors. Use when testing API endpoints, debugging 500 errors, validating API responses, or checking authentication flows.
2026-01-05
cloverleaf-ledger-download.md
0
1 export cloverleaf-ledger-download
2 jason-riddle from "jason-riddle/ledger-main"
3 Download ledger transactions from Cloverleaf property management portal using Playwright browser automation when user says "get ledger transactions", "download from cloverleaf", "fetch property transactions"
2026-01-05