Browse Skills
20307 skills found
web-test-wallet-setup.md
0
1
export
web-test-wallet-setup
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Set up MetaMask wallet extension for Web3 DApp testing - download extension, import wallet from private key. Run at test start if tests/config.yaml has web3.enabled=true.
2026-01-05
backend-data-processor.md
0
1
export
backend-data-processor
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Process vehicle insurance Excel data using Pandas - file handling, data cleaning, merging, validation. Use when processing Excel/CSV files, handling data imports, implementing business rules (negative premiums, zero commissions), debugging data pipelines, or optimizing Pandas performance. Keywords: data_processor.py, Excel, CSV, Pandas, merge, deduplication, date normalization.
2026-01-05
numpy-ufuncs.md
0
1
export
numpy-ufuncs
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Universal functions (ufuncs) for vectorization, including reductions, in-place operations, and custom Python-function wrapping. Triggers: ufunc, vectorize, reduce, accumulate, frompyfunc, in-place.
2026-01-05
post-change-verification.md
0
1
export
post-change-verification
2
from
"IvanTorresEdge/molcajete.ai"
from
"IvanTorresEdge/molcajete.ai"
3
Mandatory verification protocol after code changes for Solidity projects. Use after any code modification to ensure quality.
2026-01-05
code-reviewer.md
0
1
export
code-reviewer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Automatically check documentation-code consistency after implementation. Verifies README.md and docs/*.md match actual code.
2026-01-05
rollup.md
0
1
export
rollup
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Configures Rollup for ES module bundling with plugins, tree shaking, and multiple output formats. Use when building JavaScript libraries, creating optimized bundles, or publishing npm packages.
2026-01-05
gsplat-optimizer.md
0
1
export
gsplat-optimizer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Optimize 3D Gaussian Splat scenes for real-time rendering on iOS, macOS, and visionOS. Use when working with .ply or .splat files, targeting mobile/Apple GPU performance, or needing LOD, pruning, or compression strategies for 3DGS scenes.
2026-01-05
mova-finish-branch-v1-wrapper.md
0
1
export
mova-finish-branch-v1-wrapper
2
from
"Leryk1981/mova_wf_cycle"
from
"Leryk1981/mova_wf_cycle"
3
Summarizes branch readiness versus a base branch and produces artifacts for PR prep.
2026-01-05
lessons.md
0
1
export
lessons
2
from
"timequity/plugins"
from
"timequity/plugins"
3
Lesson content for Claude Code Course.Use when: loading lesson content.Internal skill - contains lesson files.
2026-01-05
frontend-components.md
0
1
export
frontend-components
2
from
"devmatrix-ai/devmatrix-mvp"
from
"devmatrix-ai/devmatrix-mvp"
3
Design and build reusable, composable UI components following the single responsibility principle with clear prop interfaces and proper state management. Use this skill when creating or modifying React components, Vue components, Svelte components, web components, or any modular UI building blocks. Use this skill when implementing component composition patterns, defining component props and interfaces, managing local component state, or creating component documentation. Use this skill when working with component files in components/, widgets/, views/, or pages/ directories. Use this skill when refactoring large components into smaller composable pieces, establishing component naming conventions, or designing component APIs for reusability across different contexts.
2026-01-05
systematic-debugging.md
0
1
export
systematic-debugging
2
from
"liauw-media/CodeAssist"
from
"liauw-media/CodeAssist"
3
Use when encountering bugs or unexpected behavior. Methodical approach to identify root cause: Reproduce → Isolate → Identify → Fix → Verify.
2026-01-05
linkedin-candidatura-ia.md
0
1
export
linkedin-candidatura-ia
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Esta skill deve ser usada quando o usuário solicitar candidaturas automáticas em vagas do LinkedIn relacionadas a Inteligência Artificial (IA) no Brasil, priorizando vagas com cadastro simplificado (Easy Apply). A skill filtra vagas por palavras-chave de IA, localização no Brasil, nível de senioridade (se especificado) e tipo de candidatura simplificada.
2026-01-05
vuer-uikit.md
0
1
export
vuer-uikit
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert knowledge of Vuer UIKit, a React component library for building interactive 3D and UI applications with 38 components and a powerful Dial system
2026-01-05
dashboard.md
0
1
export
dashboard
2
from
"jrc1883/popkit-claude"
from
"jrc1883/popkit-claude"
3
Multi-project dashboard for managing PopKit-enabled projects. Shows health scores, recent activity, and quick actions across all registered projects. Use when switching between projects, checking overall status, or managing project registry. Do NOT use if only working in a single project - use morning routine or next-action instead.
2026-01-05
huggingface-js.md
0
1
export
huggingface-js
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Runs ML models in the browser and Node.js with Transformers.js and Hugging Face Inference API. Use when adding local inference, embeddings, or calling hosted models without GPU servers.
2026-01-05
research.md
0
1
export
research
2
from
"nizarghribi/hounii-monorepo-first"
from
"nizarghribi/hounii-monorepo-first"
3
Use when encountering errors, investigating library APIs, troubleshooting issues, or needing up-to-date documentation. Prioritizes Context7 and WebSearch over outdated training data.
2026-01-05
code-audit.md
0
1
export
code-audit
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Perform comprehensive code audits on repositories or directories. Use when asked to audit code, review a codebase, analyze code quality, find bugs, check for security issues, review architecture, check SOLID/DRY compliance, or generate a code audit report. Produces well-formatted markdown reports with prioritized recommendations.
2026-01-05
prisma.md
0
1
export
prisma
2
from
"FractionEstate/midnight-dev-skills"
from
"FractionEstate/midnight-dev-skills"
3
Type-safe database access with Prisma ORM for Node.js and TypeScript. Use when designing schemas, writing queries, running migrations, or optimizing database operations. Triggers on Prisma, database, ORM, migration, or SQL questions.
2026-01-05
typescript-best-practices.md
0
1
export
typescript-best-practices
2
from
"jwynia/agent-skills"
from
"jwynia/agent-skills"
3
Guide AI agents through TypeScript coding best practices including type safety, error handling, code organization, and architecture patterns. This skill should be used when generating TypeScript code, reviewing TypeScript files, creating new TypeScript modules, refactoring JavaScript to TypeScript, or when the user asks about TypeScript patterns, types, or coding standards. Keywords: typescript, types, coding standards, best practices, type safety, generics, architecture, refactoring.
2026-01-05
cloudflare-zero-trust-access.md
0
1
export
cloudflare-zero-trust-access
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill when integrating Cloudflare Zero Trust Access authentication with Cloudflare Workers applications. Provides Hono middleware setup, manual JWT validation patterns, service token authentication, CORS handling with Access, and multi-tenant configurations. Prevents 8 common errors including CORS preflight blocking (45 min saved), key cache race conditions (20 min), missing JWT headers (30 min), and dev/prod team mismatches (15 min). Saves ~58% tokens (3,250 tokens) and 2.5 hours per implementation. Covers user authentication flows, service-to-service auth, geographic restrictions, role-based access control, and Access policy configuration.Keywords: Cloudflare Access, Zero Trust, Cloudflare Zero Trust Access, Access authentication, JWT validation, access jwt, service tokens, hono cloudflare access, hono-cloudflare-access middleware, workers authentication, protect worker routes, admin authentication, access policy, identity providers, azure ad access, google workspace access, okta access, github a
2026-01-05
go-reviewer.md
0
1
export
go-reviewer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
WHEN: Go project review, error handling, goroutines, interfaces, testingWHAT: Error handling patterns + Concurrency safety + Interface design + Testing + Idiomatic GoWHEN NOT: Go API frameworks → go-api-reviewer, Rust → rust-reviewer
2026-01-05
interaction-design.md
0
1
export
interaction-design
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create rich, responsive interactive experiences that make applications a joy to use. Use this skill when building components with user interactions, forms, data-heavy interfaces, or any feature requiring thoughtful UX patterns. Complements frontend-design with psychology-driven interaction patterns.
2026-01-05
docker-health.md
0
1
export
docker-health
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Docker health checks and troubleshooting. Use when building Docker images, running containers, or debugging deployment issues. Validates backend API and worker services.
2026-01-05
security-patterns.md
0
1
export
security-patterns
2
from
"thapaliyabikendra/ai-artifacts"
from
"thapaliyabikendra/ai-artifacts"
3
Web application security patterns including STRIDE threat modeling, OWASP Top 10 compliance, ABP authorization, and security audit procedures. Use when: (1) conducting security audits, (2) implementing authentication/authorization, (3) creating threat models, (4) reviewing code for vulnerabilities.
2026-01-05