Browse Skills

16146 skills found

graphiti-memory-wasteland.md
0
1 export graphiti-memory-wasteland
2 sharpner from "sharpner/wasteland"
3 Wasteland Chronicles Graphiti memory. Use for project knowledge, architecture decisions, bug fixes, and game design patterns.
2026-01-05
pca-ui-v2.md
0
1 export pca-ui-v2
2 narcisolcf from "narcisolcf/skills_claude_narciso"
3 Gera prototipos React (SPA) visuais completos num unico ficheiro HTML para o PCA Camocim. Versao 2 com shadcn/ui.
2026-01-05
testing-anti-patterns.md
0
1 export testing-anti-patterns
2 pproenca from "pproenca/dot-claude"
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
backend-models.md
0
1 export backend-models
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Define database models and schemas with proper data types, constraints, relationships, and validation rules for PostgreSQL (Supabase/Bun.sql) and Firestore (Firebase). Use this skill when creating or modifying database models, ORM entity definitions, Prisma schemas, or Firestore document structures. Apply when working on model files (models/*.ts, entities/*.ts, schema.prisma, models/*.py, Models/*.cs), defining database relationships, setting up validation rules, or implementing data integrity constraints. This skill ensures snake_case naming for SQL and camelCase for NoSQL, required timestamps (created_at/updated_at), UUIDs for SQL and auto-generated IDs for Firestore, foreign key constraints with indexed columns, Row Level Security (RLS) policies for Supabase, strict Firestore security rules, normalized data for SQL (3NF) with denormalization for Firestore read performance, and pgvector setup for AI embeddings.
2026-01-05
dependency-doctor.md
0
1 export dependency-doctor
2 j0KZ from "j0KZ/mcp-agents"
3 Diagnose and heal dependency issues in ANY package manager, ANY language. Use when facing version conflicts, security vulnerabilities, or dependency bloat.
2026-01-05
frontend-accessibility.md
0
1 export frontend-accessibility
2 devmatrix-ai from "devmatrix-ai/devmatrix-mvp"
3 Build accessible user interfaces following WCAG standards with semantic HTML, keyboard navigation, proper color contrast, and ARIA attributes. Use this skill when creating or modifying UI components, React components, Vue components, web forms, navigation menus, modal dialogs, or any interactive elements. Use this skill when implementing keyboard navigation support, adding ARIA labels and roles, ensuring proper focus management, providing alternative text for images, or testing with screen readers. Use this skill when working with component files (.jsx, .tsx, .vue, .svelte), HTML templates, or any frontend code that renders user-facing interfaces. Use this skill when establishing heading hierarchies, form input labels, or color contrast ratios.
2026-01-05
ci-cd-pipeline-design.md
0
1 export ci-cd-pipeline-design
2 rubrical-studios from "rubrical-studios/process-docs"
3 Guide developers through CI/CD pipeline design including architecture patterns, stage design, and security considerations
2026-01-05
bio-vcf.md
0
1 export bio-vcf
2 dakesan from "dakesan/cc-dnawork-plugin"
3 This skill should be used when the user asks to analyze, filter, or inspect VCF/BCF variant files from WGS/WES sequencing. Triggers include requests to calculate variant statistics, filter variants by quality/depth/frequency, extract variants from specific chromosomes or regions, or export variant data as JSON for downstream analysis.
2026-01-05
backend-development.md
0
1 export backend-development
2 honhatphi from "honhatphi/wes"
3 Build robust backend systems with modern technologies (Node.js, Python, Go, Rust, .NET), frameworks (NestJS, FastAPI, Django, ASP.NET Core), databases (PostgreSQL, MongoDB, Redis), APIs (REST, GraphQL, gRPC, Minimal APIs), authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, scalability patterns (microservices, caching, sharding), DevOps practices (Docker, Kubernetes, CI/CD), and monitoring. Use when designing APIs, implementing authentication, optimizing database queries, setting up CI/CD pipelines, handling security vulnerabilities, building microservices, or developing production-ready backend systems.
2026-01-05
ui-ux-verifier.md
0
1 export ui-ux-verifier
2 nalyk from "nalyk/ungheni-news"
3 Use this skill when implementing or verifying UI/UX changes on the Triunghi.md website. Triggers include layout modifications, CSS changes, responsive design work, accessibility improvements, or any visual/interactive updates. Essential for systematic verification of deployed changes through browser testing, screenshots, and multi-viewport validation.
2026-01-05
code-review.md
0
1 export code-review
2 AdamManuel-dev from "AdamManuel-dev/claude-code-ext"
3 Battle-tested code review practices optimizing for codebase health and team velocity
2026-01-05
async-testing-expert.md
0
1 export async-testing-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive pytest skill for async Python testing with proper mocking, fixtures, and patterns from production-ready test suites. Use when writing or improving async tests for Python applications, especially FastAPI backends with database interactions.
2026-01-05
uncertainty-routing.md
0
1 export uncertainty-routing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Route tasks to small model by default, escalate to large model only on low confidence detection, achieving 87% faster learning and 10-30x cost reduction while maintaining accuracy. Use for cost optimization, confidence-based delegation, routine vs complex task routing, and resource efficiency. Triggers on "optimize cost", "model routing", "confidence threshold", "small model first", "escalate on uncertainty".
2026-01-05
upgrading-to-prisma-6.md
0
1 export upgrading-to-prisma-6
2 djankies from "djankies/claude-configs"
3 Migrate from Prisma 5 to Prisma 6 handling breaking changes including Buffer to Uint8Array, implicit m-n PK changes, NotFoundError to P2025, and reserved keywords. Use when upgrading Prisma, encountering Prisma 6 type errors, or migrating legacy code.
2026-01-05
deployment-git.md
0
1 export deployment-git
2 Integrum-Global from "Integrum-Global/kaizen-studio"
3 Deployment and Git workflow guides for Kailash applications including Docker deployment, Kubernetes orchestration, and Git workflows. Use when asking about 'deployment', 'Docker deployment', 'Kubernetes deployment', 'containerization', 'K8s', 'Git workflow', 'Git branching', 'CI/CD', 'production deployment', 'Docker compose', or 'container orchestration'.
2026-01-05
security-management.md
0
1 export security-management
2 surrealwolf from "surrealwolf/unifi-protect-mcp"
3 Manage security policies and access controls for Protect surveillance. Monitor access to recordings and system settings to ensure only authorized personnel have appropriate access.
2026-01-05
explore-source.md
0
1 export explore-source
2 financialvice from "financialvice/skills"
3 Explore external reference source code to understand implementations, draw inspiration, debug issues, or answer questions. Use when exploring repos like InstantDB, Trigger.dev, Vercel AI SDK, HeroUI Native, or any external codebase. Handles two modes - "inspiration" (adaptive, translating concepts to user's stack) or "understanding" (direct, definitive answers about the source). Always cite file:line references.
2026-01-05
ui-ux-designer.md
0
1 export ui-ux-designer
2 julihund from "julihund/claude-template-react"
3 Expert UI/UX designer who evaluates and improves user interfaces, creates design mockups, and ensures professional, accessible designs. Use when designing new features, improving existing UI, or getting design feedback. Follows modern design principles and accessibility standards.
2026-01-05
torchtext.md
0
1 export torchtext
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Natural Language Processing utilities for PyTorch (Legacy). Includes tokenizers, vocabulary building, and DataPipe-based dataset handling for text processing pipelines. (torchtext, tokenizer, vocab, datapipe, regextokenizer, nlp-pipeline)
2026-01-05
project-analysis.md
0
1 export project-analysis
2 nicholasgriffintn from "nicholasgriffintn/claude-code"
3 A specialist skill that analyses a codebase to understand its structure, dependencies, and architecture. This skill should be used at the start of a new project or when onboarding to an existing codebase.
2026-01-05
terraform-state-recovery.md
0
1 export terraform-state-recovery
2 Matchpoint-AI from "Matchpoint-AI/matchpoint-github-runners-helm"
3 Recover from Terraform state issues after infrastructure recreation. Handles orphaned resources, state drift, and cluster recovery. Use when terraform apply fails with resource conflicts.
2026-01-05
build-and-deploy.md
0
1 export build-and-deploy
2 Eng0AI from "Eng0AI/mantis-react-admin-template"
3 Build and deploy this React admin dashboard. Use when building, deploying, or preparing the project for production.
2026-01-05
aws-patterns.md
0
1 export aws-patterns
2 mindmorass from "mindmorass/reflex"
3 AWS cloud infrastructure patterns and best practices. Use when designing AWS architectures, creating Lambda functions, configuring S3 buckets, setting up EC2 instances, designing VPCs, or implementing any AWS services.
2026-01-05
mydetailarea-testing.md
0
1 export mydetailarea-testing
2 rruiz22 from "rruiz22/my-detail-area"
3 Comprehensive E2E testing suite for MyDetailArea dealership workflows. Implements Playwright test scenarios for critical user journeys including order creation, invoice generation, payment processing, VIN scanning, and team collaboration. Includes role-based testing, performance benchmarks, visual regression, and CI/CD integration. Use when implementing automated testing for dealership operations.
2026-01-05